]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2025-05-07 khr@golang.orginternal/runtime/maps: make clear also erase tombstones
2025-05-07 Rhys Hiltnerruntime: remove GODEBUG=runtimecontentionstacks
2025-05-07 Rhys Hiltnerruntime: verify attribution of mutex delay
2025-05-07 Rhys Hiltnerruntime: blame unlocker for mutex delay
2025-05-07 Guoqi Chencmd,runtime: enable race detector on loong64
2025-05-07 Damien Neilruntime: print stack traces for bubbled goroutines...
2025-05-07 Michael Prattruntime: improve Error documentation
2025-05-07 Carlos Amedeecrypto/tls: use runtime.AddCleanup instead of runtime...
2025-05-06 cuishuangcmd/go/internal: make function comment match function...
2025-05-06 Michael Anthony... unique: use a bespoke canonicalization map and runtime...
2025-05-06 Mark Freemanpkgbits: replace references to RelocKind with SectionKind
2025-05-06 Mark Freemanspec: avoid use of "raise" in conjunction with panics
2025-05-06 Mark Freemanruntime: replace mentions of "raised" with "panicked"
2025-05-06 Damien Neilos: avoid escape from Root via paths ending in ../
2025-05-06 Mark Freemanpkgbits: alias RelocKind with a SectionKind type
2025-05-06 Mark Freemanpkgbits: alias the Index type to clarify it is section...
2025-05-06 Mark Freemango/types, types2: set up recording of positions for...
2025-05-06 Ernesto Alejandro... log/slog: export Source method in Record for custom...
2025-05-06 tdakkotabytes, strings: reduce Split{,After}Seq heap allocations
2025-05-05 Mark Freemanpkgbits: improve documentation in reloc.go
2025-05-05 Keith RandallRevert "cmd/compile: allow all of the preamble to be...
2025-05-05 khr@golang.orgcmd/compile: on amd64, use flag result of x instead...
2025-05-05 Mateusz Poliwczakgo/parser: use non-adjusted position while parsing...
2025-05-05 qmuntalnet,os: support converting between *os.File and net...
2025-05-04 Russ Coxgo/types: fix typo in Info.Types doc comment
2025-05-02 Michael Prattruntime: clear frame pointer in morestack
2025-05-02 Michael Prattruntime: don't restore from g0.sched in systemstack...
2025-05-02 Michael Prattruntime: clear frame pointer in mcall
2025-05-02 Stefan Schlossercmd/go/internal/vcs: include Subversion VCS build infor...
2025-05-02 Michael Anthony... runtime: mark and scan small objects in whole spans...
2025-05-02 Dmitri Shuralyovcmd/api: skip 3 non-TestCheck tests in -check mode
2025-05-02 Joel Singcmd/internal/obj/riscv: add support for vector permutat...
2025-05-02 Joel Singcmd/internal/obj/riscv: add support for vector mask...
2025-05-02 Joel Singcmd/internal/obj/riscv: add support for vector reductio...
2025-05-01 Josh Rickmaros: fix Root.Mkdir permission bits on OpenBSD
2025-05-01 Alan Donovansync: WaitGroup.Go: document that f must not panic
2025-05-01 Keith Randallcmd/compile: improve multiplication strength reduction
2025-05-01 Joel Singcmd/compile,internal/cpu,runtime: intrinsify math/bits...
2025-05-01 Joel Singcmd/compile: intrinsify math/bits.Bswap on riscv64
2025-05-01 Joel Singinternal/bytealg: deduplicate code between Count/CountS...
next