0
1
mirror of https://github.com/golang/go synced 2025-06-08 16:43:15 +00:00

Commit Graph

  • 726fd5bc2b crypto/tls: allow 256KiB certificate messages Roland Shoemaker 2024-05-15 10:51:44 -07:00
  • 5fc5555feb all: document legacy //go:linkname for modules with ≥10,000 dependents Russ Cox 2024-05-21 23:39:35 -04:00
  • bde905af5b all: document legacy //go:linkname for modules with ≥20,000 dependents Russ Cox 2024-05-21 23:24:47 -04:00
  • 2f07d44556 crypto/rsa: refactor PKCS#1 v1.5 signature and verification Filippo Valsorda 2024-05-22 13:38:15 +02:00
  • 2d98f0e494 crypto: document that Verify inputs are not confidential Filippo Valsorda 2024-05-22 13:38:15 +02:00
  • 56ec5d96bc crypto/tls: populate Leaf in X509KeyPair Roland Shoemaker 2024-05-15 13:46:38 -07:00
  • 375031d8dc crypto/x509: don't match bare wildcard Roland Shoemaker 2024-05-13 13:20:37 -07:00
  • cf06b1f1db net/url: fix missing handling for opaque value in ResolveReference method Fábio Mata 2024-03-19 22:58:26 +00:00
  • a8eaf56fe1 crypto/tls: reorder client_hello extensions Roland Shoemaker 2024-05-14 11:22:16 -07:00
  • 27c302d5d5 crypto/internal/hpke: add basic implementation Roland Shoemaker 2024-05-14 11:16:56 -07:00
  • ca1d2ead5d runtime: skip tracing events that would cause reentrancy Michael Anthony Knyszek 2024-05-22 20:00:02 +00:00
  • 587c3847da math/rand/v2: add ChaCha8.Read Filippo Valsorda 2024-05-22 20:47:31 +02:00
  • 6dd79d02f8 runtime,cmd/compile: fix wording of rangefunc panic messages David Chase 2024-05-22 15:39:03 -04:00
  • 0b57881571 crypto/tls: move defaults into defaults.go Filippo Valsorda 2024-05-22 12:51:03 +02:00
  • 032660573c crypto/tls: disable 3-DES by default Filippo Valsorda 2024-05-22 11:39:41 +02:00
  • 5fee159bc2 all: document legacy //go:linkname for modules with ≥50,000 dependents Russ Cox 2024-05-21 23:02:51 -04:00
  • 4c589d93ad runtime: revert "move zeroVal to internal/abi" Russ Cox 2024-05-21 23:04:21 -04:00
  • 2b8d9e3997 cmd/go: add additional counters for mode and host/target OS and arch Michael Matloob 2024-05-20 10:38:40 -04:00
  • 6db272d2dd crypto/x509: properly pouplate the RevocationList.AuthorityKeyId field Mateusz Poliwczak 2024-05-22 18:38:37 +00:00
  • ac6dea7aa1 runtime: lower mutex contention test expectations Rhys Hiltner 2024-05-22 11:53:36 -07:00
  • b6fa505c4a runtime: move goroutine stack exists events after span events Michael Anthony Knyszek 2024-05-21 04:15:40 +00:00
  • 1110c4095e internal/trace: fix up debug commands Michael Anthony Knyszek 2024-05-21 02:20:55 +00:00
  • efe7a1f5d3 runtime: write out a batch with alignment info for traceallocfree Michael Anthony Knyszek 2024-05-20 20:31:36 +00:00
  • fb5d0cdd49 cmd/go: add go mod tidy -diff Sam Thanawalla 2024-05-07 17:31:40 +00:00
  • ef225d1c57 all: document legacy //go:linkname for modules with ≥100,000 dependents Russ Cox 2024-05-21 22:38:02 -04:00
  • dca577d882 cmd/compile/internal/ssa: reintroduce ANDconst opcode on PPC64 Paul E. Murphy 2024-05-02 15:08:30 -05:00
  • 6861b2eff5 go/types, types2: better error message for invalid ERROR pattern in tests Robert Griesemer 2024-05-22 10:26:49 -07:00
  • 8d464e4ae3 go/types, types2: operand.AssignableTo must consider Alias types Robert Griesemer 2024-05-21 16:22:51 -07:00
  • 44079f39eb cmd/compile: keep closure pointer live for range body closures Cherry Mui 2024-05-20 19:24:42 -04:00
  • 197101a84a runtime: correctly account for allocated objects in allocfree trace Michael Anthony Knyszek 2024-05-20 20:18:02 +00:00
  • 5ab8f90745 go/types, types2: operand.convertibleTo must consider Alias types Robert Griesemer 2024-05-21 15:48:06 -07:00
  • 2bf686dfe9 net/http: add partitioned attribute to cookie type islishude 2024-05-22 00:44:40 +00:00
  • 614f2284d9 doc/initial, doc/next: add draft notice to introduction Dmitri Shuralyov 2024-05-22 11:40:09 -04:00
  • cc673d2ec5 all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 Paul E. Murphy 2024-05-14 10:05:00 -05:00
  • 41884dcd05 runtime/pprof: ignore runtime-internal samples in test Rhys Hiltner 2024-05-22 09:57:14 -07:00
  • 3989bc8a80 cmd/go: add -cover flag to report by go version -m Kioni 2024-05-22 17:57:32 +00:00
  • 0ec709f180 html: update jstmpllitinterp doc Roland Shoemaker 2024-05-08 09:17:05 -07:00
  • aeb2c2a896 crypto/tls: remove typeNextProtocol Filippo Valsorda 2024-05-18 20:15:38 +02:00
  • 6f08665079 encoding/binary: adjust docs for Append, Encode and Decode Jes Cok 2024-05-22 00:07:01 +08:00
  • cbd8f16adc crypto/tls: improved 0-RTT QUIC API Damien Neil 2023-10-22 16:31:59 -04:00
  • 8524931a2c crypto/x509: reject serial numbers longer than 20 octets Roland Shoemaker 2024-02-09 09:45:55 -08:00
  • db13584bae crypto/x509: reject negative serial numbers Roland Shoemaker 2024-02-07 12:22:48 -08:00
  • 5f6a85637c doc: correct issue number for release note Jes Cok 2024-05-22 22:24:27 +08:00
  • 3a3837f422 internal/concurrent: make HashTrieMap iteration more idiomatic Michael Anthony Knyszek 2024-05-18 17:02:54 +00:00
  • d0edd9acc8 crypto/tls: implement X25519Kyber768Draft00 Filippo Valsorda 2024-05-18 20:15:38 +02:00
  • 7c52c064df cmd/compile: update PGO profile Cherry Mui 2024-05-21 21:44:46 -04:00
  • 8ab131fb12 runtime: split mutex profile clocks Rhys Hiltner 2024-05-21 23:17:13 -07:00
  • 1d3d7d395e crypto/tls: ensure GODEBUGs are initialized Filippo Valsorda 2024-05-20 11:07:28 +02:00
  • 3128ebfad7 crypto/tls: clarify group selection logic Filippo Valsorda 2024-05-18 19:35:39 +02:00
  • 33496c2dd3 maps: clarify iteration order and insertion behavior aimuz 2024-05-22 01:30:42 +00:00
  • 16ab55f07f internal/cpu: remove unused const cpuid_SSE2 Tobias Klauser 2024-05-21 10:04:53 +02:00
  • bb2b73635f reflect: add line breaks for long sentences Jes Cok 2024-05-21 01:44:41 +08:00
  • cd41d71785 internal/coverage/cfile: remove //go:linkname into testing Russ Cox 2024-05-15 19:03:42 -04:00
  • df4e49366c internal/coverage/cfile: remove more //go:linkname usage Russ Cox 2024-05-15 18:39:01 -04:00
  • c96159c252 crypto/x509: cleanup signature generation Filippo Valsorda 2024-05-16 12:40:31 +02:00
  • bf0bbd5360 math/rand/v2: drop pointer receiver on zero-width type Brad Fitzpatrick 2024-05-02 11:25:07 -07:00
  • 504212bbd7 cmd/internal/obj/loong64: add atomic memory access instructions support Guoqi Chen 2023-04-01 03:43:20 +08:00
  • ca17bda856 go/types, types2: underIs must consider Alias types Robert Griesemer 2024-05-21 15:16:25 -07:00
  • 4b778470f8 go/types, types2: coreType/String must consider Alias types Robert Griesemer 2024-05-21 15:05:55 -07:00
  • 814e72f2ef go/types, types2: don't panic converting a constant to aliased type parameter Robert Griesemer 2024-05-21 14:50:10 -07:00
  • 816b6031fe go/types, types2: add missing Unalias calls (clarification) Robert Griesemer 2024-05-21 14:35:14 -07:00
  • 7164fad87a net/http: disable flaky 100-continue tests Damien Neil 2024-05-21 14:12:15 -07:00
  • 5a9dabc2ba cmd/compile: for rangefunc, add checks and tests, fix panic interactions David Chase 2024-01-26 17:49:33 -05:00
  • 643865856c cmd/compile: Fix SSA building bug for CAS atomics on ARM64 Andrey Bokhanko 2024-05-07 23:09:14 +03:00
  • 1a349fc92b unsafe: document the behavior of Sizeof on an interface Nayef Ghattas 2024-05-16 23:04:29 +02:00
  • 180ea45566 runtime/coverage: remove uses of //go:linkname Russ Cox 2024-05-15 16:06:23 -04:00
  • 647870becc cmd/go: turn back on build_plugin_reproducible script test Than McIntosh 2024-05-14 15:03:30 +00:00
  • c6d142c4a7 cmd/compile/internal/ssa: fix ppc64 merging of (CLRLSLDI (SRD ...)) Paul E. Murphy 2024-05-20 14:44:21 -05:00
  • 3bcefa5276 cmd/link/internal/ld: rewrite LC_UUID for darwin external links Than McIntosh 2024-05-20 14:52:57 +00:00
  • f9ba2cff22 runtime: improve runtime-internal mutex profile tests Rhys Hiltner 2024-05-16 15:48:36 -07:00
  • 87e930f728 runtime: remove GODEBUG=runtimecontentionstacks Rhys Hiltner 2024-05-14 14:44:37 -07:00
  • ba1c5b2c45 runtime: profile mutex contention during unlock Rhys Hiltner 2024-05-14 12:32:14 -07:00
  • d881ed6384 runtime: double-link list of waiting Ms Rhys Hiltner 2024-05-13 13:00:52 -07:00
  • dfb7073bb8 runtime: use semaphore structure for futex locks Rhys Hiltner 2024-05-14 12:37:14 -07:00
  • be0b569caa runtime: prepare for extensions to waiting M list Rhys Hiltner 2024-05-13 12:23:58 -07:00
  • d68d485405 go/types, types2: use GOEXPERIMENT to enable alias type parameters Robert Griesemer 2024-05-20 15:53:48 -07:00
  • c3591cb30c internal/goexperiment: add aliastypeparams GOEXPERIMENT flag Robert Griesemer 2024-05-20 14:00:06 -07:00
  • dbe2e757bb os: make FindProcess use pidfd on Linux Kir Kolyshkin 2023-11-16 01:42:39 -08:00
  • 0bc684a994 runtime: push vdsoClockgettimeSym linkname on linux/arm64 Austin Clements 2024-05-21 10:24:59 -04:00
  • 66cc2b7ca7 runtime: make profstackdepth a GODEBUG option Felix Geisendörfer 2024-04-27 13:41:05 +02:00
  • 1b9dc3e178 runtime: increase profiling stack depth to 128 Felix Geisendörfer 2024-05-17 15:07:07 +02:00
  • 47187a4f4f runtime: fix profile stack trace depth regression Felix Geisendörfer 2024-05-19 15:21:53 +02:00
  • 1cb13ac7f6 cmd/compile: disable AlignHot on plan9/386 David du Colombier 2024-05-20 19:00:09 +02:00
  • 22344e11f2 cmd/compile: add structs.HostLayout David Chase 2024-04-11 17:22:53 -04:00
  • ecad164da7 cmd/vendor: pull in golang.org/x/telemetry@bf80d56 Michael Matloob 2024-05-20 16:54:23 -04:00
  • 8b990f2592 cmd/compile/internal/syntax: implement Pos.FileBase method (cleanup) Robert Griesemer 2024-05-16 21:17:23 -07:00
  • b8a410c434 cmd/compile: initialize posBaseMap correctly Robert Griesemer 2024-05-16 20:12:26 -07:00
  • 1028d973d2 doc: add release notes for hot block alignment David Chase 2024-05-20 14:21:30 -04:00
  • 183b6b4963 embed: simplify the code apocelipes 2024-05-20 11:13:36 +00:00
  • f6653e6b0b cmd/go/internal/modget: warn -d is a no-op Zxilly 2024-03-19 00:12:05 +00:00
  • 569a0ef4c7 syscall: use internal/byteorder in plan9 directory marshaling helpers Tobias Klauser 2024-05-15 12:27:48 +02:00
  • d51fc260e4 internal/fmtsort: use cmp.Compare for value comparisons aimuz 2024-05-17 04:15:53 +00:00
  • 447ad32a1d encoding/binary: speed up Size Lorenz Bauer 2024-05-16 11:22:36 +01:00
  • 04bf36e973 encoding/binary: add Append, Encode and Decode Lorenz Bauer 2024-05-16 21:24:53 +01:00
  • a55edb7b55 cmd/go: add telemetry for a predefined set of GOROOT values Michael Matloob 2024-05-16 17:28:52 -04:00
  • 80964338a5 cmd/dist: set GOPROXY=off when GOPATH is set to be in GOROOT Michael Matloob 2024-05-20 10:44:43 -04:00
  • fd54936ea5 doc: simplify links for release notes Jes Cok 2024-05-18 08:05:08 +08:00
  • f726c8d0fd ppc64x: code cleanup in assembly files Jayanth Krishnamurthy 2024-05-14 02:00:09 -05:00
  • 2b0f2f8169 maps: add All, Keys, Values, Insert, Collect aimuz 2024-05-20 09:04:15 +00:00
  • 4edb367bac cmd/cgo: don't force rewritten code onto a single line Ian Lance Taylor 2024-05-19 17:28:53 -07:00