aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-01Revert "crypto/internal/fips140/subtle: add assembly implementation of xorByt...Keith Randall
2025-07-01slices: update TestIssue68488 to avoid false positivesJorropo
2025-07-01internal/abi: fix comment on NonEmptyInterfaceKeith Randall
2025-06-30encoding/json/jsontext: use bytes.Buffer.AvailableBufferJoe Tsai
2025-06-30encoding/json/v2: avoid escaping jsonopts.StructJoe Tsai
2025-06-30cmd/compile/internal/escape: add debug hash for literal allocation optimizationsthepudds
2025-06-30cmd/compile/internal/escape: stop disabling literal allocation optimizations ...thepudds
2025-06-30crypto/tls: update bogo versionDaniel McCarney
2025-06-30internal/goexperiment: fix godoc formattingOlivier Mengué
2025-06-30runtime: stash allpSnapshot on the MMichael Pratt
2025-06-30sync: disassociate WaitGroups from bubbles on WaitDamien Neil
2025-06-30crypto/hmac: wrap ErrUnsupported returned by CloneFilippo Valsorda
2025-06-30runtime: update skips for TestGdbBacktracelimeidan
2025-06-30iter: add missing type parameter in docMikhail Mazurskiy
2025-06-29cmd/doc: fix -http on Windowsqmuntal
2025-06-27runtime: remove arbitrary 5-second timeout in TestNeedmDeadlockCherry Mui
2025-06-27reflect: fix TypeAssert on nil interface valuesJoe Tsai
2025-06-27os: use minimal file permissions when opening parent directory in RemoveAllqmuntal
2025-06-27encoding/json: add security section to docRoland Shoemaker
2025-06-27runtime: account for missing frame pointer in preambleMichael Anthony Knyszek
2025-06-27net/http: fix RoundTrip context cancellation for js/wasmAndy Nitschke
2025-06-27encoding/json: fix typo in hotlink for jsontext.PreserveRawStringsJoe Tsai
2025-06-26cmd/link: permit a larger size BSS reference to a smaller DATA symbolCherry Mui
2025-06-26cmd/compile/internal/escape: evaluate any side effects when rewriting with li...thepudds
2025-06-25encoding/json/jsontext: remove Encoder.UnusedBufferJoe Tsai
2025-06-25encoding/json/jsontext: rename Encoder.UnusedBuffer as Encoder.AvailableBufferJoe Tsai
2025-06-25runtime: make explicit nil check in (*spanInlineMarkBits).initMichael Anthony Knyszek
2025-06-25runtime: note custom GOMAXPROCS even if value doesn't changeMichael Pratt
2025-06-24context: fix typo in context_test.goWerner Spiegel
2025-06-24cmd/link: add one more linkname to the blocklistCherry Mui
2025-06-24go/types: add test for interface method field typeRob Findley
2025-06-24encoding/json: use zstd compressed testdataJoe Tsai
2025-06-24net/http: reduce allocs in CrossOriginProtection.CheckJulien Cretel
2025-06-24encoding/json/v2: support ISO 8601 durationsJoe Tsai
2025-06-24encoding/json/v2: reject unquoted dash as a JSON field nameJoe Tsai
2025-06-23encoding/json/v2: report error on time.Duration without explicit formatJoe Tsai
2025-06-23cmd/dist: test encoding/json/... with GOEXPERIMENT=jsonv2Joe Tsai
2025-06-23internal/trace: improve gc-stress testMichael Anthony Knyszek
2025-06-23encoding/json/jsontext: consistently use JSON terminologyJoe Tsai
2025-06-23runtime: add missing unlock in sysReserveAlignedSbrkCherry Mui
2025-06-23Revert "go/types, types2: don't register interface methods in Info.Types map"Robert Findley
2025-06-20testing, testing/synctest: handle T.Helper in synctest bubblesDamien Neil
2025-06-20runtime: fix struct commentcuishuang
2025-06-20crypto/cipher: fix link to crypto/aesSean Liao
2025-06-20go/doc: add a golden test that reproduces #62640Adam Bender
2025-06-18cmd/go/internal/fips140: ignore GOEXPERIMENT on errorMichael Pratt
2025-06-18runtime: set mspan limit field early and eagerlyMichael Anthony Knyszek
2025-06-18runtime: prevent mutual deadlock between GC stopTheWorld and suspendGMichael Anthony Knyszek
2025-06-17encoding/json/jsontext: fix spelling errorKevin Burke
2025-06-16cmd/dist: always include variant in package namesMichael Anthony Knyszek