]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-03-03 Junyang Shaotesting: fix testing.B.Loop doc on loop condition
2025-03-03 Brad Fitzpatricknet: fix parsing of interfaces on plan9 without associa...
2025-03-03 Jakob Ackermannnet/http: allocate CloseNotifier channel lazily
2025-03-01 Joel Singruntime: add padding to m struct for 64 bit architectures
2025-03-01 Mark Ryancmd/internal/obj/riscv: add riscv64 CSR map
2025-03-01 qmuntalcmd/go/internal/work: use par.Cache to cache tool IDs.
2025-03-01 Xiaolin Zhaoruntime: use ABIInternal on syscall and other sys.stuff...
2025-03-01 limeidancmd/internal/obj, cmd/asm: reclassify 32-bit immediate...
2025-02-28 Michael Matloobcmd/go/internal/modindex: clean modroot and pkgdir...
2025-02-28 guoguangwucmd/covdata: close output meta-data file
2025-02-28 qmuntalcmd/link: use __got as the .got section name
2025-02-28 Jes Cokreflect: add more tests for Type.{CanSeq,CanSeq2}
2025-02-28 Michael Anthony... runtime: increase timeout in TestSpuriousWakeupsNeverHa...
2025-02-28 Filippo Valsordacrypto/x509: avoid crypto/rand.Int to generate serial...
2025-02-28 KangJicmd/cgo: update generated headers for compatibility...
2025-02-28 Jes Cokflag: replace interface{} -> any for textValue.Get...
2025-02-27 Damien Neilnet/http: reject newlines in chunk-size lines
2025-02-27 Lin Lincmd/go: update c document
2025-02-27 Russ Coxmath/big: add tests for allocation during multiply
2025-02-27 Russ Coxmath/big: move multiplication to natmul.go
2025-02-27 Russ Coxmath/big: optimize atoi of base 2, 4, 16
2025-02-27 Russ Coxmath/big: improve scan test and benchmark
2025-02-27 Russ Coxmath/big: replace nat pool with Word stack
2025-02-27 Russ Coxmath/big: report allocs in BenchmarkNatMul, BenchmarkNatSqr
2025-02-27 Russ Coxmath/big: clean up GCD a little
2025-02-27 Joel Singcmd/internal/obj/riscv: implement vector load/store...
2025-02-27 Joel Singcmd/compile: simplify intrinsification of TrailingZeros...
2025-02-27 Guoqi Chenruntime/cgo: use standard ABI call setg_gcc in crosscal...
2025-02-27 Guoqi Chenruntime: use correct memory barrier in exitThread funct...
2025-02-26 Keith Randallruntime: remove ret field from gobuf
2025-02-26 Ian Lance Taylorruntime/cgo: avoid errors from -Wdeclaration-after...
2025-02-26 Mateusz Poliwczaknet: return proper error from Context
2025-02-26 Ian Lance Taylorcmd/link: require cgo for -linkmode=external test
2025-02-26 Egon Elbrecrypto/internal/fips140/edwards25519/field: optimize...
2025-02-26 Egon Elbrecrypto/internal/fips140/edwards25519/field/_asm: update...
2025-02-26 Mateusz Poliwczaksync: don't keep func alive after OnceFunc panics
2025-02-26 Michael Anthony... runtime: document that cleanups can run concurrently...
2025-02-26 Ian Lance Taylorruntime/cgo: avoid errors from -Wdeclaration-after...
2025-02-26 qiulaidongfengreflect: let Value.Seq return the iteration value corre...
2025-02-26 Keith Randallcmd/compile: don't pull constant offsets out of pointer...
2025-02-26 Alexandr Primakruntime: Added usage example for the runtime.AddCleanup...
2025-02-26 Cuong Manh Lecmd/compile/internal/test: fix noopt builder
2025-02-26 Joel Singcmd/compile: simplify intrinsification of BitLen16...
2025-02-26 Ian Lance Taylorruntime: route calls to msan_memmove through cgo
2025-02-26 Alan Donovango/scanner: report specific error for UCS-2 encoded...
2025-02-25 Ian Lance Taylorcmd/compile: document -embedcfg flag
2025-02-25 Cuong Manh Lecmd/compile, runtime: optimize concatbytes
2025-02-25 Tobias Klauseros, syscall: use unix build tag where appropriate
2025-02-25 Egon Elbrecrypto/internal/fips140/edwards25519/field: inline...
2025-02-25 Egon Elbrecrypto/internal/fips140/edwards25519/field: optimize...
2025-02-25 Egon Elbrecrypto/internal/fips140/edwards25519/field: optimize *19
2025-02-25 qmuntalall: use testenv.GoToolPath instead of hardcoding go
2025-02-25 qmuntalruntime/cgo: use CreateThread instead of _beginthread
2025-02-25 Brian Byrnesync: reduce OnceFunc (and variants) heap allocations
2025-02-25 qmuntalcmd/link: put .got section in __DATA_CONST segment
2025-02-25 Filippo Valsordacrypto/tls: require EMS in FIPS 140-3 mode
2025-02-25 Jes Cokall: gofmt -w
2025-02-25 Jes Cokencoding/json: use builtin min function in appendString
2025-02-25 qmuntalall: surround -test.run arguments with ^$
2025-02-25 khr@golang.orgcmd/compile: ensure we don't reuse temporary register
2025-02-25 Jes Cokunicode/utf8: use builtin max function to simplify...
2025-02-25 Filippo Valsordacrypto/internal/fips140test: add a test for a non-appro...
2025-02-25 Mateusz Poliwczaknet: properly wrap context cancellation errors and...
2025-02-25 Robert Griesemerspec: remove notion of core types
2025-02-25 Mateusz Poliwczakgo/parser: require label after goto
2025-02-25 Carlos Amedeeweak: test the use of runtime.AddCleanup
2025-02-25 David Chasecmd/compile, runtime: use PC of deferreturn for panic...
2025-02-25 Robert Griesemergo/types, types2: remove coreType call in lookup
2025-02-25 Keith Randallinternal/abi: use arch family instead of arch string
2025-02-25 Robert Griesemergo/types, types2: remove another coreType call in type...
2025-02-25 Robert Griesemergo/types, types2: better error messages for calls
2025-02-25 Robert Griesemergo/types, types2: better error messages for for-range...
2025-02-25 Jes Cokstrconv: use builtin min function in commonPrefixLenIgn...
2025-02-24 Ian Lance Taylornet: accept a valid IP address in LookupMX
2025-02-24 qmuntalall: use testenv.Executable instead of os.Executable...
2025-02-24 Harald Nordgrennet/http: remove unused err parameter from cancel
2025-02-24 Olivier Menguénet: add godoc links for UnixConn, UnixListener
2025-02-24 Albert Sundjajasyscall: allow \x00-prefixed unix abstract socket to...
2025-02-24 Carlos Amedeeunique: use runtime.AddCleanup instead of runtime.SetFi...
2025-02-23 Joel Singcmd/compile/internal/ssa: correct MOVDnop handling...
2025-02-23 Joel Singcmd/compile: remove carriage returns from AMD64latelowe...
2025-02-23 Tobias Klausersyscall: use sync.OnceFunc for copyenv
2025-02-23 Dmitrii Martynovruntime: exclude allocation(s) from memmove/memclr...
2025-02-23 Than McIntoshcmd: initial compiler+linker support for DWARF5 .debug_addr
2025-02-22 Than McIntoshcmd/internal/objabi,cmd/link/internal/sym: add SDWARFAD...
2025-02-22 Than McIntoshcmd/internal/objabi: add new R_DWTXTADDR_* relocation...
2025-02-22 Than McIntoshcmd/link, cmd/internal/dwarf: add DWARF5 line table...
2025-02-22 Than McIntoshcmd/internal/dwarf: add DW_LNCT and DW_UT constant...
2025-02-22 Than McIntoshinternal/goexperiment: add a new experiment to gate...
2025-02-22 Than McIntoshcmd/link, cmd/internal/objabi: remove R_DWARFFILEREF...
2025-02-22 Ian Lance Taylorcmd/go: look at runes, not bytes, when printing env...
2025-02-22 Julian Zhuinternal/runtime/atomic: add Xchg8 for mipsx
2025-02-22 Julian Zhuinternal/bytealg: add assembly implementation of Count...
2025-02-21 Alan Yeecrypto/rand: add example for Int
2025-02-21 Filippo Valsordacrypto/internal/fips140/nistec: make SetBytes constant...
2025-02-21 Michael Anthony... reflect: correctly handle method values in Seq
2025-02-21 Michael Prattruntime: use WCLONE when waiting on pidfd test child
2025-02-21 qmuntalos: don't log the entire environment in tests
2025-02-20 Thomas Vaillantdoc: add a disclamer for the TLS handshake timeouts...
2025-02-20 Michael Prattdebug/buildinfo: base64-encode test binaries
next