0
1
mirror of https://github.com/golang/go synced 2025-06-07 16:40:46 +00:00

Commit Graph

  • ad4d9b0464 net/netip: check if address is v6 mapped in Is methods Roland Shoemaker 2024-05-28 13:26:31 -07:00
  • e240d8150c net: handle more error strings in lookupCNAME on Plan 9 David du Colombier 2024-06-02 22:06:38 +02:00
  • b91f054a64 crypto/tls: fix test caching for bogo Roland Shoemaker 2024-05-29 10:38:15 -07:00
  • b5a8617823 all: update vendored dependencies Michael Anthony Knyszek 2024-06-03 21:46:39 +00:00
  • 499de42188 crypto/tls: better bogo test output handling Roland Shoemaker 2024-05-23 10:01:09 -07:00
  • 535f81e74e spec: document for range loop over functions Robert Griesemer 2024-05-30 16:49:21 -07:00
  • 200b2809f6 cmd/vendor: pull in golang.org/x/telemetry@4691165 Michael Matloob 2024-06-03 17:41:06 -04:00
  • eaa7d9ff86 time: time/internal_test.go remove redundant type conversion hxzhouh 2024-05-31 23:45:26 +08:00
  • 71751350b0 all: make function comments match function names cuishuang 2024-06-02 00:51:35 +08:00
  • 9b43bfbc51 cmd/vendor: update github.com/google/pprof Emmanuel T Odeke 2024-05-27 21:07:22 -06:00
  • 00b8071a12 net/netip: cover IPv4Unspecified in TestAddrWellKnown Tobias Klauser 2024-05-31 14:16:38 +02:00
  • 639cc0dcc0 runtime: remove zhangyunhao116/fastrand from cheaprand linkname comment Ian Lance Taylor 2024-05-30 20:51:15 -07:00
  • 5bf8c0cf09 internal/poll: update WaitWrite comment Daman Arora 2024-05-30 19:37:37 +00:00
  • 09e5bab8c1 cmd/cgo/internal/testsanitizers: make the libfuzzer tests all short Michael Anthony Knyszek 2024-05-30 19:28:39 +00:00
  • 1ed8166192 internal/trace: actually add experimental data to map Michael Pratt 2024-05-29 04:35:53 +00:00
  • 44d06616b5 doc/next: preannounce a new Linux kernel version requirement Carlos Amedee 2024-05-29 10:45:36 -04:00
  • cc95d85fe4 cmd/compile: remove quoting in favor of clearer prose in error messages Robert Griesemer 2024-05-29 14:19:14 -07:00
  • f1039180bd cmd/compile/internal/types2: enable Alias types for TestStdlib Robert Griesemer 2024-05-29 17:35:52 -07:00
  • c8cb31a36e doc/next: document proposal 62518 as not relevant Dmitri Shuralyov 2024-05-30 13:40:26 -04:00
  • 9114c51521 Revert "runtime: prepare for extensions to waiting M list" Rhys Hiltner 2024-05-29 16:43:38 +00:00
  • 3f4be127bc Revert "runtime: use semaphore structure for futex locks" Rhys Hiltner 2024-05-29 16:42:57 +00:00
  • afbbc2894b Revert "runtime: double-link list of waiting Ms" Rhys Hiltner 2024-05-29 16:42:23 +00:00
  • 5dead59add Revert "runtime: profile mutex contention during unlock" Rhys Hiltner 2024-05-29 16:41:51 +00:00
  • ca7d300509 Revert "runtime: remove GODEBUG=runtimecontentionstacks" Rhys Hiltner 2024-05-29 16:41:10 +00:00
  • e6b8b2f3e2 Revert "runtime: improve runtime-internal mutex profile tests" Rhys Hiltner 2024-05-29 16:39:34 +00:00
  • 1be701a344 Revert "runtime: split mutex profile clocks" Rhys Hiltner 2024-05-29 16:36:36 +00:00
  • e6504ce671 cmd/go: add compatibility tests for go mod tidy -diff Sam Thanawalla 2024-05-23 20:57:32 +00:00
  • 81d424ee9a internal/trace: fix off-by-one error in arguments for exp events Michael Anthony Knyszek 2024-05-29 16:10:27 +00:00
  • 787414ca48 cmd/cgo/internal/swig: force use of lld for LTO tests on the builders Michael Anthony Knyszek 2024-05-30 03:36:41 +00:00
  • 1cf862e66c cmd/cgo/internal/testsanitizers: skip some libfuzzer tests in short mode Michael Anthony Knyszek 2024-05-29 22:04:04 +00:00
  • cad3ed207f cmd/cgo/internal/swig,cmd/go: reenable swig tests on 386 Michael Anthony Knyszek 2024-05-29 20:00:18 +00:00
  • 745657509e [release-branch.go1.22] os: RemoveAll: fix symlink race for unix Kir Kolyshkin 2024-05-25 23:08:37 -07:00
  • 9488a444d9 [release-branch.go1.21] os: RemoveAll: fix symlink race for unix Kir Kolyshkin 2024-05-25 23:08:37 -07:00
  • 95389d3d9d [release-branch.go1.22] runtime: x_cgo_getstackbound: initialize pthread attr Kir Kolyshkin 2024-05-23 14:12:10 -07:00
  • cf501ac0c5 [release-branch.go1.22] archive/zip: treat truncated EOCDR comment as an error Damien Neil 2024-05-14 14:39:10 -07:00
  • c8e40338cf [release-branch.go1.21] archive/zip: treat truncated EOCDR comment as an error Damien Neil 2024-05-14 14:39:10 -07:00
  • fa08befb25 cmd/cgo/internal/swig,cmd/go: skip swig tests on 386 Michael Anthony Knyszek 2024-05-29 18:12:37 +00:00
  • 2a7ca156b8 all: document legacy //go:linkname for final round of modules Russ Cox 2024-05-22 23:06:30 -04:00
  • 5121b45d74 crypto/tls: add linkname comments dropped from CL 587220 Russ Cox 2024-05-22 22:01:35 -04:00
  • 9a8995b8b6 all: document legacy //go:linkname for modules with ≥100 dependents Russ Cox 2024-05-22 17:09:02 -04:00
  • a3a584e4ab os: RemoveAll: fix symlink race for unix Kir Kolyshkin 2024-05-25 23:08:37 -07:00
  • 3dcb9623df syscall: add Setuid for aix Mauri de Souza Meneguzzo 2024-05-26 17:56:45 +00:00
  • 78eadc87df make.bash: preserve GOROOT_BOOTSTRAP Mateusz Poliwczak 2024-05-26 18:27:53 +00:00
  • 13c49096fd go/types, types2: report error when using uninstantiated signature alias Robert Griesemer 2024-05-28 14:18:42 -07:00
  • ee29dbe43e go/types, types2: don't lose alias information during unification Robert Griesemer 2024-05-28 10:53:44 -07:00
  • c26be72d68 archive/zip: fix UncompressedSize godoc RTann 2024-05-23 15:55:49 -07:00
  • 8e2b3ac705 cmd/go: add release notes for go telemetry, and telemetry env values Michael Matloob 2024-05-24 12:01:36 -04:00
  • 94aeedc33a cmd/go/internal/load: clone pgo variant's PackagePublic.Imports in split Michael Matloob 2024-05-24 15:18:00 -04:00
  • 377646589d text/template: clarify error when too few or too many return values Dmitri Shuralyov 2024-05-24 17:56:31 -04:00
  • a2eae66c30 doc: add release notes for a couple minor tracing features Michael Anthony Knyszek 2024-05-24 18:46:48 +00:00
  • c506f035d9 text/template: add detailed info for goodFunc check Zxilly 2024-03-12 10:36:15 +00:00
  • b89f946c88 internal/trace: remove last references to internal/trace/v2 Michael Anthony Knyszek 2024-05-24 20:45:27 +00:00
  • 22a80e78ea syscall: Setrlimit: always clean rlimitNofileCache Kir Kolyshkin 2024-05-23 13:32:50 -07:00
  • cb55d1a0c8 [release-branch.go1.22] cmd/link: add runtime.text.N symbols to macho symbol table in dynlink mode Cherry Mui 2024-05-17 19:59:31 -04:00
  • 3c96ae0870 [release-branch.go1.22] runtime: update large object stats before freeSpan in sweep Michael Anthony Knyszek 2024-05-05 21:17:27 +00:00
  • 6b89e7dc5a [release-branch.go1.22] cmd/compile: initialize posBaseMap correctly Robert Griesemer 2024-05-16 20:12:26 -07:00
  • 54c4745d7c [release-branch.go1.21] runtime: update large object stats before freeSpan in sweep Michael Anthony Knyszek 2024-05-05 21:17:27 +00:00
  • 5c7d774538 cmd/link: propagate FromAssembly attribute when cloning symbols to external Cherry Mui 2024-05-24 13:19:35 -04:00
  • 23778fcb27 cmd/link: print the seed in TestRandLayout Cherry Mui 2024-05-24 13:18:50 -04:00
  • 54efef99b2 iter: deflake TestPull by letting exiting goroutines finish Michael Anthony Knyszek 2024-05-23 20:26:02 +00:00
  • 1c924572d0 runtime: fix the inconsistency of kq parameter of addWakeupEvent Andy Pan 2024-04-13 12:51:37 +08:00
  • 7bc7039a6a syscall: prevent redundant newline from empty $extraimports Andy Pan 2024-05-24 10:07:54 +08:00
  • a7f6da78d2 cmd/go: env changed flag respects $GOROOT/go.env qiulaidongfeng 2024-05-23 19:17:21 +00:00
  • 85115da5d3 errors: change interface{} to any in comment kenshi kamata 2024-05-22 17:19:56 +09:00
  • 60e6986612 .github/ISSUE_TEMPLATE/03-gopls.yml: use textarea for gopls version Alan Donovan 2024-05-24 12:45:11 -04:00
  • 960cd14124 doc/README: suggest a way to preview next content, tweak release steps Dmitri Shuralyov 2024-05-24 11:18:15 -04:00
  • f85c40438f internal/runtime/exithook: make safe for concurrent os.Exit Russ Cox 2024-05-24 09:33:45 -04:00
  • 378c48df3b cmd/go/internal/modload: fix bug in error message Michael Matloob 2024-05-23 15:00:49 -04:00
  • 2785f4fad6 cmd/go/internal/telemetrystats: fix assignment to ok Michael Matloob 2024-05-24 11:19:15 -04:00
  • 3ea2be1e47 go/types, types2: pull up Unalias call to cover all of cycleFinder.typ Robert Griesemer 2024-05-23 16:30:20 -07:00
  • 35ef4a9f33 runtime: x_cgo_getstackbound: initialize pthread attr Kir Kolyshkin 2024-05-23 14:12:10 -07:00
  • 2fe2e4d593 go/types, types2: document why Unalias is not needed in some places Robert Griesemer 2024-05-23 14:40:22 -07:00
  • 13e3068b9c go/types, types2: add missing Unalias call to type string functionality Robert Griesemer 2024-05-23 13:54:17 -07:00
  • acc93dac83 doc/next: populate TODOs found with relnote todo Dmitri Shuralyov 2024-05-23 10:11:35 -04:00
  • 019353d532 test/codegen: add Mul test for riscv64 Meng Zhuo 2024-05-22 15:55:04 +08:00
  • 128a99decd cmd/link/internal/loong64: correct the musl dynamic linker path limeidan 2024-03-01 11:13:21 +08:00
  • bf91eb3a8b std: fix calls to Printf(s) with non-constant s Alan Donovan 2024-05-23 10:47:36 -04:00
  • c34c124f40 cmd/go/internal/telemetrystats: handle cases where there's no patch Michael Matloob 2024-05-23 10:28:58 -04:00
  • 3ed007d754 net/http: remove TestTransportDialCancelRace Damien Neil 2024-05-23 09:05:04 -07:00
  • 63c1e141bc cmd/compile: intrinsify atomic And/Or on arm64 fanzha02 2024-04-10 08:45:02 +00:00
  • a5339da341 doc/next: document go mod tidy -diff flag Dmitri Shuralyov 2024-05-22 17:44:04 -04:00
  • 9b5d27faf9 cmd/go,testdeps: move import of internal/coverage/cfile to testmain Than McIntosh 2024-05-23 13:07:31 +00:00
  • f109bdd127 runtime: update TestExitHooks error strings Cherry Mui 2024-05-22 23:09:56 -04:00
  • 62711d61e5 maps: slightly improve iter tests Jes Cok 2024-05-21 01:11:18 +08:00
  • bb88d28bf5 time: add a few more benchmarks Russ Cox 2024-05-16 12:59:01 -04:00
  • 9eeb627f60 crypto/tls: add ech client support Roland Shoemaker 2024-04-11 08:50:36 -07:00
  • 83ff4fd571 go/types, types2: factor out check for updated type arguments (cleanup) Robert Griesemer 2024-05-22 19:36:05 -07:00
  • f294ddeb29 go/types, types2: instantiate generic alias types Robert Griesemer 2024-02-27 17:12:00 -08:00
  • ff2070d939 runtime: move exit hooks into internal/runtime/exithook Russ Cox 2024-05-17 12:07:15 -04:00
  • fd1363240a doc: fix two instances of "the the" in godebug.md Mordy Ovits 2024-05-23 01:41:03 +00:00
  • d8b92c2e2d cmd/go/internal/work: add telemetry counters for build cache hits/misses Michael Matloob 2024-05-22 15:53:38 -04:00
  • 4cac885741 all: document legacy //go:linkname for modules with ≥200 dependents Russ Cox 2024-05-22 15:46:02 -04:00
  • 05cbbf985f all: document legacy //go:linkname for modules with ≥500 dependents Russ Cox 2024-05-22 15:03:13 -04:00
  • 1d3d6ae725 all: document legacy //go:linkname for modules with ≥1,000 dependents Russ Cox 2024-05-22 00:14:42 -04:00
  • 519b0116a1 all: document legacy //go:linkname for modules with ≥2,000 dependents Russ Cox 2024-05-22 00:05:04 -04:00
  • 9a3ef86173 all: document legacy //go:linkname for modules with ≥5,000 dependents Russ Cox 2024-05-21 23:50:52 -04:00
  • 50c298a5a3 cmd/compile: repairing variable names and comments David Chase 2024-05-22 16:15:43 -04:00
  • 997b6969fd internal/abi, cmd/compile, runtime: deduplicate rangefunc consts David Chase 2024-05-22 16:00:29 -04:00
  • b0b1d42db3 all: change from sort functions to slices functions where feasible Ian Lance Taylor 2024-05-22 13:38:40 -07:00
  • 1849ce6a45 time: check for time zone offset overflow Ian Lance Taylor 2024-05-19 21:48:40 -07:00