0
1
mirror of https://github.com/golang/go synced 2025-05-05 03:21:36 +00:00

Commit Graph

  • 4225c6cb37 encoding/json: improve fidelity of TestUnmarshal for Numbers Joe Tsai 2025-01-08 12:30:01 -08:00
  • c87a6f932e crypto/mlkem: merge mlkem768.go and mlkem1024.go to improve godoc Filippo Valsorda 2025-01-08 10:40:39 +01:00
  • f57a3a7c04 crypto/mlkem: add example and improve docs Filippo Valsorda 2025-01-08 10:15:23 +01:00
  • c9afcbade7 go/types, types2: require iterator yield to return bool (work-around) Robert Griesemer 2025-01-07 15:06:05 -08:00
  • 54693a81fd crypto/md5,crypto/sha1: apply fips140=only to Write and Sum, not New Filippo Valsorda 2025-01-06 18:49:45 +01:00
  • 0cdf8c7a8c crypto/ecdsa: apply fips140=only to deterministic ECDSA hash Filippo Valsorda 2025-01-06 21:12:03 +01:00
  • 4640e92af7 crypto/rsa: apply fips140=only to opts.Hash in SignPSS Filippo Valsorda 2025-01-06 21:12:03 +01:00
  • e06b6fc58d [release-branch.go1.24] all: merge master (e966a27) into release-branch.go1.24 Michael Pratt 2025-01-08 14:01:57 -05:00
  • e966a2773c crypto/internal/fips140/drbg: avoid global lock on rand state Russ Cox 2025-01-07 12:07:07 -05:00
  • b3799ba634 [release-branch.go1.24] all: merge master (9a44df6) into release-branch.go1.24 Michael Pratt 2025-01-08 13:20:26 -05:00
  • 9a44df6675 cmd/go/testdata/script: fix TestScript/env_gocacheprog on Windows Michael Matloob 2025-01-08 11:19:05 -05:00
  • 1dde0b4844 [release-branch.go1.23] runtime: hold traceAcquire across casgstatus in injectglist Michael Anthony Knyszek 2024-12-23 17:21:07 +00:00
  • ae9996f965 [release-branch.go1.22] runtime: hold traceAcquire across casgstatus in injectglist Michael Anthony Knyszek 2024-12-23 17:21:07 +00:00
  • 223260bc63 [release-branch.go1.22] crypto/tls: fix Config.Time in tests using expired certificates Filippo Valsorda 2025-01-02 01:34:40 +01:00
  • 3417000c69 [release-branch.go1.23] crypto/tls: fix Config.Time in tests using expired certificates Filippo Valsorda 2025-01-02 01:34:40 +01:00
  • f025d19e7b runtime: hold traceAcquire across casgstatus in injectglist Michael Anthony Knyszek 2024-12-23 17:21:07 +00:00
  • 1e9835f5b1 internal/sync: fix typo of panic message Koichi Shiraishi 2024-12-28 13:56:04 +09:00
  • 39f2032c17 testing/synctest: add some examples Damien Neil 2025-01-07 14:29:23 -08:00
  • b50ccef67a cmd/go/internal/modindex: don't write index entry if file open Michael Matloob 2025-01-06 11:10:02 -05:00
  • b2aa18b96c cmd/internal/hash: stop using md5, sha1 Russ Cox 2025-01-07 11:20:07 -05:00
  • d93b549f05 cmd/go/internal/cache: handle cacheprog not responding to close Michael Matloob 2025-01-06 16:02:38 -05:00
  • d62154db83 weak: don't panic when calling Value on a zero Pointer Michael Anthony Knyszek 2025-01-07 16:01:46 +00:00
  • 9d0772b23e cmd/compile/internal/syntax: add test case for invalid label use Robert Griesemer 2025-01-06 16:22:10 -08:00
  • 1d20bce981 go/types, types2: expand documentation for Info.Types map Robert Griesemer 2025-01-06 13:25:08 -08:00
  • a9bd6239a4 cmd/go/internal/env: add GOCACHEPROG to go env output Michael Matloob 2025-01-06 14:08:53 -05:00
  • 850b276a67 crypto/tls: send illegal_parameter on invalid ECHClientHello.type thekuwayama 2024-12-30 19:28:35 +00:00
  • 27c5164374 crypto/internal/fips140: zeroise integrity test temporary values Filippo Valsorda 2024-12-16 17:20:46 +01:00
  • d8ad4af78b cmd/internal/disasm: correct instruction length handling for riscv64 Joel Sing 2025-01-04 03:44:40 +11:00
  • a76cc5a4ec crypto/rsa: use λ(N) instead of φ(N) Filippo Valsorda 2024-12-28 22:32:59 +01:00
  • 3f002abb60 internal/sync: add test from issue 70970 Michael Anthony Knyszek 2025-01-06 18:23:21 +00:00
  • 7a2e88e911 net/http: update NewRequestWithContext wrong link to NewRequest yincong 2025-01-06 02:10:08 +00:00
  • c112c0af13 Revert "internal/sync: optimize CompareAndSwap and Swap" Michael Knyszek 2024-12-23 17:59:28 -08:00
  • 705b5a569a crypto/ecdsa: drop SEC 1 reference from package doc Filippo Valsorda 2022-08-24 12:32:51 +02:00
  • f966695cce context: use "canceled" in docs to refer to timed-out contexts Damien Neil 2025-01-03 11:47:39 -08:00
  • 5da026354c cmd/go/internal/vcweb: close the .access file Ian Lance Taylor 2025-01-03 13:49:20 -08:00
  • 31cabcf084 crypto/internal/fips140: mark OpenBSD unsupported Filippo Valsorda 2025-01-01 15:08:28 +01:00
  • eb0c2b2f96 crypto/internal/fips140: add Supported Filippo Valsorda 2024-12-27 11:13:42 +01:00
  • f0a9b6df45 internal/fuzz: remove the exp2 method Jakub Ciolek 2025-01-03 17:23:05 +01:00
  • 5d626c49ec spec: fix a dead link yaxum62 2025-01-02 20:49:07 +00:00
  • 81566aff3a internal/exportdata: add missing return Mateusz Poliwczak 2025-01-02 18:22:34 +00:00
  • e7a8bd5d8b crypto/internal/fips140/check: remove Enabled Filippo Valsorda 2024-12-17 20:03:22 +01:00
  • 4b652e9f5f cmd/go: fix two typos in helpdoc.go linmaolin 2025-01-02 21:05:21 +00:00
  • 0afd7e85e5 cmd/go: document GOCACHEPROG in go help environment Austin Clements 2024-12-27 13:11:02 -05:00
  • 3c8e5b13df cmd/go/internal/cacheprog: drop redundant Prog prefixes Austin Clements 2024-12-27 13:27:21 -05:00
  • 20da34c6d2 cmd/go: move GOCACHEPROG protocol types to their own package Austin Clements 2024-12-27 13:27:21 -05:00
  • 858a0e9dfd crypto/tls: properly return ECH retry configs Roland Shoemaker 2024-12-30 10:36:55 -08:00
  • a63aee4955 cmd/go: improve GOCACHEPROG types documentation Austin Clements 2024-12-27 13:09:25 -05:00
  • 847c357bbb cmd/go: remove references to gopath-get Sean Liao 2024-12-28 14:25:08 -05:00
  • d1d9312950 crypto/tls: fix Config.Time in tests using expired certificates Filippo Valsorda 2025-01-02 01:34:40 +01:00
  • 94f15810e6 cmd/go: document default GOARM value Ian Lance Taylor 2024-12-30 14:35:24 -08:00
  • 856a7bc8e9 builtin: use list instead of indentation for comments in cap, len, and make Shulhan 2024-12-30 17:10:57 +07:00
  • 5efb4239c6 spec: document that string conversions don't guarantee result slice capacity Robert Griesemer 2024-12-18 14:15:48 -08:00
  • 0d8aa8cce6 spec: describe representation of values Robert Griesemer 2024-12-12 15:26:54 -08:00
  • 8857a5a33f crypto/tls: fix misspelling in comment thekuwayama 2024-12-30 20:00:49 +00:00
  • 3c4102bfd4 encoding/binary: add documentation for endian methods willboland 2024-12-30 20:00:43 +00:00
  • b702a26cf8 os: mention fsys modifications during CopyFS Sean Liao 2024-12-28 15:10:21 -05:00
  • 15f232456a encoding/json: remove suggestion on Unmarshaler with JSON null Joe Tsai 2024-12-27 17:24:30 -08:00
  • ba1deb1cee cmd/link: document that -s implies -w willboland 2024-12-29 02:37:06 +00:00
  • fd5e0d26d9 go/doc: resolve imports before predeclared identifiers in examples Sean Liao 2024-12-28 14:50:11 -05:00
  • a785d11ac4 unique: fix typo Koichi Shiraishi 2024-12-28 14:05:38 +09:00
  • 2b794ed86c encoding/json: expand and modernize TestInterfaceSet Joe Tsai 2024-12-23 10:35:24 -08:00
  • e3cd55e9d2 cmd/go/internal/work: allow @ character in some -Wl, linker flags on darwin Pedro Tôrres 2024-12-27 07:21:53 +00:00
  • 39794819aa doc/initial: remove fixed-width spacing notice Austin Clements 2024-12-27 11:25:06 -05:00
  • 7c03fe70b8 cmd/compile: improve compiler directive docs Austin Clements 2024-12-27 10:48:22 -05:00
  • d7c3e93c16 iter: improve documentation with iterator example Harald Albrecht 2024-12-26 21:27:33 +01:00
  • cce75da30b crypto/mlkem: swap order of return values of Encapsulate Alec Bakholdin 2024-12-22 20:36:59 -05:00
  • 772f024c61 weak: fix typo in warning about tiny allocator optimization Michael Anthony Knyszek 2024-12-23 20:42:42 +00:00
  • b9955f0ad9 cmd/link, runtime: apply a delta to RODATA->DATA relocations Cherry Mui 2024-12-20 22:33:15 -05:00
  • eef35e3bd9 internal/goexperiment: run go generate for synctest Jorropo 2024-12-21 20:32:42 +01:00
  • 9f6c80a76a cmd/go/internal/work: allow single character values in -Wl, linker flags Pedro Tôrres 2024-12-20 06:45:52 +00:00
  • 05d8984781 net: document LookupTXT behavior with multiple strings per record Simon Ser 2024-12-22 23:51:26 +00:00
  • 500675a7c8 cmd/compile: load map length with the right type Cherry Mui 2024-12-21 15:54:34 -05:00
  • 06b191e11f internal/syscall/unix: apply fstatat fix to linux/mips64le Cherry Mui 2024-12-21 00:07:34 -05:00
  • 110ab1aaf4 slices: document two oddities Alan Donovan 2024-12-20 09:28:55 -05:00
  • 669d87a935 runtime/pprof: continued attempt to deflake the VMInfo test. Cosmos Nicolaou 2024-12-19 15:55:05 -08:00
  • 45f49139f5 runtime: test trap panic parsing in TestTracebackSystem Michael Pratt 2024-12-19 20:58:19 -05:00
  • e63eb98e98 net/http: fix nil panic in test Russ Cox 2024-12-19 13:35:34 -05:00
  • 7b6c94dd03 cmd/go: drop fips140 build ID hacks Russ Cox 2024-12-17 10:40:41 -05:00
  • cb72406c36 cmd/go: fix two-step toolchain upgrade through go install, GOTOOLCHAIN Russ Cox 2024-12-18 15:42:48 -05:00
  • 4f0561f9d3 cmd/dist: skip fips140test in exe mode on Android Cherry Mui 2024-12-18 11:28:18 -05:00
  • 87dbfb9fa7 weak: improve grammar in doc comments Michal Bohuslávek 2024-12-18 13:32:37 +01:00
  • f4e3ec3dbe crypto/ecdsa: fix condition for fips140=only check Mauri de Souza Meneguzzo 2024-12-18 16:19:24 +00:00
  • 1576793c51 [release-branch.go1.23] net: don't use sendfile for irregular files; handle EOPNOTSUPP/ENOTSUP Ian Lance Taylor 2024-12-11 14:18:42 -08:00
  • 6aa46eb750 crypto/tls: normalize spelling of "ClientHello" in comments Filippo Valsorda 2024-12-17 20:47:17 +01:00
  • 10ca5ba4ff crypto/pbkdf2: update RFC reference in package doc Filippo Valsorda 2024-12-17 20:39:24 +01:00
  • 8ff4cee564 cmd/go,crypto: reject using Go+BoringCrypto and fips140 together Filippo Valsorda 2024-12-17 19:57:54 +01:00
  • 971448ddf8 testing: support B.Context and F.Context Ian Lance Taylor 2024-12-17 15:31:10 -08:00
  • 95b433eed4 debug/elf: adjust version API per issue discussion Ian Lance Taylor 2024-12-17 11:31:17 -08:00
  • b2c0168893 crypto/internal/fips140/aes/gcm: use aes.EncryptBlockInternal on ppc64x and s390x Filippo Valsorda 2024-12-17 17:55:01 +01:00
  • b9e2ffdcd2 crypto/internal/fips140: add Name and Version Filippo Valsorda 2024-12-16 17:44:21 +01:00
  • 8790372a8d cmd, go: fix some typos wangshuo 2024-12-17 12:50:44 +00:00
  • b057b8872d bytes, strings: add cross-references in docstrings Oleksandr Redko 2024-12-17 19:05:23 +02:00
  • e977b83b32 cmd/go/internal/help: use secure link to swig.org Oleksandr Redko 2024-12-17 20:14:16 +02:00
  • 4ac8f552e9 syscall, internal/syscall/unix: fix fstatat on linux/mips64 Damien Neil 2024-12-03 12:22:49 -08:00
  • 236a0b4ffb spec: explain function invocation and passing of parameters more precisely Robert Griesemer 2024-12-12 11:31:49 -08:00
  • 9f806bb76c go/build: streamline the crypto package graph in TestDependencies Filippo Valsorda 2024-12-16 15:52:47 +01:00
  • 0cd833d198 go/build: remove nonexistent package from TestDependencies qmuntal 2024-12-16 11:07:02 +01:00
  • 31e50af5f3 crypto/rsa: revert minimum GenerateKey size to 32 bits Filippo Valsorda 2024-12-16 17:33:50 +01:00
  • b47ce8b0e9 crypto/cipher: block non-AES CTR and CBC in fips140=only mode Filippo Valsorda 2024-12-16 19:30:58 +01:00
  • dd7a7ba38f crypto/internal/fips140/aes: mark AES-ECB as not approved Filippo Valsorda 2024-12-16 19:24:20 +01:00