| 2024-11-21 | Michael Matloob | cmd/go remove base.ShortPathConservative | commit | commitdiff | tree | 
| 2024-11-21 | Conrad Irwin | cmd/go: cache executables for tools defined in go.mod | commit | commitdiff | tree | 
| 2024-11-21 | Damien Neil | os: recognize EFTYPE, EINVAL as a refusal to open a... | commit | commitdiff | tree | 
| 2024-11-21 | Keith Randall | cmd/compile: fix rewrite rules for multiply/add | commit | commitdiff | tree | 
| 2024-11-21 | Michael Matloob | cmd/go: cache executables built for go run | commit | commitdiff | tree | 
| 2024-11-21 | Russ Cox | crypto/internal/fips140deps: fix test for running in... | commit | commitdiff | tree | 
| 2024-11-21 | Robert Griesemer | go/types, types2: simplify Checker.resolveBaseTypeName... | commit | commitdiff | tree | 
| 2024-11-21 | Robert Griesemer | go/types, types: better error message position for... | commit | commitdiff | tree | 
| 2024-11-21 | Ian Lance Taylor | cmd/cgo/internal/testsanitizers: use t.TempDir | commit | commitdiff | tree | 
| 2024-11-21 | Ian Lance Taylor | cmd/cgo/internal/testsanitizers: don't create fuzz... | commit | commitdiff | tree | 
| 2024-11-20 | Rhys Hiltner | runtime: clean up new lock2 structure | commit | commitdiff | tree | 
| 2024-11-20 | Damien Neil | os: add OpenInRoot | commit | commitdiff | tree | 
| 2024-11-20 | Damien Neil | os: add Root.FS | commit | commitdiff | tree | 
| 2024-11-20 | Damien Neil | os: add Root.Stat and Root.Lstat | commit | commitdiff | tree | 
| 2024-11-20 | Damien Neil | os: add Root.Remove | commit | commitdiff | tree | 
| 2024-11-20 | Damien Neil | os: add Root | commit | commitdiff | tree | 
| 2024-11-20 | Junyang Shao | cmd/compile,testing: implement one-time rampup logic... | commit | commitdiff | tree | 
| 2024-11-20 | Russ Cox | cmd/go: revert "remove base.ShortPathConservative" | commit | commitdiff | tree | 
| 2024-11-20 | Tobias Klauser | os: use ignoringEINTR2 in (*Process).pidWait | commit | commitdiff | tree | 
| 2024-11-20 | Michael Pratt | cmd/compile: intrinsify swissmap match calls with SIMD... | commit | commitdiff | tree | 
| 2024-11-20 | Ian Lance Taylor | cmd/cgo: improve error message for unknown name | commit | commitdiff | tree | 
| 2024-11-20 | Robert Griesemer | doc: document new restriction on cgo-generated method... | commit | commitdiff | tree | 
| 2024-11-20 | Michael Pratt | cmd/compile: remove types.Compare map bucket special... | commit | commitdiff | tree | 
| 2024-11-20 | Russ Cox | internal/byteorder: use canonical Go casing in names | commit | commitdiff | tree | 
| 2024-11-20 | Michael Matloob | cmd/go: remove base.ShortPathConservative | commit | commitdiff | tree | 
| 2024-11-20 | Russ Cox | cmd/go: remove temporary crypto/internal/fips140 import... | commit | commitdiff | tree | 
| 2024-11-20 | Russ Cox | all: rename crypto/internal/fips to crypto/internal... | commit | commitdiff | tree | 
| 2024-11-20 | qmuntal | cmd/cgo/internal/testsanitizers: fix TSAN tests using... | commit | commitdiff | tree | 
| 2024-11-20 | Robert Griesemer | go/types, types2: disallow new methods on (aliases... | commit | commitdiff | tree | 
| 2024-11-20 | Robert Griesemer | go/types, types2: disallow new methods on generic alias... | commit | commitdiff | tree | 
| 2024-11-20 | Michael Anthony... | runtime: keep cleanup closure alive across adding the... | commit | commitdiff | tree | 
| 2024-11-20 | Michael Anthony... | runtime: explicitly keep handle alive during getOrAddWe... | commit | commitdiff | tree | 
| 2024-11-20 | Robert Griesemer | spec: document restrictions for method receivers that... | commit | commitdiff | tree | 
| 2024-11-20 | Roland Shoemaker | doc/godebug: document we removed x509sha1 | commit | commitdiff | tree | 
| 2024-11-20 | Filippo Valsorda | crypto/ed25519: fix GenerateKey with rand nil | commit | commitdiff | tree | 
| 2024-11-20 | Brian Gabin | cmd/go/testdata/script: restrict test to check only... | commit | commitdiff | tree | 
| 2024-11-20 | Roland Shoemaker | crypto/x509: remove x509sha1 GODEBUG | commit | commitdiff | tree | 
| 2024-11-20 | Roland Shoemaker | cmd/go: enforce -Wl,--push-state logic only when it... | commit | commitdiff | tree | 
| 2024-11-20 | Russ Cox | crypto/internal/fipstest: fix TestACVP not to write... | commit | commitdiff | tree | 
| 2024-11-20 | Conrad Irwin | cmd/go: add support for mod tools | commit | commitdiff | tree | 
| 2024-11-20 | Filippo Valsorda | crypto/internal/fips/rsa: support all SHA hashes in... | commit | commitdiff | tree | 
| 2024-11-20 | Filippo Valsorda | crypto/ed25519: fix TestAllocations in FIPS mode | commit | commitdiff | tree | 
| 2024-11-20 | Filippo Valsorda | crypto/rsa: move implementation to crypto/internal... | commit | commitdiff | tree | 
| 2024-11-20 | Filippo Valsorda | crypto/rsa: move RSAES-OAEP to the same file as RSASSA-PSS | commit | commitdiff | tree | 
| 2024-11-20 | Damien Neil | runtime: remove unused casgcopystack function | commit | commitdiff | tree | 
| 2024-11-20 | Damien Neil | runtime: avoid deadlock in synctest changegstatus when... | commit | commitdiff | tree | 
| 2024-11-20 | Joel Sing | crypto/subtle: unbreak DIT test on openbsd/arm64 | commit | commitdiff | tree | 
| 2024-11-20 | Keith Randall | cmd/compile: let MADD/MSUB combination happen more... | commit | commitdiff | tree | 
| 2024-11-20 | Keith Randall | cmd/compile: remove redundant nil checks | commit | commitdiff | tree | 
| 2024-11-20 | Damien Neil | testing/synctest: add experimental synctest package | commit | commitdiff | tree | 
| 2024-11-20 | Russ Cox | syscall: do not run TestSyscallAllocations in parallel... | commit | commitdiff | tree | 
| 2024-11-20 | Russ Cox | lib/fips140: add directory and test | commit | commitdiff | tree | 
| 2024-11-20 | thepudds | cmd/internal/testdir: print stderr if go list fails... | commit | commitdiff | tree | 
| 2024-11-20 | thepudds | cmd/internal/testdir: update errors when filepaths... | commit | commitdiff | tree | 
| 2024-11-20 | Russ Cox | cmd/go: add GOFIPS140 to 'go help environment' | commit | commitdiff | tree | 
| 2024-11-20 | Russ Cox | cmd/go: add GOFIPS140 snapshot support | commit | commitdiff | tree | 
| 2024-11-20 | Mark Ryan | internal/bytealg: optimize IndexByte for riscv64 | commit | commitdiff | tree | 
| 2024-11-20 | Guoqi Chen | cmd/compile, internal/runtime/atomic: add Xchg8 for... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto: trim module name of Avo generators | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/nistec: remove P-256 from generate.go | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/hpke: replace x/crypto/hkdf with crypto... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips: import crypto/internal/fips/check... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/ed25519: move implementation to crypto/internal... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/edwards25519: move to crypto/internal... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips: handle the one possible PCT failure | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto: centralize external test module fetches | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/ecdsa: implement deterministic and hedged signatures | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/ecdsa: add HMAC_DRBG | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/ecdsa: add CAST, PCT, DRBG, and... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/ecdsa: move s390x assembly to crypto/internal... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/ecdsa: move implementation to crypto/internal... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/bigmod: move to crypto/internal/fips... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/bigmod: drop math/big dependency | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/ecdh: move implementation to crypto/internal... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/nistec: move to crypto/internal/fips... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/nistec: don't use go:embed | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/nistec: port cleanups and docs from... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/nistec: use precomputed P-256 generator... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/nistec: put elements directly in point... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/nistec: drop endianness swap assembly | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/nistec: use mixed addition in purego... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/nistec: use Booth multiplication in... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips: wrap and lock internal dependencies | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips: move most tests to crypto/interna... | commit | commitdiff | tree | 
| 2024-11-19 | Paul E. Murphy | crypto/aes: add optimized AES-CTR for ppc64le | commit | commitdiff | tree | 
| 2024-11-19 | Russ Cox | cmd/go/internal/modfetch: export new func Unzip | commit | commitdiff | tree | 
| 2024-11-19 | Russ Cox | cmd/go: add basic GOFIPS140 support | commit | commitdiff | tree | 
| 2024-11-19 | Keith Randall | internal/runtime/maps: hash copy of key instead of... | commit | commitdiff | tree | 
| 2024-11-19 | Keith Randall | internal/runtime/maps: assume constant elem offset... | commit | commitdiff | tree | 
| 2024-11-19 | Keith Randall | internal/runtime/maps: use simpler calculation for... | commit | commitdiff | tree | 
| 2024-11-19 | Paul E. Murphy | crypto/internal/fips/aes/gcm: skip TestAllocations... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/mlkem: implement CAST, PCT, and... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips: disable CASTs if FIPS mode is... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/mlkem: implement ML-KEM-1024 | commit | commitdiff | tree | 
| 2024-11-19 | Tobias Klauser | internal/syscall/unix, os: add and use Waitid syscall... | commit | commitdiff | tree | 
| 2024-11-19 | Russ Cox | cmd/dist: add FIPS snapshot build tests | commit | commitdiff | tree | 
| 2024-11-19 | Russ Cox | cmd/go: make vet work with -overlay | commit | commitdiff | tree | 
| 2024-11-19 | Damien Neil | internal/synctest: new package for testing concurrent... | commit | commitdiff | tree | 
| 2024-11-19 | Damien Neil | runtime: use indirect call in adjustSignalStack to... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/mlkem768: move to crypto/internal/fips... | commit | commitdiff | tree | 
| next |