]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-07-23 Michael Anthony... [release-branch.go1.25] all: merge master (489868f...
2025-07-23 Derek Parkercmd/link: scope test to linux & net.sendFile
2025-07-23 Derek Parkercmd/compile: fix loclist for heap return vars without...
2025-07-22 Lyle Deannet: correct comment for ListenConfig.ListenPacket
2025-07-22 Michael Prattall: go fmt
2025-07-22 cuishuangcmd/internal/objabi: remove redundant word in comment
2025-07-22 Keith Randallruntime: relax TestMemoryLimitNoGCPercent a bit
2025-07-21 Keith Randallcmd/compile: for arm64 epilog, do SP increment with...
2025-07-21 Keith Randallruntime: fix asan wrapper for riscv64
2025-07-21 Ian Alexandercmd/go: check subcommand properties
2025-07-20 Meng Zhuocmd/internal/obj: enable got pcrel itype in fips140...
2025-07-19 thepuddscmd/compile/internal/ssa: restrict architectures for...
2025-07-18 Carlos Amedeeos: revert the use of AddCleanup to close files and...
2025-07-18 Alan Donovango/types: infer correct type for y in append(bytes...
2025-07-17 thepuddscmd/compile/internal/escape: improve DWARF .debug_line...
2025-07-16 Michael Anthony... runtime: fix idle time double-counting bug
2025-07-16 thepuddscmd/compile/internal/escape: speed up analyzing some...
2025-07-16 Cherry Muicmd/link, runtime: on Wasm, put only function index...
2025-07-16 Cherry Muiruntime: use 32-bit function index on Wasm
2025-07-16 Cherry Muicmd/internal/obj/wasm: use 64-bit instructions for...
2025-07-15 Michael Matloobcmd/internal/doc: upgrade godoc pkgsite to 01b046e
2025-07-15 Michael Anthony... runtime: use memclrNoHeapPointers to clear inline mark...
2025-07-15 Michael Anthony... runtime: only clear inline mark bits on span alloc...
2025-07-15 Michael Anthony... runtime: have mergeInlineMarkBits also clear the inline...
2025-07-15 Michael Anthony... runtime: merge inline mark bits with gcmarkBits 8 bytes...
2025-07-15 dyma soloveiruntime/maps: fix typo in group.go comment (instrinsifi...
2025-07-15 guoguangwuos: remove useless error check
2025-07-15 Michael Prattruntime: expand GOMAXPROCS documentation
2025-07-14 Joe Tsaiencoding/json: decompose legacy options
2025-07-14 Joe Tsaiencoding/json/v2: add security section to doc
2025-07-11 Tobias Klauserruntime: gofmt after CL 643897 and CL 662455
2025-07-11 Joe Tsaiencoding/json: remove legacy option to EscapeInvalidUTF8
2025-07-11 Joe Tsaiencoding/json/v2: report wrapped io.ErrUnexpectedEOF
2025-07-11 Filippo Valsordacrypto/rsa: drop contradictory promise to keep PublicKe...
2025-07-11 Filippo Valsordacrypto/rsa: fix documentation formatting
2025-07-11 Keith Randallruntime: turn off large memmove tests under asan/msan
2025-07-11 Cherry Muicmd/link: do size fixups after symbol references are...
2025-07-11 Jakob Borgos: trivial comment fix
2025-07-10 Christian Hoeppnersynctest: fix comments for time.Now() in synctests
2025-07-10 Markus Kusanocrypto/cipher: Fix comment punctuation
2025-07-09 Michael Anthony... runtime: run TestSignalDuringExec in its own process...
2025-07-09 Daniel McCarneycrypto/tls: empty server_name conf. ext. from server
2025-07-08 Roland Shoemakercmd/go: disable support for multiple vcs in one module
2025-07-08 Gopher Robot[release-branch.go1.25] go1.25rc2 go1.25rc2
2025-07-08 Roland Shoemaker[release-branch.go1.25] cmd/go: disable support for...
2025-07-08 cuishuanginternal: make struct comment match struct name
2025-07-08 Ian Lance Taylorcmd/compile: document that nosplit directive is unsafe
2025-07-08 Jorropocmd/compile: run fmt on ssa
2025-07-07 Michael Anthony... internal/trace: only test for sync preemption if async...
2025-07-07 Michael Matloobcmd/internal/doc: fix GOROOT skew and path joining...
2025-07-07 Michael Anthony... runtime: make traceStack testable and add a benchmark
2025-07-07 Filippo Valsordacrypto/rsa: remove another forgotten note to future...
2025-07-07 qmuntalcmd/compile/internal/ssa: skip EndSequence entries...
2025-07-07 John Giorshevsort: clarify Less doc
2025-07-04 Cherry Muiruntime: correct vdsoSP on S390X
2025-07-03 Filippo Valsordahash: document that Clone may only return ErrUnsupporte...
2025-07-02 qmuntalcmd/cgo/internal/testsanitizers: skip asan tests when...
2025-07-02 Deleplacetesting/synctest: explicitly state Run will be removed...
2025-07-01 Michael Matloobcmd/go/internal/modindex: apply changes in CL 502615...
2025-07-01 David Chase[release-branch.go1.25] all: merge master (2f653a5...
2025-07-01 Filippo Valsordacrypto/tls: ensure the ECDSA curve matches the signatur...
2025-07-01 Filippo Valsordacrypto/ecdsa: fix crypto/x509 godoc links
2025-07-01 Keith RandallRevert "crypto/internal/fips140/subtle: add assembly...
2025-07-01 Jorroposlices: update TestIssue68488 to avoid false positives
2025-07-01 Keith Randallinternal/abi: fix comment on NonEmptyInterface
2025-06-30 Joe Tsaiencoding/json/jsontext: use bytes.Buffer.AvailableBuffer
2025-06-30 Joe Tsaiencoding/json/v2: avoid escaping jsonopts.Struct
2025-06-30 thepuddscmd/compile/internal/escape: add debug hash for literal...
2025-06-30 thepuddscmd/compile/internal/escape: stop disabling literal...
2025-06-30 Daniel McCarneycrypto/tls: update bogo version
2025-06-30 Olivier Menguéinternal/goexperiment: fix godoc formatting
2025-06-30 Michael Prattruntime: stash allpSnapshot on the M
2025-06-30 Damien Neilsync: disassociate WaitGroups from bubbles on Wait
2025-06-30 Filippo Valsordacrypto/hmac: wrap ErrUnsupported returned by Clone
2025-06-30 limeidanruntime: update skips for TestGdbBacktrace
2025-06-30 Mikhail Mazurskiyiter: add missing type parameter in doc
2025-06-29 qmuntalcmd/doc: fix -http on Windows
2025-06-28 Cherry Muiruntime: remove arbitrary 5-second timeout in TestNeedm...
2025-06-27 Joe Tsaireflect: fix TypeAssert on nil interface values
2025-06-27 qmuntalos: use minimal file permissions when opening parent...
2025-06-27 Roland Shoemakerencoding/json: add security section to doc
2025-06-27 Michael Anthony... runtime: account for missing frame pointer in preamble
2025-06-27 Andy Nitschkenet/http: fix RoundTrip context cancellation for js...
2025-06-27 Joe Tsaiencoding/json: fix typo in hotlink for jsontext.Preserv...
2025-06-27 Cherry Muicmd/link: permit a larger size BSS reference to a small...
2025-06-26 thepuddscmd/compile/internal/escape: evaluate any side effects...
2025-06-25 Joe Tsaiencoding/json/jsontext: remove Encoder.UnusedBuffer
2025-06-25 Joe Tsaiencoding/json/jsontext: rename Encoder.UnusedBuffer...
2025-06-25 Michael Anthony... runtime: make explicit nil check in (*spanInlineMarkBit...
2025-06-25 Michael Prattruntime: note custom GOMAXPROCS even if value doesn...
2025-06-25 Werner Spiegelcontext: fix typo in context_test.go
2025-06-24 Cherry Muicmd/link: add one more linkname to the blocklist
2025-06-24 Rob Findleygo/types: add test for interface method field type
2025-06-24 Joe Tsaiencoding/json: use zstd compressed testdata
2025-06-24 Julien Cretelnet/http: reduce allocs in CrossOriginProtection.Check
2025-06-24 Joe Tsaiencoding/json/v2: support ISO 8601 durations
2025-06-24 yuuji.yaginumadoc: fix links to runtime Environment Variables
2025-06-24 Joe Tsaiencoding/json/v2: reject unquoted dash as a JSON field...
2025-06-24 Joe Tsaiencoding/json/v2: report error on time.Duration without...
2025-06-24 Joe Tsaicmd/dist: test encoding/json/... with GOEXPERIMENT...
next