0
1
mirror of https://github.com/golang/go synced 2025-06-12 17:11:51 +00:00

Commit Graph

  • 11d2b28bff [dev.simd] cmd/compile: add and fix k register supports Junyang Shao 2025-05-28 17:00:59 +00:00
  • 04a9473847 [release-branch.go1.24] lib/fips140: set inprocess.txt to v1.0.0 Filippo Valsorda 2025-05-21 14:41:28 +02:00
  • db8f1dc948 [release-branch.go1.24] hash/maphash: hash channels in purego version of maphash.Comparable Vladislav Yarmak 2025-05-10 17:58:48 +00:00
  • 664cf832ec [release-branch.go1.24] runtime/debug: document DefaultGODEBUG as a BuildSetting Sean Liao 2024-07-12 20:56:19 +01:00
  • 4ca7c01706 [release-branch.go1.23] runtime/debug: document DefaultGODEBUG as a BuildSetting Sean Liao 2024-07-12 20:56:19 +01:00
  • c61e5e7244 lib/time: update to 2025b/2025b Dmitri Shuralyov 2025-05-28 11:23:36 -04:00
  • 04b1030ae4 [dev.simd] cmd/compile: adapters for simd David Chase 2025-03-31 10:45:23 +11:00
  • ed08d2ad09 os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-only Damien Neil 2025-05-27 14:16:17 -07:00
  • fce9d4515d runtime, testing/synctest: verify cleanups/finalizers run outside bubbles Damien Neil 2025-05-21 15:08:08 -07:00
  • b78e38065e runtime: define lock ranking between weak pointers and synctest Damien Neil 2025-05-21 13:02:59 -07:00
  • 2ef7106881 [dev.simd] internal/buildcfg: enable SIMD GOEXPERIMENT for amd64 David Chase 2025-05-22 18:14:51 -04:00
  • 961818e013 cmd/compile/internal/walk: use original type for composite literals in addrTemp thepudds 2025-05-27 13:32:36 -04:00
  • c8c3d661b0 runtime/trace: add a trace validation test for different trace orders Carlos Amedee 2025-05-23 16:41:51 -04:00
  • 0e1b14bc2e cmd/go: fix get with the new 'work' pattern Michael Matloob 2025-05-23 13:19:44 -04:00
  • 09f1546cba log/slog: fix longtests with empty source Sean Liao 2025-05-27 19:11:28 +01:00
  • de05282a2c doc/next: add small header to TODO David Chase 2025-05-27 14:21:11 -04:00
  • c146a61d4c go/token: benchmark FileSet.{Position,AddExistingFiles} Alan Donovan 2025-05-23 11:35:41 -04:00
  • ae0824883e go/ast: deprecate FilterPackage, PackageExports, MergePackageFiles Alan Donovan 2025-05-19 14:11:51 -04:00
  • 8dd7d2111b runtime: skip nil Ps in allp during cleanup flush Michael Pratt 2025-05-27 10:37:50 -04:00
  • 3a3c006ac0 crypto/tls: enable signature algorithm BoGo tests (and fix two bugs) Filippo Valsorda 2025-05-23 18:04:36 +02:00
  • ed70477909 errors: add joinError Unwrap example jiahua wang 2025-05-20 13:40:18 +08:00
  • 787362327f io/fs: add examples for Glob,ReadFile and ValidPath cuishuang 2025-05-18 16:28:13 +08:00
  • 3fd729b2a1 log/slog: make TextHandler discard empty Source Antonio Pitasi 2025-05-21 11:58:13 +02:00
  • c07ffe980a testing/synctest: correct duration in doc example Sean Liao 2025-05-24 12:10:12 +01:00
  • 3db50924e2 hash: mention the new Cloner interface in Hash docs. Mateusz Poliwczak 2025-05-23 19:28:37 +02:00
  • aca9f4e484 crypto/tls: signature_algorithms in CertificateRequest can't be empty Filippo Valsorda 2025-05-21 22:41:54 +02:00
  • 8cb0941a85 net: use runtime.AddCleanup instead of runtime.SetFinalizer Carlos Amedee 2024-12-23 11:52:43 -05:00
  • 68f4434df0 runtime/trace: match traceClockNow types Michael Pratt 2025-05-23 17:31:53 -04:00
  • 8b1978f614 doc/next: add crudely processed todos David Chase 2025-05-23 14:49:13 -04:00
  • c0e149b6b1 net/http: document that ServeMux.Handler can also synthetize a 405 Filippo Valsorda 2025-05-23 12:44:24 +02:00
  • db3e02994c runtime/trace: fix flaky test for SetMinAge Carlos Amedee 2025-05-22 13:33:28 -04:00
  • db55b83ce4 doc: fix TBD mark Keith Randall 2025-05-22 15:17:37 -07:00
  • aec96d686b doc: mention stack allocation of variable-sized make calls Keith Randall 2025-04-16 13:50:44 -07:00
  • 4d2c71ebf9 [dev.simd] internal/goexperiment: add SIMD goexperiment Cherry Mui 2025-05-22 15:08:05 -04:00
  • c684dfcb8a runtime: don't spin looking for a tiny alloc address with asan or race Michael Anthony Knyszek 2025-05-22 00:29:14 +00:00
  • bfbf736564 cmd/compile: do not shapify when reading reshaping expr Cuong Manh Le 2025-01-10 12:49:59 +07:00
  • b1f259b1b4 cmd/compile: fix ICE with recursive alias type parameter Cuong Manh Le 2025-04-25 19:13:52 +07:00
  • 155ba387a9 cmd/doc: properly set GOPROXY to avoid deprecation checks Michael Matloob 2025-05-22 12:40:51 -04:00
  • ef3bb638de Revert "cmd/doc: better support for no network" Michael Matloob 2025-05-22 09:12:48 -07:00
  • a0dc7bf084 cmd/compile: fix ICE when transforming loopvar Cuong Manh Le 2025-05-22 18:06:27 +07:00
  • 3ac5f2f962 [dev.simd] codereview.cfg: set up dev.simd branch Cherry Mui 2025-05-22 12:14:46 -04:00
  • 53b9eae387 runtime: use the immortal weak handle map for sbrk mode Michael Anthony Knyszek 2025-05-20 20:56:46 +00:00
  • 27ff0f249c cmd/compile/internal/ssa: eliminate string copies for calls to unique.Make Jake Bailey 2025-05-12 20:39:54 -07:00
  • d2db2372a2 hash/maphash: move purego-only helper functions to build tagged file Cherry Mui 2025-05-21 22:50:09 -04:00
  • 5e6a868b28 cmd/compile, unique: model data flow of non-string pointers Cherry Mui 2025-05-21 14:33:13 -04:00
  • 8bf816ae68 cmd/compile/internal/escape: make escape analysis -m=2 logs more accessible thepudds 2025-05-21 16:50:17 -04:00
  • 83df0afc4e runtime/trace: add the flight recorder Carlos Amedee 2025-05-14 16:13:24 -04:00
  • 7589e96042 cmd/compile: fold negation into addition/subtraction on s390x Julian Zhu 2025-05-17 01:55:12 +08:00
  • edcde86990 crypto,hash: add and implement hash.Cloner Filippo Valsorda 2025-05-21 23:55:43 +02:00
  • de457fc4ea doc: refer to SHAKE in #69518 release note Filippo Valsorda 2025-05-21 23:50:56 +02:00
  • c1aad08901 cmd/compile: remove unused function from escape analysis Keith Randall 2025-05-21 11:15:24 -07:00
  • a473a0dbc4 net/http: use synctest.Test rather than Run Damien Neil 2025-05-21 13:24:49 -07:00
  • 3cc8b532f9 testing: add Attr Damien Neil 2025-04-02 17:37:34 -07:00
  • 763963505e crypto/sha3: un-interleave EOR instructions Roland Shoemaker 2025-05-21 11:43:35 -07:00
  • 0aeaa6a495 crypto/x509: use truncated SHA-256 for SubjectKeyId Filippo Valsorda 2025-05-20 20:51:11 +02:00
  • 88679da4a3 crypto/tls: reject duplicate TLS 1.3 EncryptedExtensions Daniel McCarney 2025-05-17 11:33:07 -04:00
  • aab8552088 crypto/tls: use decode alert for handshake msg unmarshal err Daniel McCarney 2025-05-17 11:17:21 -04:00
  • 59211acb5d crypto/tls: disable SHA-1 signature algorithms in TLS 1.2 Filippo Valsorda 2025-03-15 15:12:39 +01:00
  • 4158ca8d7c crypto: add a test for disallowed instructions Roland Shoemaker 2025-05-08 16:27:36 -07:00
  • 9112511725 hash: add XOF interface qiulaidongfeng 2025-01-25 16:45:12 +08:00
  • eb4069127a crypto/ecdsa: add low-level encoding functions for keys Filippo Valsorda 2025-05-20 17:34:57 +02:00
  • e90acc814d crypto/tls: don't advertise TLS 1.2-only sigAlgs in TLS 1.3 Filippo Valsorda 2025-03-15 12:12:22 +01:00
  • 33d3f603c1 cmd/link/internal/ld: use 12.0.0 OS/SDK versions for macOS linking Dmitri Shuralyov 2025-05-21 13:13:48 -04:00
  • 09f99c02dd crypto/sha3: add SIMD implementation with ARMv8.2 features HowJmay 2025-04-23 22:57:52 +02:00
  • 430a3dc458 crypto/internal/cryptotest: test Armv8.2 on darwin/arm64 Filippo Valsorda 2025-04-23 23:15:51 +02:00
  • e4216d54f5 internal/cpu: add ARM64.HasSHA3 Filippo Valsorda 2024-09-30 16:52:50 +02:00
  • c06eef27d7 runtime: skip TestTimePprof on sanitizers Michael Pratt 2025-05-21 16:14:19 -04:00
  • 988eb0d11e cmd/doc: better support for no network Michael Matloob 2025-05-21 14:47:49 -04:00
  • 50484d3b4e cmd/go/internal/doc: ignore SIGINT and SIGQUIT Michael Matloob 2025-05-21 12:20:59 -04:00
  • b6e251b264 internal/pkgbits: mark element / section ends as delta encoding candidates Mark Freeman 2025-05-21 15:13:45 -04:00
  • a1a1514965 crypto/internal/fips140/nistec: remove dead s390x p256OrdMul Filippo Valsorda 2025-05-21 21:01:07 +02:00
  • 1881d680b0 net/http: add CrossOriginProtection Filippo Valsorda 2025-05-21 15:35:51 +02:00
  • ef20ccc10b reflect: leak packEface input to result rather than heap thepudds 2023-09-07 14:15:33 -04:00
  • 4d6f49f603 cmd/doc: add more convenient behavior for go doc -http with no args Michael Matloob 2025-05-21 15:19:16 -04:00
  • d54703c94a runtime: use DontUpdate testprog for DontUpdate test Michael Pratt 2025-05-21 14:49:40 -04:00
  • d82cb03deb crypto/tls: update BoGo SessionID test skip reasons Daniel McCarney 2025-05-16 15:05:43 -04:00
  • 3e468dfd5e crypto/tls: enable BoGo DisabledCurve-HelloRetryRequest-TLS13 Daniel McCarney 2025-05-16 14:40:27 -04:00
  • deb9a7e4ad crypto/tls: match compression method alert across versions Daniel McCarney 2025-05-16 13:44:53 -04:00
  • cb7fe2a05c crypto/tls: delete dead code curveIDForCurve Daniel McCarney 2025-05-16 13:34:14 -04:00
  • 7ba996874b crypto/tls: verify server chooses advertised curve Daniel McCarney 2025-05-16 13:08:16 -04:00
  • a8e0641d5b reflect: optimize IsZero with a pointer comparison to global zeroVal thepudds 2025-03-01 14:30:03 -05:00
  • c3bb27bbc7 cmd/compile/internal/walk: use global zeroVal in interface conversions for zero values thepudds 2025-02-12 18:45:42 -05:00
  • f4de2ecffb cmd/compile/internal/walk: convert composite literals to interfaces without allocating thepudds 2025-02-13 23:49:50 -05:00
  • ce46c9db86 internal/godebug,crypto/fips140: make fips140 setting immutable Filippo Valsorda 2025-03-12 18:02:39 +01:00
  • d327e52d43 crypto/internal/fips140: use hash.Hash Filippo Valsorda 2025-05-21 19:41:06 +02:00
  • d6c29c7156 cmd/compile: fix offset calculation error in memcombine Junyang Shao 2025-05-21 18:50:39 +00:00
  • a21b71daf5 crypto/tls: have servers prefer TLS 1.3 when supported Daniel McCarney 2025-05-15 13:41:14 -04:00
  • c5a1fc1f97 crypto/tls: add GetEncryptedClientHelloKeys Roland Shoemaker 2025-05-07 11:37:52 -07:00
  • a731955f0f crypto/sha1: use cryptotest.TestAllImplementations and impl.Register Filippo Valsorda 2025-05-21 14:29:26 +02:00
  • 272262750f crypto: drop pre-AVX2 SHA assembly implementations Roland Shoemaker 2025-03-13 17:04:30 -07:00
  • 919d9858bc crypto/internal/fips140/sha3: remove usages of WORD for s390x Roland Shoemaker 2025-05-08 10:27:34 -07:00
  • 3dbc775d60 cmd/compile/internal: intrinsify publicationBarrier on mipsx Julian Zhu 2025-05-21 16:36:53 +08:00
  • 3a7a856951 crypto/x509: disallow negative path length Mateusz Poliwczak 2025-05-20 16:21:22 +00:00
  • 94e3caeec1 cmd/compile/internal: intrinsify publicationBarrier on mips64x Julian Zhu 2025-05-20 10:55:33 +08:00
  • 77345f41ee internal/trace: skip clock snapshot checks on Windows in stress mode Michael Anthony Knyszek 2025-05-21 17:50:15 +00:00
  • ed24bb4e60 cmd/compile/internal/escape: propagate constants to interface conversions to avoid allocs thepudds 2025-02-12 18:55:04 -05:00
  • e89791983a cmd/compile/internal/escape: use an ir.ReassignOracle thepudds 2025-04-04 15:51:16 -04:00
  • 4b7aa542eb os: add Root.ReadFile and Root.WriteFile Damien Neil 2025-05-19 15:51:14 -07:00
  • 3ae95aafb5 log/slog: add GroupAttrs Sean Liao 2025-05-14 21:26:57 +01:00
  • ce49eb488a runtime: skip windows stack tests in race mode Michael Pratt 2025-05-21 13:36:42 -04:00