]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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 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 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...
2025-06-23 Michael Anthony... internal/trace: improve gc-stress test
2025-06-23 Joe Tsaiencoding/json/jsontext: consistently use JSON terminology
2025-06-23 Cherry Muiruntime: add missing unlock in sysReserveAlignedSbrk
2025-06-23 Robert FindleyRevert "go/types, types2: don't register interface...
2025-06-20 Damien Neiltesting, testing/synctest: handle T.Helper in synctest...
2025-06-20 cuishuangruntime: fix struct comment
2025-06-20 Sean Liaocrypto/cipher: fix link to crypto/aes
2025-06-20 Adam Bendergo/doc: add a golden test that reproduces #62640
2025-06-18 Michael Prattcmd/go/internal/fips140: ignore GOEXPERIMENT on error
2025-06-18 Michael Anthony... runtime: set mspan limit field early and eagerly
2025-06-18 Michael Anthony... runtime: prevent mutual deadlock between GC stopTheWorl...
2025-06-17 Kevin Burkeencoding/json/jsontext: fix spelling error
2025-06-16 Michael Anthony... cmd/dist: always include variant in package names
2025-06-16 Keith Randallinternal/reflectlite: fix comment about meaning of...
2025-06-16 Michael Anthony... runtime: don't let readTrace spin on trace.shutdown
2025-06-16 Michael Anthony... internal/trace: make Value follow reflect conventions
2025-06-13 Cherry Muiruntime: comment that some linknames are used by runtim...
2025-06-13 Cherry Muiruntime: remove unused unique.runtime_blockUntilEmptyFi...
2025-06-13 Cherry Muicmd/link: block new standard library linknames
2025-06-13 Alberto Donizettiall: replace a few user-visible mentions of golang...
2025-06-12 Michael Anthony... internal/trace: end test programs with SIGQUIT
2025-06-12 Cherry Muinet: remove some BUG entries
2025-06-11 Damien Neilencoding/json/jsontext, encoding/json/v2: document...
2025-06-11 David Chasecmd/compile: add up-to-date test for generated files
2025-06-10 Damien Neilos: disallow Root.Remove(".") on Plan 9, js, and Windows
2025-06-10 Michael Anthony... runtime: handle system goroutines later in goroutine...
2025-06-10 Damien Neiltesting/synctest, runtime: avoid panic when using linke...
2025-06-10 Michael Anthony... internal/trace: pass GOTRACEBACK=crash to testprogs
2025-06-10 Damien Neilos: do not follow dangling symlinks in Root when O_CREA...
next