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

Commit Graph

  • 5deea4c242 Revert "os: check for valid Windows path when creating files" George Adams 2024-11-19 10:05:27 +0000
  • 405a0c4ae8 os/user: fix race detector failure qmuntal 2024-11-18 09:31:59 +0100
  • afa9880638 crypto/internal/hpke: add Recipient role Roland Shoemaker 2024-08-10 18:19:09 -0700
  • bc1da38c3d crypto/subtle: add DIT closure Roland Shoemaker 2024-07-15 10:05:37 -0700
  • 44cea1234d cmd/go/internal/fsys: replace file tree with sorted list Russ Cox 2024-11-19 08:34:07 -0500
  • 2ef00e2734 crypto/internal/fips/hkdf: new package Filippo Valsorda 2024-10-20 17:29:58 +0200
  • f916d93e41 crypto/cipher: add NewGCMWithRandomNonce Filippo Valsorda 2024-11-18 16:19:12 +0100
  • 380903588c crypto/internal/fips/aes/gcm: add GCMForSSH Filippo Valsorda 2024-11-18 15:07:37 +0100
  • 32a55238ef
    Merge 562ba1c461 into bedde1bee0 Damien Mathieu 2024-11-19 10:53:02 -0500
  • bedde1bee0 crypto: check all cpu.X86 flags for features used in assembly Filippo Valsorda 2024-11-09 19:16:13 +0100
  • e66229a22a crypto/internal/fips/aes: add service indicators Filippo Valsorda 2024-11-09 11:09:19 +0100
  • 8f22369136 cmd/go/internal/fsys: refactor overlay consistency checks Russ Cox 2024-11-16 16:49:00 -0500
  • 8767a090d5 cmd/go/internal/fsys: refactor vfs lookup Russ Cox 2024-11-15 14:42:27 -0500
  • 7ded55f941 cmd/go/internal/fsys: convert to proper ReadDir Russ Cox 2024-11-15 13:49:28 -0500
  • f174c31f3e cmd/go/internal/fsys: minor cleanup Russ Cox 2024-11-15 12:54:37 -0500
  • 0b4cde34ac cmd/go/internal/fsys: move glob, walk code into new files Russ Cox 2024-11-15 12:52:10 -0500
  • b6aada5e81 doc/godebug: document that unrecognized GODEBUG entries are ignored Ian Lance Taylor 2024-11-18 19:27:22 -0800
  • aae088b16a doc/godebug: fix tipo Ian Lance Taylor 2024-11-18 19:26:38 -0800
  • b09478b9c9 mime: disable TestLookupMallocs with ASAN Michael Anthony Knyszek 2024-11-18 22:16:57 +0000
  • 3e7cb78800 cmd/go: re-enable build JSON from go test -json, now with GODEBUG Austin Clements 2024-11-18 14:56:43 -0500
  • 5432cd96fd cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64 Guoqi Chen 2024-09-20 11:06:18 +0800
  • ec7824b6bb cmd/go: disable fuzz instrumentation for internal/godebug Michael Anthony Knyszek 2024-11-18 22:23:43 +0000
  • 79c0041daf crypto/internal/fips/aes/gcm: add GCMForTLS12 and GCMForTLS13 Filippo Valsorda 2024-11-08 19:56:50 +0100
  • b86f770bec crypto/internal/fips/aes/gcm: add SealWithRandomNonce Filippo Valsorda 2024-11-03 22:30:43 +0100
  • 2b1a151524 crypto/internal/fips/aes/gcm: add CounterKDF Filippo Valsorda 2024-11-07 13:32:13 +0100
  • 7cc488c8b5 crypto/internal/fips/aes/gcm: add CMAC Filippo Valsorda 2024-11-06 14:03:58 +0100
  • 7d7618971e crypto/aes,crypto/cipher: test all available implementations Filippo Valsorda 2024-11-03 13:10:33 +0100
  • deee5322fc crypto/internal/fips/aes: move GCM to its own package Filippo Valsorda 2024-11-03 10:03:21 +0100
  • ecdc8c1b3f crypto/internal/cryptotest: add SkipTestAllocations Filippo Valsorda 2024-11-08 14:41:06 +0100
  • cf531372b2 crypto/internal/fips/drbg: add CAST and service indicator Filippo Valsorda 2024-11-05 14:07:21 +0100
  • 0d8b96de05 crypto/internal/fips/drbg: implement FIPS-mode randomness generation Filippo Valsorda 2024-11-04 15:33:00 +0100
  • e67037fb27 crypto/internal/fips/drbg: implement CTR_DRBG Filippo Valsorda 2024-11-04 14:02:58 +0100
  • 644628536f crypto/rand: move OS interaction to crypto/internal/sysrand Filippo Valsorda 2024-11-04 12:56:04 +0100
  • f705cf8f96 crypto/rand: replace crypto/aes with internal/chacha8rand for plan9 Filippo Valsorda 2024-11-04 13:05:46 +0100
  • c4aea46784 crypto/aes: move to crypto/internal/fips/aes Filippo Valsorda 2024-11-01 11:46:34 +0100
  • 9a9d547a00
    Merge 5a02913769 into 0240c91383 arag0re.eth 2024-11-18 19:28:31 -0500
  • 0240c91383 crypto/aes: speedup CTR mode on AMD64 and ARM64 Boris Nagaev 2024-02-08 01:27:16 +0000
  • 9bf054fea9
    Merge e0873001d3 into 170436c045 Boris Nagaev 2024-11-18 19:11:03 -0500
  • 170436c045 cmd/compile: strongly favor closure inlining David Chase 2024-11-15 17:08:34 -0500
  • b8fe88393b os: correctly handle errno==0 in (*Process).blockUntilWaitable Damien Neil 2024-11-18 14:39:20 -0800
  • a65f1a467f weak: move internal/weak to weak, and update according to proposal Michael Anthony Knyszek 2024-11-15 20:42:32 +0000
  • 5e82cba9bd os/user: skip tests that create users when running on dev machines qmuntal 2024-11-18 11:07:07 +0100
  • 45869f5931 runtime: get rid of gc programs for types Keith Randall 2024-09-25 22:34:43 -0700
  • 7588cc9b00 cmd/link: use types (and not GC programs) to build data/bss ptrmasks khr@golang.org 2023-11-29 22:03:22 -0800
  • aecb8faa91 sync: make HashTrieMap[any, any] the default implementation of Map Michael Anthony Knyszek 2024-08-26 14:18:26 +0000
  • 06e6b8efa4 internal/sync: optimize CompareAndSwap and Swap Michael Anthony Knyszek 2024-08-16 15:13:52 +0000
  • 50f1888814 sync: add HashTrieMap to Map tests and benchmarks Michael Anthony Knyszek 2024-08-13 20:51:43 +0000
  • 5c7b7c7d60 internal/sync: add Range to HashTrieMap Michael Anthony Knyszek 2024-08-15 19:22:43 +0000
  • e5c4c79cc4 internal/sync: add Clear to HashTrieMap Michael Anthony Knyszek 2024-08-13 16:44:29 +0000
  • 083045f99d internal/sync: add Delete to HashTrieMap Michael Anthony Knyszek 2024-08-13 16:33:30 +0000
  • 107e094f51 internal/sync: refactor HashTrieMap tests into per-op suites Michael Anthony Knyszek 2024-08-15 18:53:33 +0000
  • 700c7b95ae internal/sync: add LoadAndDelete to HashTrieMap Michael Anthony Knyszek 2024-08-13 16:31:27 +0000
  • 872031dc10 internal/sync: add Store to HashTrieMap Michael Anthony Knyszek 2024-08-13 15:12:21 +0000
  • 28bac5640c internal/sync: add Swap to HashTrieMap Michael Anthony Knyszek 2024-06-21 21:00:15 +0000
  • 85fa418fd5 internal/sync: add CompareAndSwap to HashTrieMap Michael Anthony Knyszek 2024-06-21 20:42:45 +0000
  • e8c5e6d635 internal/sync: make the HashTrieMap zero value ready to use Michael Anthony Knyszek 2024-06-21 20:23:13 +0000
  • 008904aba6 internal/sync: relax value type constraint for HashTrieMap Michael Anthony Knyszek 2024-06-21 20:09:09 +0000
  • 36b5b053be internal/sync: use normal comparison for keys in HashTrieMap Michael Anthony Knyszek 2024-06-21 20:03:16 +0000
  • e51a33a0ef internal/sync: factor out lookup for CompareAndDelete in HashTrieMap Michael Anthony Knyszek 2024-06-21 19:59:11 +0000
  • 4804d0daca internal/sync: move HashTrieMap from internal/concurrent Michael Anthony Knyszek 2024-06-21 17:20:00 +0000
  • cea365ddfb internal/concurrent: remove dependency on math/rand/v2 Michael Anthony Knyszek 2024-06-21 17:07:28 +0000
  • 6c66005285 internal/sync: move sync.Mutex implementation into new package Michael Anthony Knyszek 2024-06-21 17:01:23 +0000
  • b5906ac4b7 os/user: s/Acount/Account/ in function name Ian Lance Taylor 2024-11-18 11:21:59 -0800
  • bb2a5f0556 cmd: change from sort functions to slices functions Ian Lance Taylor 2024-05-21 21:07:32 -0700
  • 8034488781 os: sysctl-based Executable implementation for NetBSD Benny Siegert 2024-11-18 13:43:58 +0100
  • 53b2b64b64 sync: add explicit noCopy fields to Map, Mutex, and Once Michael Anthony Knyszek 2024-11-15 19:22:16 +0000
  • 5a0f2a7a7c cmd/compile: remove gc programs from stack frame objects Keith Randall 2023-11-15 13:38:06 -0800
  • d4b0bd28ee internal/runtime/maps: don't copy indirect key/elem when growing maps Keith Randall 2024-11-08 17:17:15 -0800
  • bcdaac6396 runtime: fix MapCycle test Keith Randall 2024-11-08 15:48:33 -0800
  • 7a20239ce8 crypto/subtle: document and test XORBytes overlap rules Filippo Valsorda 2024-10-24 16:27:44 +0200
  • e0537d1088 Add test. Max Neverov 2024-11-18 18:56:43 +0100
  • 5ec1457941 cmd/compile: avoid static init of strings in FIPS mode Russ Cox 2024-11-17 19:53:18 -0500
  • 61790207f5 cmd/internal/obj: exclude external test packages from FIPS scope Russ Cox 2024-11-14 13:37:38 -0500
  • e64f7ef03f net/http/httputil: return after handling error Sean Liao 2024-11-13 18:54:54 +0000
  • 5a529e06c1 crypto/cipher: add small CTR benchmark, remove CFB/OFB benchmarks Filippo Valsorda 2024-10-26 19:45:41 +0200
  • 9489a2c9a7 crypto/internal/impl: use base package name Filippo Valsorda 2024-11-03 13:05:57 +0100
  • e689a7c8e8 crypto/internal/fips/subtle: move constant time functions from crypto/subtle Filippo Valsorda 2024-11-03 13:44:20 +0100
  • 15b7046309 crypto/internal/alias: move to crypto/internal/fips/alias Filippo Valsorda 2024-10-24 16:10:53 +0200
  • 44b2ba721b cmd/go: fix TestScript/build_json on Windows Austin Clements 2024-11-17 22:18:02 -0500
  • 1fba1f6062 text/template: don't crash piping to call with no arguments Ian Lance Taylor 2024-11-14 09:17:15 -0800
  • 2779e3a453 internal/poll: use ignoringEINTR2 in copyFileRange Tobias Klauser 2024-11-15 11:17:37 +0100
  • 42e2abd110 os: use ignoringEINTR in (*Process).blockUntilWaitable Tobias Klauser 2024-11-15 16:34:13 +0100
  • f43af96ae3 Add test. Max Neverov 2024-11-18 07:50:48 +0100
  • 3ca78afb3b cmd/go: temporarily disable build JSON in test output Austin Clements 2024-11-17 22:41:03 -0500
  • 90b1dc0192 internal/runtime/maps: fix noswiss builder khr@golang.org 2024-11-17 13:24:43 -0800
  • d1180dbd5e runtime: relax TestWindowsStackMemory from 100kB to 128kB Russ Cox 2024-11-17 10:20:18 -0500
  • 01e1e5c204 runtime/internal/maps: remove entryMask Keith Randall 2024-11-04 15:52:02 -0800
  • a867e5e5a6 internal/runtime/maps: simplify small group lookup Keith Randall 2024-11-14 17:42:26 -0800
  • 63f762bcde internal/runtime/maps: eliminate a load from the hot path Keith Randall 2024-11-14 16:58:07 -0800
  • 04807d3acf runtime/internal/maps: optimize long string keys for small maps Keith Randall 2024-11-09 09:49:40 -0800
  • e1ed146af8 debug/dwarf: Fail on reading incorrect offset due to skipped compilation unit Dani Pozo 2024-11-17 19:36:58 +0100
  • 44d4b69942 cmd/go: change Printer.Output -> Printer.Printf for consistency Austin Clements 2024-11-13 19:50:44 -0500
  • f9a95b1bdc cmd/go: print build errors during go test -json in JSON Austin Clements 2023-10-17 17:27:00 -0400
  • 9060fa5afd cmd/go: track root failing Action Austin Clements 2023-10-17 17:21:47 -0400
  • 49b3ab0d81 cmd/go: report all loading errors in tests as "setup failed" Austin Clements 2024-01-26 14:45:30 -0500
  • 7020759859 cmd/go: implement "go build -json" Austin Clements 2023-08-24 13:29:39 -0400
  • 47da5a303f cmd/go: add Printer interface and use for error reporting Austin Clements 2023-10-17 16:30:36 -0400
  • ba0caac24d
    Merge 9f0d66f963 into 5ebb4e282e Xiangyang 2024-11-17 09:30:37 -0500
  • 5ebb4e282e crypto/internal/fips/check: remove unreachable return Tim King 2024-11-15 15:53:13 -0800
  • 493edb2973 crypto/sha512: improve performance of riscv64 assembly Joel Sing 2024-08-15 00:39:59 +1000