]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-05-16 Julian Zhucmd/compile: fold negation into addition/subtraction...
2025-05-16 Michael Matloobcmd/go/internal/modget: check in workspace mode if...
2025-05-16 Michael Anthony... sync: set GOMAXPROCS to 1 in TestPoolGC
2025-05-16 Srinivas Pokalacmd/go/internal/work: update minimum supported s390x...
2025-05-16 Sam Thanawallacmd/go: add global ignore mechanism
2025-05-16 Michael Anthony... runtime: prevent cleanup goroutines from missing work
2025-05-16 Guoqi Chencmd/internal/obj/loong64: change the plan9 format of...
2025-05-16 qmuntalos: set FILE_FLAG_BACKUP_SEMANTICS when opening without...
2025-05-16 Daniel McCarneycrypto/tls: fix bogo IgnoreClientVersionOrder skip...
2025-05-15 Keith Randallcmd/compile: allow load-op merging in additional situations
2025-05-15 Keith Randallstrings,bytes: make benchmark work deterministic
2025-05-15 Keith Randallcmd/compile: schedule induction variable increments...
2025-05-15 Keith Randallcmd/compile: use OpMove instead of memmove more on...
2025-05-15 Yongyue Suncmd/compile: create LSym for closures with type conversion
2025-05-15 Jonathan Amsterdamtesting: fix panic in t.Log
2025-05-15 Michael Anthony... doc: add a release note for greenteagc GOEXPERIMENT
2025-05-15 Nick Ripleyruntime/pprof: include PCs for deduplication in TestMut...
2025-05-15 Zxillycmd/link: fix outdated output mmap check
2025-05-15 qmuntalnet: avoid windows hang in TestCloseWrite
2025-05-15 qmuntalos: don't fallback to the Stat slow path if file doesn...
2025-05-15 qmuntalnet: use closesocket when closing socket os.File's...
2025-05-15 Michael Anthony... sync: use blockUntilCleanupQueueEmpty instead of busy...
2025-05-15 Michael Anthony... runtime: help the race detector detect possible concurr...
2025-05-15 Keith Randallruntime: improve scan inner loop
2025-05-15 Xiaolin Zhaocmd/compile: fold negation into addition/subtraction...
2025-05-14 Julian Zhucrypto/internal/fips140/subtle: add assembly implementa...
2025-05-14 kmvijayruntime: Improvement in perf of s390x memclr
2025-05-14 Ian Alexandercmd/go/internal/pkg: fail on bad filenames
2025-05-14 qiulaidongfengcmd/go: fix not print GCCGO when it's not the default
2025-05-14 Mark Freemaninternal/pkgbits, cmd/compile/internal/noder: document...
2025-05-14 Damien Neilos: don't follow symlinks on Windows when O_CREATE...
2025-05-14 Julien Cretelbytes, strings: speed up Split{,After}Seq
2025-05-14 Ian Alexandercmd/internal/script: fix copying directory when symlink...
2025-05-14 khr@golang.orgruntime: increase freebsd/amd64 pointer size from 48...
2025-05-14 Xiaolin Zhaocmd/intarnal/obj: add new assembly format for VANDV...
2025-05-14 limeidaninternal/bytealg: optimize the function compare using...
2025-05-13 suntalatesting: add Output
2025-05-13 Carlos Amedeeinternal/poll: use runtime.AddCleanup instead of runtim...
2025-05-13 Carlos Amedeereflect: use runtime.AddCleanup instead of runtime...
2025-05-13 Jonathan AmsterdamRevert "testing: add Output"
2025-05-13 Roland Shoemakercrypto/x509: decouple key usage and policy validation
2025-05-13 David Finkelcmd/go: add support for git sha256 hashes
2025-05-13 Sean Liaoruntime/pprof: return errors from writing profiles
2025-05-13 xieyuschencmd/go: support -json flag in go version
2025-05-13 Radu Berindecrypto: limit md5 or sha256 blocks processed at once...
2025-05-13 suntalatesting: add Output
2025-05-13 Yao Zicmd/link: ignore mapping symbols on riscv64
2025-05-13 Carlos Amedeeruntime: only poll network from one P at a time in...
2025-05-13 Guoqi Chencmd/internal/obj/loong64: Add preld{,x} instructions...
2025-05-12 Mark Freemaninternal/pkgbits: rename Reloc* to Section*
2025-05-12 Mark Freemaninternal/pkgbits: write a formal grammar for UIR primitives
2025-05-12 Sean Liaotext/template: clone options when cloning templates
2025-05-12 Sean Liaotesting: limit TempDir name length
2025-05-12 Sean Liaonet: don't test with leading 0 in ipv4 addresses
2025-05-12 Spike Curtisnet: fix deadlock in lookupProtocol on Windows
2025-05-12 qmuntalos: remove NewFile socket detection on Windows
2025-05-12 qmuntalcmd/link: use >4GB base address for 64-bit PE binaries
2025-05-12 t-katsumuranet/http: add missing ServeTLS on the comment of http...
2025-05-12 ArsenySamoylovruntime: add goschedIfBusy to bgsweep to prevent livelo...
2025-05-12 Julian Zhucrypto/internal/fips140/subtle: add assembly implementa...
2025-05-12 Tobias Klauserbytes, strings: rename parameters in ExampleCut{Pre...
2025-05-12 Julien Cretelbytes, strings: micro-optimize EqualFold
2025-05-12 Xiaolin Zhaocrypto/sha1: replaced WORD with instruction REVB2W
2025-05-12 Xiaolin Zhaocmd/internal/obj/loong64: add [X]VFCLASS.{S/D} instructions
2025-05-09 Daniel McCarneycrypto/tls: handle client hello version too high
2025-05-09 Daniel McCarneycrypto/tls: fix TLS <1.3 client cert required alert
2025-05-09 Daniel McCarneycrypto/tls: enable more large record bogo tests
2025-05-09 Daniel McCarneycrypto/tls: skip BadRSAClientKeyExchange-[4,5]
2025-05-09 Daniel McCarneycrypto/tls: err for unsupported point format configs
2025-05-09 Daniel McCarneycrypto/tls: update TLS 1.3 client compression validation
2025-05-09 Daniel McCarneycrypto/tls: use illegal param alert for bad compression
2025-05-09 Michael Matloobcmd/go: change go tool to build tools missing from...
2025-05-09 Mark Freemancmd/compile/internal/noder: begin documenting meta...
2025-05-09 Julian Zhucrypto/internal/fips140/subtle: add assembly implementa...
2025-05-09 limeidaninternal/bytealg: optimize the function indexbyte using...
2025-05-09 Xiaolin Zhaocmd/internal/obj/loong64: add [X]VF{ADD/SUB/MUL/DIV...
2025-05-09 Xiaolin Zhaocrypto/sha512: improve performance of loong64
2025-05-09 Xiaolin Zhaocrypto/sha256: improve performance of loong64
2025-05-08 Austin Clementshash: use testhash.TestHash in all hash functions
2025-05-08 Austin Clementsinternal/testhash: move cryptotest.TestHash to shared...
2025-05-08 Michael Anthony... crypto/tls: use runtime.Gosched instead of time.After...
2025-05-08 Mark Freemancmd/compile/internal/noder: begin a formal UIR grammar.
2025-05-08 Rhys Hiltnerruntime: avoid overflow in mutex delay calculation
2025-05-08 khr@golang.orgruntime: remove ptr/scalar bitmap metric
2025-05-08 Michael Anthony... runtime: schedule cleanups across multiple goroutines
2025-05-08 Michael Anthony... crypto/tls: add scheduler call to TestCertCache refcoun...
2025-05-08 Jakub Ciolekcmd/compile: add 2 phiopt cases
2025-05-08 Sam Thanawallacmd/vendor: pull in the x/mod/modfile ignore directive
2025-05-08 Constantin... cmd/go: replace backslash systematically in path of...
2025-05-08 qiulaidongfengcmd/go: fix incorrect determining default value of...
2025-05-08 Mark Freemanpkgbits: consolidate doc.go to only relevant details
2025-05-08 Michael Anthony... runtime: fix condition to emit gcpacertrace end-of...
2025-05-08 Roland Shoemakercrypto,crypto/x509: implement MessageSigner
2025-05-08 Mark Ryancmd/internal/obj/riscv: reject invalid vadc/vsbc encodings
2025-05-08 Mark Ryancmd/internal/obj/riscv: fix LMUL encoding for MF2 and MF8
2025-05-08 Xiaolin Zhaocmd/internal/obj/loong64: add [X]VFRINT[{RNE/RZ/RP...
2025-05-07 Rhys Hiltnercmd/compile/internal/test: verify inlining for mutex...
2025-05-07 Keith Randallruntime: fix tag pointers on aix, take 2
2025-05-07 Damien Neilruntime: use "bubble" terminology for synctest
2025-05-07 Damien Neilruntime, testing/synctest: stop advancing time when...
next