0
1
mirror of https://github.com/golang/go synced 2025-02-23 03:56:14 +00:00

Commit Graph

  • 4ce116a884 runtime: avoid panic in expired synctest timer chan read dev.coretypes Damien Neil 2024-12-10 09:49:45 -08:00
  • e6de1b2deb html/template: escape script tags in JS errors case insensitively Roland Shoemaker 2024-12-09 11:53:32 -08:00
  • fce17b0c77 crypto/internal/fips140/ecdsa: fix reseed_counter check for HMAC_DRBG_Generate_algorithm Tom Thorogood 2024-12-10 23:22:49 +10:30
  • 9f49d26099 net/http: optimize memory usage after hijacking and handler exits Jakob Ackermann 2024-12-10 14:47:50 +01:00
  • 85502649f4 net/http: allocate CloseNotifier channel lazily Jakob Ackermann 2024-12-05 18:35:27 +01:00
  • fa07790ed4 net/http: use existing write buffer when hijacking Jakob Ackermann 2023-12-19 20:18:57 +01:00
  • d87878c62b runtime: make special offset a uintptr Michael Anthony Knyszek 2024-12-09 19:21:48 +00:00
  • 6705ac6885 runtime: remove datadog-agent from prof labels hall of shame Paul Cacheux 2024-12-08 21:45:48 +01:00
  • 07398d2e57 weak: align weak.Pointer documentation with runtime.AddCleanup Michael Anthony Knyszek 2024-12-07 02:58:00 +00:00
  • e3e1d73528 bufio: make the description of Peek's behavior better Petr Osetrov 2024-12-06 21:51:36 +00:00
  • e79b2e1e3a cmd/go: document the build cache as safe for concurrent use Sean Liao 2024-12-02 18:32:36 +00:00
  • c756e0a824 error: Fix the error generated by Commit 9f0491c zfdx123 2024-12-09 17:51:25 +08:00
  • c8fb6ae617 lib/wasm: provide fs.constants.O_DIRECTORY definition Dmitri Shuralyov 2024-12-07 17:48:27 -05:00
  • 9edec2ca20 net/http: add explict test for preserving read buffer during hijack Jakob Ackermann 2024-12-08 13:23:36 +01:00
  • fface02272 net/http: add benchmark for memory usage after hijacking Jakob Ackermann 2024-12-05 15:29:45 +01:00
  • ad1afb0135 Merge branch 'golang:master' into master Bellingham 2024-12-08 19:56:41 +08:00
  • 8c3e391573 runtime: improve AddCleanup documentation Austin Clements 2024-12-06 20:43:16 -05:00
  • 04cdaa9984 cmd/go: document c-shared buildmode for building WASI library/reactor Cherry Mui 2024-12-05 13:01:32 -05:00
  • 26682773ca [release-branch.go1.24] update codereview.cfg for release-branch.go1.24 Michael Anthony Knyszek 2024-12-06 21:09:39 +00:00
  • 9d48f8ac81 resolve [Ian Lance Taylor] review Petr Osetrov 2024-12-07 00:46:00 +03:00
  • 312f7c1bd3 runtime: add note that Callers never returns an entry PC Michael Pratt 2024-12-06 15:37:34 -05:00
  • 0d453232db cmd/internal/goobj: add missing symbol align field in top level doc Paul Cacheux 2024-12-06 14:06:36 +01:00
  • 35caf4130e encoding/base64, encoding/base32: add doc details to DecodeString and AppendDecode Dmytro Yeroshkin 2024-12-06 15:49:52 +00:00
  • f0b8d79c96 cmd/go: add tool meta-pattern to go help packages Conrad Irwin 2024-11-30 22:08:44 -07:00
  • 2440717918 cmd/go: report tool errors in go list all Conrad Irwin 2024-12-05 22:25:14 -07:00
  • 1a193b43a2 cmd/go: use AppendPath(OrigEnv) as env for tool executable Michael Matloob 2024-11-25 20:29:11 -05:00
  • 18bbcffc46 all: update vendored dependencies [generated] Michael Anthony Knyszek 2024-12-05 21:52:49 +00:00
  • 98534fd1a0 cmd/go: consistently use DefaultExecName for executable name Michael Matloob 2024-12-05 15:31:39 -05:00
  • ec7817e385 cmd/go: add -modfile and -modcacherw to go tool Conrad Irwin 2024-11-30 23:22:49 -07:00
  • 88b79fe15c bufio peek better desc Petr Osetrov 2024-12-06 16:01:37 +03:00
  • d3d4e7b0d1 testing: fix divide by zero when benchmark is faster than OS's clock resolution Jorropo 2024-12-06 06:51:04 +01:00
  • 3ae00f5d29 cmd/compile: update default PGO profile Cherry Mui 2024-12-05 11:39:07 -05:00
  • 4da905bcf0 cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSD Damien Neil 2024-12-02 12:45:55 -08:00
  • ea86737810 crypto/hkdf: add package doc comment Ian Lance Taylor 2024-12-05 15:44:26 -08:00
  • 9d8273817c doc/next: delete Gopher Robot 2024-12-05 21:25:20 +00:00
  • d34e2ad194 api: promote next to go1.24 Gopher Robot 2024-12-05 21:15:57 +00:00
  • 5213e1e56c testing: improve documentation, examples, release notes for Junyang Shao 2024-12-04 20:11:18 +00:00
  • 32e19fc439 cmd/compile: document wasmexport directive, update permitted types for wasmimport Cherry Mui 2024-12-05 12:04:35 -05:00
  • 1fe65836ac cmd/go/testdata/script: skip EndSequence entries in build_trimpath_cgo Michael Matloob 2024-12-03 16:23:18 -05:00
  • 6293a06831 doc/next: introduce module tools Conrad Irwin 2024-11-30 22:13:52 -07:00
  • c3a706e1d2 crypto/internal/fips140/bigmod: add more //go:norace annotations Russ Cox 2024-12-04 22:08:35 -05:00
  • aa464fb953 doc/next: add release notes for Wasm changes Cherry Mui 2024-12-05 11:35:37 -05:00
  • be297ba9b3 cmd/go: drop -v from go help get Sean Liao 2024-11-28 16:23:53 +00:00
  • 080466fffb embed: document exclusions more explicitly Sean Liao 2024-12-04 21:56:45 +00:00
  • be0c4547d2 doc/next: add linker change release notes Cherry Mui 2024-12-04 17:24:54 -05:00
  • adfd81d8cd weak: fix subheading syntax in package doc thepudds 2024-12-04 23:36:17 -05:00
  • 71446e9951 os: optimise cgo clearenv Aleksa Sarai 2024-07-04 14:53:44 +10:00
  • c46ba1f9ef weak: massage package docs a little bit Michael Anthony Knyszek 2024-12-04 19:33:26 +00:00
  • 795d95d6ba doc/next: add release notes for runtime and sync Michael Anthony Knyszek 2024-12-04 19:22:51 +00:00
  • 32ff485c7c math/bits: update reference to debruijn paper Sean Liao 2024-12-04 21:50:30 +00:00
  • 6123209657 cmd/go/internal/cache: always check error from stat in markUsed Michael Matloob 2024-12-03 15:09:41 -05:00
  • 6f42fe9141 bufio: document Reader must be created with New functions Sean Liao 2024-12-03 21:19:24 +00:00
  • d241ea8d5c sync/atomic: add missing leak tests for And & Or Jorropo 2024-12-04 04:50:29 +01:00
  • 4c3aa5d324 math/rand/v2: replace <= 0 with == 0 for Uint function docs Jorropo 2024-12-04 13:07:08 +01:00
  • 069bf99419 doc: fix comment format for reference to Go spec chansuke 2024-12-05 00:13:24 +09:00
  • 43f1409f51 crypto/hybrid: added ML-DSA with ECDSA and ED25519. Eduardo Bif 2024-12-04 12:17:28 -03:00
  • ccf4ebbb61 runtime: remove "hall of shame" comment from public documentation Alexey Palazhchenko 2024-12-04 03:19:08 +00:00
  • 00fa155c75 runtime: remove "hall of shame" comment from public documentation Alexey Palazhchenko 2024-12-04 07:07:26 +04:00
  • bc0406333f sync: document RWMutex locks cannot be upgraded / downgraded Sean Liao 2024-12-03 22:41:38 +00:00
  • 8dcc213793 crypto/hybrid: add CROSS ECDSA/NIST maps. Boutrik 2024-12-03 19:53:13 -03:00
  • 2a0aeb1234 doc/next: minor grammar fix in release notes Robert Griesemer 2024-12-03 13:55:47 -08:00
  • 953a1bec48 runtime: avoid defer on system stack in synctestidle_c Damien Neil 2024-12-03 13:18:38 -08:00
  • 4daf7922f3 cmd/link/internal/ld: work around FreeBSD 14.1 cmd/cgo test link failure Michael Anthony Knyszek 2024-12-02 19:10:37 +00:00
  • 194de8fbfa [release-branch.go1.23] go1.23.4 go1.23.4 Gopher Robot 2024-12-03 17:22:32 +00:00
  • bdedc5c1d7 crypto/internal/fips140/bigmod: disable race detector on tight loops Russ Cox 2024-12-02 17:13:49 -05:00
  • 8f3f22eef8 [release-branch.go1.22] go1.22.10 go1.22.10 Gopher Robot 2024-12-03 17:22:36 +00:00
  • 9d76157e2d sort: add examples for SearchStrings, SliceIsSorted cuishuang 2024-12-02 18:12:12 +08:00
  • a8be834912 cmd/compile: fix a premature-deallocation of state in loopreschedchecks Junyang Shao 2024-11-30 04:15:07 +00:00
  • 485ed2fa5b crypto/rsa: return error if keygen random source is broken Filippo Valsorda 2024-12-02 21:04:15 +01:00
  • 106c804751 crypto/rsa: fix keys with p < q Filippo Valsorda 2024-12-02 20:08:12 +01:00
  • ab59a4f985 crypto/internal/fips140/rsa: add Pairwise Consistency Test Filippo Valsorda 2024-11-30 18:13:04 +01:00
  • 17b00789d3 crypto/rsa: allow keys larger than 16384 bits in FIPS mode Filippo Valsorda 2024-11-30 17:52:40 +01:00
  • fb41d5eb51 crypto/rsa: minor FIPS 186-5 compliance fixes Filippo Valsorda 2024-11-30 17:50:31 +01:00
  • 50a8b3a30e hash/maphash, cmd/compile: make Comparable[string] not escape its argument Cherry Mui 2024-12-01 23:53:23 -05:00
  • 7632c6e2bd cmd/go: add go prefix in base.Fatalf cuishuang 2024-11-24 19:34:30 +08:00
  • 3374abeb50 testing: consider -N suffix after benchmark name optional Dmitri Shuralyov 2024-12-01 17:22:19 -05:00
  • e5489a34ca crypto/x509: add missing be to comment about serial number positivity Wesley Beary 2024-12-02 15:47:31 +00:00
  • 74b2e89bbd Add missing be to comment about serial number positivity Wesley Beary 2024-12-02 09:36:33 -06:00
  • c5adb82169 crypto/rsa: check hash message length first in SignPKCS1v15 Russ Cox 2024-11-29 20:30:48 -05:00
  • f983421c6d crypto/hybrid: added CROSS and ED25519. Boutrik 2024-11-29 23:30:32 -03:00
  • 69934d80ec crypto/hybrid: Add Doc comments, refactor Verify fn Boutrik 2024-11-29 23:23:37 -03:00
  • dd7ab5ec5d crypto/internal/fips140/rsa: do trial divisions in key generation Filippo Valsorda 2024-11-29 16:27:49 +01:00
  • c5c4f3dd5f crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKey Filippo Valsorda 2024-11-29 15:38:48 +01:00
  • acd54c9985 crypto/rsa: move key generation to crypto/internal/fips140/rsa Filippo Valsorda 2024-11-29 14:49:29 +01:00
  • 7d7192e54f crypto/rsa: move precomputation to crypto/internal/fips140/rsa Filippo Valsorda 2024-11-29 13:15:11 +01:00
  • fa38b41be9 crypto/internal/fips140/rsa: check that e and N are odd Filippo Valsorda 2024-11-28 19:55:53 +01:00
  • f7475a0af3 crypto/internal/fips140/bigmod: add Nat.InverseVarTime Filippo Valsorda 2024-11-28 10:20:58 +01:00
  • 22b5c145fb crypto/internal/fips140/rsa: add Miller-Rabin test Filippo Valsorda 2024-11-27 18:17:28 +01:00
  • caee788a48 doc/next: organize 9-todo.md items by category Dmitri Shuralyov 2024-11-27 11:34:09 -05:00
  • 797141e94c doc/next: document buildtag changes Tim King 2024-11-27 13:57:06 -08:00
  • b7e450bf27 doc/next: document copylock changes Tim King 2024-11-27 13:13:07 -08:00
  • 2a93bd0d79 doc/next: document that crypto/rand.Read never fails Ian Lance Taylor 2024-11-26 15:37:14 -08:00
  • b6fed7199f cmd/preprofile: correct -V flag zhangjian 2024-11-27 16:35:49 +00:00
  • bcb934ad11 go/types, types2: fix printing of error message with variadic calls Robert Griesemer 2024-11-27 11:36:53 -08:00
  • 5164a865e3 [release-branch.go1.23] cmd/trace: also show end stack traces Felix Geisendörfer 2024-11-26 09:10:22 +01:00
  • 6d7a95abca [release-branch.go1.22] runtime: reserve 4kB for system stack on windows-386 Russ Cox 2024-11-12 23:23:12 +01:00
  • 25f042daec [release-branch.go1.23] runtime: reserve 4kB for system stack on windows-386 Russ Cox 2024-11-12 23:23:12 +01:00
  • 91d7ab2cef cmd/internal/obj: handle static assembly symbols correctly in FIPS check Russ Cox 2024-11-26 11:40:28 -05:00
  • 4f78aa9e8b debug/elf: check for multiplication overflow for shnum * shentsize Ian Lance Taylor 2024-11-26 15:26:25 -08:00
  • 9dcf41908f doc/next: update with reviewed output from relnote todo Dmitri Shuralyov 2024-11-26 18:59:03 -05:00