1
0
mirror of https://github.com/golang/go synced 2024-11-21 11:14:40 -07:00

Commit Graph

  • 57147256e6 os: recognize EFTYPE, EINVAL as a refusal to open a symlink Damien Neil 2024-11-20 17:00:57 -0800
  • 0a0a7a5642 cmd/compile: fix rewrite rules for multiply/add Keith Randall 2024-11-20 17:48:30 -0800
  • 3ff868f2f5 cmd/go: cache executables built for go run Michael Matloob 2024-09-13 11:06:06 -0400
  • 28f4e14ebe crypto/internal/fips140deps: fix test for running in FIPS snapshot Russ Cox 2024-11-20 09:51:27 -0500
  • 0684661728 Add errcheck when initializing default cache. Max Neverov 2024-11-21 07:34:59 +0100
  • a2a4f00783 go/types, types2: simplify Checker.resolveBaseTypeName (cleanup) Robert Griesemer 2024-11-20 14:57:43 -0800
  • b631b8e674 go/types, types: better error message position for invalid receiver errors Robert Griesemer 2024-11-20 13:57:23 -0800
  • a9428eab40 cmd/cgo/internal/testsanitizers: use t.TempDir Ian Lance Taylor 2024-11-20 14:21:33 -0800
  • f96987888f cmd/cgo/internal/testsanitizers: don't create fuzz corpus Ian Lance Taylor 2024-11-20 14:18:58 -0800
  • adc9c45587 runtime: clean up new lock2 structure Rhys Hiltner 2024-11-18 11:48:28 -0800
  • c315862c99 os: add OpenInRoot Damien Neil 2024-11-18 18:09:17 -0800
  • a1b5394dba os: add Root.FS Damien Neil 2024-11-18 17:49:14 -0800
  • 3d56891969 os: add Root.Stat and Root.Lstat Damien Neil 2024-11-13 14:13:57 +0100
  • 49d24d469e os: add Root.Remove Damien Neil 2024-11-12 17:16:10 +0100
  • 43d90c6a14 os: add Root Damien Neil 2024-04-23 11:14:19 -0700
  • 558f5372fc cmd/compile,testing: implement one-time rampup logic for testing.B.Loop Junyang Shao 2024-11-14 07:34:51 +0800
  • 60299c2513 cmd/go: revert "remove base.ShortPathConservative" Russ Cox 2024-11-20 22:09:43 +0000
  • c94a9fdf65 os: use ignoringEINTR2 in (*Process).pidWait Tobias Klauser 2024-11-20 11:15:02 +0100
  • dce30a1920 cmd/compile: intrinsify swissmap match calls with SIMD on amd64 Michael Pratt 2024-11-04 12:41:33 -0500
  • b8ba5b440b cmd/cgo: improve error message for unknown name Ian Lance Taylor 2024-11-20 13:51:53 -0800
  • ae9938fae2 doc: document new restriction on cgo-generated method receicer types Robert Griesemer 2024-11-20 12:50:54 -0800
  • cf5ec0720f cmd/compile: remove types.Compare map bucket special cases Michael Pratt 2024-10-09 16:44:17 -0400
  • a947912d8a internal/byteorder: use canonical Go casing in names Russ Cox 2024-11-12 23:39:27 +0100
  • 2e07ff3543 cmd/go: remove base.ShortPathConservative Michael Matloob 2024-11-20 13:39:14 -0500
  • 5242bfa26a cmd/go: remove temporary crypto/internal/fips140 import relaxation Russ Cox 2024-11-20 10:25:44 -0500
  • 13933ef445 crypto/rsa: reimplement GenerateKey per FIPS 186-5 Derek Parker 2024-11-20 11:51:58 -0800
  • 4a3cef2036 all: rename crypto/internal/fips to crypto/internal/fips140 Russ Cox 2024-11-20 09:03:35 -0500
  • 5254e98942 cmd/cgo/internal/testsanitizers: fix TSAN tests using setarch qmuntal 2024-11-20 16:02:03 +0100
  • 2ad53d5a19 go/types, types2: disallow new methods on (aliases to) cgo-generated types Robert Griesemer 2024-11-19 10:28:45 -0800
  • 91af7119cd go/types, types2: disallow new methods on generic alias and instantiated types Robert Griesemer 2024-11-18 12:45:17 -0800
  • be062b7f61 [release-branch.go1.23] runtime: explicitly keep handle alive during getOrAddWeakHandle release-branch.go1.23 Michael Anthony Knyszek 2024-11-20 19:12:58 +0000
  • d69e6f63c3 runtime: keep cleanup closure alive across adding the cleanup special Michael Anthony Knyszek 2024-11-20 19:24:56 +0000
  • 88cfad0c89 runtime: explicitly keep handle alive during getOrAddWeakHandle Michael Anthony Knyszek 2024-11-20 19:12:58 +0000
  • e0b569842d spec: document restrictions for method receivers that are aliases Robert Griesemer 2024-11-18 20:06:13 -0800
  • e36b4d76ad doc/godebug: document we removed x509sha1 Roland Shoemaker 2024-11-20 11:06:35 -0800
  • d8adc6c4c7 [release-branch.go1.23] runtime: prevent weak->strong conversions during mark termination Michael Anthony Knyszek 2024-11-01 21:54:07 +0000
  • dc28aca568 crypto/ed25519: fix GenerateKey with rand nil Filippo Valsorda 2024-11-20 19:25:37 +0100
  • e1dc707f33 cmd/go/testdata/script: restrict test to check only exe name Brian Gabin 2024-10-20 21:58:08 -0700
  • 7c7170e939 crypto/x509: remove x509sha1 GODEBUG Roland Shoemaker 2024-11-19 11:34:19 -0800
  • c901d93fcd cmd/go: enforce -Wl,--push-state logic only when it is a prefix Roland Shoemaker 2024-11-15 07:40:49 -0800
  • 30b09bccfd crypto/internal/fipstest: fix TestACVP not to write to module cache Russ Cox 2024-11-20 10:08:18 -0500
  • 6f05fa7a4f [release-branch.go1.22] syscall: mark SyscallN as noescape release-branch.go1.22 qmuntal 2024-11-05 16:01:45 +0100
  • 847cb6f9ca [release-branch.go1.23] syscall: mark SyscallN as noescape qmuntal 2024-11-05 16:01:45 +0100
  • 5165f54167 cmd/go: add support for mod tools Conrad Irwin 2024-07-18 21:50:15 -0600
  • 297081eb02 crypto/internal/fips/rsa: support all SHA hashes in PKCS#1 v1.5 Filippo Valsorda 2024-11-20 15:02:40 +0100
  • c483fdbfcf crypto/ed25519: fix TestAllocations in FIPS mode Filippo Valsorda 2024-11-20 16:11:49 +0100
  • 93fcd8fb18 crypto/rsa: move implementation to crypto/internal/fips/rsa Filippo Valsorda 2024-11-20 12:27:12 +0100
  • 6ad54ab819
    Merge 9fcd1039d8 into 8837503237 xin-tsla 2024-11-20 11:54:47 -0500
  • 62a642a5af
    Merge 323cc37fea into 8837503237 Ferdinand Linnenberg 2024-11-20 11:52:57 -0500
  • 8837503237 crypto/rsa: move RSAES-OAEP to the same file as RSASSA-PSS Filippo Valsorda 2024-11-19 14:38:30 +0100
  • 2c02b4a252 runtime: remove unused casgcopystack function Damien Neil 2024-11-20 08:25:20 -0800
  • 1d28fa8c43 runtime: avoid deadlock in synctest changegstatus when copying stacks Damien Neil 2024-11-19 14:41:37 -0800
  • 436808396c
    Merge 26624a44af into b483f382a2 fusion32 2024-11-20 11:36:20 -0500
  • b483f382a2 crypto/subtle: unbreak DIT test on openbsd/arm64 Joel Sing 2024-11-20 23:50:46 +1100
  • 98e719f677 cmd/compile: let MADD/MSUB combination happen more often on arm64 Keith Randall 2024-11-19 09:15:19 -0800
  • 7d2e3da243 cmd/compile: remove redundant nil checks Keith Randall 2024-11-12 20:14:31 -0800
  • 76e4efdc77 testing/synctest: add experimental synctest package Damien Neil 2024-11-19 10:42:11 -0800
  • a7043ec95b syscall: do not run TestSyscallAllocations in parallel with other tests Russ Cox 2024-11-20 10:53:16 -0500
  • 0d397d85ea lib/fips140: add directory and test Russ Cox 2024-11-20 07:19:55 -0500
  • a311754d54 cmd/internal/testdir: print stderr if go list fails while gathering stdlib import config thepudds 2023-06-21 14:42:03 -0400
  • 5d2cc56620 cmd/internal/testdir: update errors when filepaths include 'C:\' thepudds 2023-08-18 15:24:39 -0400
  • 5e1726b71a cmd/go: add GOFIPS140 to 'go help environment' Russ Cox 2024-11-19 15:46:37 -0500
  • 01103d7af8 cmd/go: add GOFIPS140 snapshot support Russ Cox 2024-11-17 16:55:51 -0500
  • 4a38cb0f9d Merge branch 'master' into master-syslibargsworkaround Alex Eaton 2024-11-20 07:42:58 -0500
  • 606a0bd9c8 internal/bytealg: optimize IndexByte for riscv64 Mark Ryan 2024-02-02 15:02:05 +0100
  • fe7d97d032 cmd/compile, internal/runtime/atomic: add Xchg8 for loong64 Guoqi Chen 2024-10-30 19:11:49 +0800
  • a3c068c57a crypto: trim module name of Avo generators Filippo Valsorda 2024-11-19 21:19:04 +0100
  • fb7f4f9702 crypto/internal/fips/nistec: remove P-256 from generate.go Filippo Valsorda 2024-11-19 22:02:59 +0100
  • a332689620 crypto/internal/hpke: replace x/crypto/hkdf with crypto/internal/fips/hkdf Filippo Valsorda 2024-11-18 14:28:19 +0100
  • ad072b3ae6 crypto/internal/fips: import crypto/internal/fips/check throughout Filippo Valsorda 2024-11-18 13:43:58 +0100
  • 1e1c0a7ea8 crypto/ed25519: move implementation to crypto/internal/fips/ed25519 Filippo Valsorda 2024-11-17 19:16:52 +0100
  • 7eb10ca691 crypto/internal/edwards25519: move to crypto/internal/fips/edwards25519 Filippo Valsorda 2024-11-17 15:18:25 +0100
  • 7e1af3bf74 crypto/internal/fips: handle the one possible PCT failure Filippo Valsorda 2024-11-17 18:38:29 +0100
  • 931700a95e crypto: centralize external test module fetches Filippo Valsorda 2024-11-17 12:04:24 +0100
  • 9776d028f4 crypto/ecdsa: implement deterministic and hedged signatures Filippo Valsorda 2024-11-16 23:45:05 +0100
  • 5321fc265c crypto/internal/fips/ecdsa: add HMAC_DRBG Filippo Valsorda 2024-11-16 19:36:30 +0100
  • 45c6cc3020 crypto/internal/fips/ecdsa: add CAST, PCT, DRBG, and FIPS 186-5 references Filippo Valsorda 2024-11-16 17:44:17 +0100
  • b22c585c2a crypto/ecdsa: move s390x assembly to crypto/internal/fips/ecdsa Filippo Valsorda 2024-11-16 18:31:41 +0100
  • 03f075b56e crypto/ecdsa: move implementation to crypto/internal/fips/ecdsa Filippo Valsorda 2024-11-16 16:38:07 +0100
  • 6f5194767e crypto/internal/bigmod: move to crypto/internal/fips/bigmod Filippo Valsorda 2024-11-16 14:14:21 +0100
  • e24eb3ab36 crypto/internal/bigmod: drop math/big dependency Filippo Valsorda 2024-11-16 14:10:02 +0100
  • 566cf1c108 crypto/ecdh: move implementation to crypto/internal/fips/ecdh Filippo Valsorda 2024-11-14 22:02:02 +0100
  • 2f35e1375e crypto/internal/nistec: move to crypto/internal/fips/nistec Filippo Valsorda 2024-11-14 15:27:28 +0100
  • e5079895dc
    Merge 082ff9ee4e into 17bf224a4d Derek Parker 2024-11-19 17:36:30 -0500
  • 9a0f0689bf
    Merge 7b756dd185 into 17bf224a4d Mateusz Poliwczak 2024-11-19 17:36:24 -0500
  • 98d76f842d
    Merge a5fa9169d0 into 17bf224a4d ICHINOSE Shogo 2024-11-19 17:34:23 -0500
  • 9e9afce33d
    Merge ff91df91b6 into 17bf224a4d pschou 2024-11-19 17:33:16 -0500
  • 17bf224a4d crypto/internal/nistec: don't use go:embed Filippo Valsorda 2024-11-17 13:03:16 +0100
  • 8c2a04f169 crypto/internal/nistec: port cleanups and docs from p256_asm.go to purego Filippo Valsorda 2024-07-27 23:40:15 +0200
  • e46eefde2e crypto/internal/nistec: use precomputed P-256 generators in purego Filippo Valsorda 2024-07-27 15:39:07 +0200
  • 245f9ba3c0 crypto/internal/nistec: put elements directly in point struct in purego P-256 Filippo Valsorda 2024-07-27 15:33:47 +0200
  • e75e5246a9 crypto/internal/nistec: drop endianness swap assembly Filippo Valsorda 2024-07-27 13:58:25 +0200
  • 5610e05936 crypto/internal/nistec: use mixed addition in purego ScalarBaseMult Filippo Valsorda 2024-07-26 23:34:12 +0200
  • 298defcb54 crypto/internal/nistec: use Booth multiplication in purego P-256 Filippo Valsorda 2024-07-26 22:35:50 +0200
  • a794fa5f69 crypto/internal/fips: wrap and lock internal dependencies Filippo Valsorda 2024-11-14 14:47:55 +0100
  • 349d7d92bb crypto/internal/fips: move most tests to crypto/internal/fipstest Filippo Valsorda 2024-11-14 12:41:47 +0100
  • 382b20a09e crypto/aes: add optimized AES-CTR for ppc64le Paul E. Murphy 2024-11-05 13:50:46 -0600
  • e33f7c42b0 cmd/go/internal/modfetch: export new func Unzip Russ Cox 2024-11-17 16:54:11 -0500
  • 9935dd99da cmd/go: add basic GOFIPS140 support Russ Cox 2024-11-14 14:09:54 -0500
  • d13e6d0b08 internal/runtime/maps: hash copy of key instead of key itself Keith Randall 2024-11-18 16:37:59 -0800