0
1
mirror of https://github.com/golang/go synced 2025-06-19 18:17:50 +00:00

Commit Graph

  • db74bfba18 [release-branch.go1.21] Revert "crypto/internal/boring: upgrade module to fips-20220613" +1 Filippo Valsorda 2024-01-26 23:22:45 +01:00
  • 18840865d2 Revert "runtime: preempt more aggressively when panicking" Michael Pratt 2024-02-01 12:14:41 -05:00
  • 5b6cd3d0cb sync: add Map.Clear Hiro 2024-01-03 00:10:58 +00:00
  • 2f6a25f447 internal/profile: remove legacy profile support Michael Pratt 2023-12-06 14:20:49 -05:00
  • e069587c8d cmd/preprofile: Implement a tool to preprocess the PGO profile. Jin Lin 2024-01-23 19:40:38 -08:00
  • 9289b9c336 [release-branch.go1.22] spec: clarify iteration variable type for range over integer Robert Griesemer 2024-01-22 15:46:01 -08:00
  • 916e6cddf1 [release-branch.go1.21] runtime: fix Pinner.Pin documentation qiulaidongfeng 2024-01-26 00:47:06 +00:00
  • 5c0d0929d3 doc/go1.22: move go/version package mention into a separate heading Dmitri Shuralyov 2024-01-31 13:30:50 -05:00
  • 6120688146 container/heap: remove confusing claim of memory leak codesoap 2024-01-31 18:31:56 +00:00
  • a5fb65601e go/token: correct out-of-bounds token offsets and positions Robert Griesemer 2024-01-30 17:16:12 -08:00
  • 79738217d5 go/version: fix package to accept go1.21.0-bigcorp Russ Cox 2024-01-24 16:29:20 -05:00
  • 600225f83f api/README: refer to doc/README.md Jonathan Amsterdam 2024-01-31 10:36:52 -05:00
  • 6552f3d4ac [release-branch.go1.21] cmd/go/internal/toolchain: apply the -modcacherw flag when downloading a module to determine what toolchain it needs Bryan C. Mills 2024-01-11 15:00:17 -05:00
  • 3960318b87 [release-branch.go1.21] crypto/x509: properly gate test on macos version Roland Shoemaker 2023-12-12 09:28:03 -08:00
  • 746a072791 [release-branch.go1.20] crypto/x509: properly gate test on macos version Roland Shoemaker 2023-12-12 09:28:03 -08:00
  • 1bb947b2eb runtime/debug: SetCrashOutput sets the FD for fatal panics Alan Donovan 2023-12-07 18:02:40 -05:00
  • 13766fe7d8 runtime: preempt more aggressively when panicking Cherry Mui 2023-11-29 19:17:22 -05:00
  • b32ec6c961 fmt: update docs for %03s Russ Cox 2024-01-29 12:14:55 -05:00
  • a939bb9439 fmt: revert "don't pad strings with zeros" Russ Cox 2024-01-29 12:00:10 -05:00
  • aa721d1e7d [release-branch.go1.22] cmd/go/internal/toolchain: apply the -modcacherw flag when downloading a module to determine what toolchain it needs Bryan C. Mills 2024-01-11 15:00:17 -05:00
  • ae457e811d net/textproto: reject HTTP requests with empty header keys Andy Pan 2024-01-24 11:22:14 +08:00
  • 41d6687084 spec: clarify iteration variable type for range over integer Robert Griesemer 2024-01-22 15:46:01 -08:00
  • c2dbbe4e94 cmd: vendor golang.org/x/telemetry and call counter.Open in cmd/go Michael Matloob 2024-01-29 13:52:11 -05:00
  • e39024e920 cmd/link: fix TestConsistentGoKindAndRuntimeType Alessandro Arzilli 2024-01-30 17:28:35 +01:00
  • 702d609a31 log/slog: add missing test in value_test.go pgxiaolianzi 2024-01-30 16:05:21 +00:00
  • 7e91cfb877 all: fix typos Jes Cok 2024-01-30 15:19:54 +00:00
  • b079967467 doc/README: clarify instructions Alan Donovan 2024-01-26 11:19:22 -05:00
  • 0b1b6c1589 runtime: compute data and bss root work units in one loop jeffery 2024-01-24 14:45:06 +00:00
  • f9c0423ec8 cmd/compile/internal/noder: preserve alias uses in export data Matthew Dempsky 2024-01-25 15:51:22 -08:00
  • a0d477cb6d runtime: print exported methods from the runtime in tracebacks Keith Randall 2023-07-03 13:49:26 -07:00
  • 65f056d07a runtime: avoid new linkname for goroutine profiles Michael Pratt 2024-01-30 11:01:05 -05:00
  • b89ad46451 cmd/link: add DW_AT_go_runtime_type to unsafe.Pointer and fix it for uintptr Alessandro Arzilli 2024-01-24 18:10:47 +01:00
  • 923ab13f9b internal/zstd: avoid panic when windowSize is negative aimuz 2023-11-18 04:16:04 +00:00
  • 4afb155cdf Revert "runtime: disable use of runnext on wasm" Michael Pratt 2024-01-29 23:57:14 +00:00
  • f96d9a6432 runtime: reduce one STW when obtaining goroutine configuration file Jun10ng 2024-01-27 11:53:43 +00:00
  • 0c64be46ac runtime: disable use of runnext on wasm Michael Pratt 2024-01-22 17:50:44 -05:00
  • 3207f038ac net/http: allow nothingWrittenError in TestTransportPersistConnReadLoopEOF Michael Pratt 2024-01-25 15:39:09 -05:00
  • 117d7b107e [release-branch.go1.22] Revert "crypto/internal/boring: upgrade module to fips-20220613" +1 Filippo Valsorda 2024-01-26 23:22:45 +01:00
  • 47d240ccbb net: in the fake implementation, allow writes to buffer on closed connections Bryan C. Mills 2024-01-26 12:23:01 -05:00
  • b91bad7819 cmd/go/internal/generate: call modload.InitWorkFile Michael Matloob 2024-01-29 11:14:05 -05:00
  • a64d5be912 cmd/go/internal/list: make a copy of the package before zeroing fields Michael Matloob 2024-01-03 14:23:49 -05:00
  • e076c1b897 cmd/go: allow test caching for the -fullpath flag Raghvender 2023-12-11 15:41:45 -06:00
  • cc38c68ae0 cmd/go/internal/toolchain: apply the -modcacherw flag when downloading a module to determine what toolchain it needs Bryan C. Mills 2024-01-11 15:00:17 -05:00
  • 653abefddf cmd/go/internal/load: improve comments sivchari 2023-08-01 05:00:52 +00:00
  • f719d5cffd runtime: crash stack support for loong64 Mauri de Souza Meneguzzo 2024-01-25 23:11:02 +00:00
  • 99efe7c39e cmd/internal/moddeps: fix test fail when the last element of GOROOT start with a dot or underscore qiulaidongfeng 2024-01-27 03:27:17 +00:00
  • 09b5de48e6 Revert "crypto/internal/boring: upgrade module to fips-20220613" +1 Filippo Valsorda 2024-01-26 23:22:45 +01:00
  • b6d1eb750f cmd/api: include type arguments in API Matthew Dempsky 2024-01-25 20:29:32 -08:00
  • a428387e97 cmd/link: print failed external command invocation Cherry Mui 2024-01-26 12:08:00 -05:00
  • 8081c08449 net/mail: remove obsolete comment Roland Shoemaker 2024-01-25 16:11:15 -08:00
  • 4c394b5638 Revert "net/http: wrap client errors" Cherry Mui 2024-01-26 17:28:45 +00:00
  • 3e78971313 cmd/go: ensure the correct line number is displayed when using TB.Helper Quan Tong 2023-11-06 09:17:02 +07:00
  • b1a12dd2ed cmd/link: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi qiulaidongfeng 2023-12-17 09:47:10 +00:00
  • c21d118acc reflect: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi qiulaidongfeng 2023-12-17 09:46:48 +00:00
  • 5dceddfe7c runtime: use channels in gcBgMarkStartWorkers Michael Pratt 2024-01-23 13:29:23 -05:00
  • 8e02e7b26a go/types, types2: use existing case-insensitive lookup (remove TODO) Robert Griesemer 2024-01-24 12:42:11 -08:00
  • d278d5bbdd all: enable range-over-func in Go 1.23 Russ Cox 2024-01-23 12:02:50 -05:00
  • 3dcdc09c85 maps: correct use of linkname Russ Cox 2024-01-23 14:42:42 -05:00
  • 09ed9a6585 cmd/compile: implement float min/max in hardware for riscv64 Meng Zhuo 2023-08-01 22:17:02 +08:00
  • bdb0a1abfc go/types, types2: in struct processing, set name position in types2 Robert Griesemer 2024-01-24 13:09:55 -08:00
  • 5c7c24ce82 internal/testenv: support the LUCI mobile builders in tests Michael Anthony Knyszek 2024-01-25 17:23:15 +00:00
  • 93f0c0b25e internal/testenv: allow "-noopt" anywhere in builder name in test Michael Anthony Knyszek 2024-01-25 17:13:11 +00:00
  • 9312f47d0a runtime/pprof: fix retry logic introduced by #858cd8d Cosmos Nicolaou 2024-01-25 11:55:38 -08:00
  • 6a861010be debug/gosym: add detailed doc for text argument in NewLineTable Zxilly 2024-01-24 21:27:41 +00:00
  • 4fde3ef2ac math/big,crypto/internal/bigmod: unroll loop in addMulVVW for ppc64x Lynn Boger 2024-01-23 12:46:05 -06:00
  • 00f974eb1f [release-branch.go1.21] go/types, types2: don't lose position info of interface embeddings Robert Griesemer 2024-01-10 15:49:33 -08:00
  • d7df7f4fa0 [release-branch.go1.20] runtime: properly model rwmutex in lock ranking Michael Pratt 2023-12-13 15:07:28 -05:00
  • 2f91c16e68 [release-branch.go1.21] runtime: properly model rwmutex in lock ranking Michael Pratt 2023-12-13 15:07:28 -05:00
  • 67d30fc315 net/http: wrap client errors kayos@tcp.direct 2024-01-08 07:42:00 +00:00
  • c51beb4342 cmd/dist,internal/platform,runtime: add cgo support for openbsd/riscv64 port Joel Sing 2022-09-18 02:37:36 +10:00
  • fee3f537b4 cmd/dist,internal/platform: enable openbsd/riscv64 port Joel Sing 2023-08-04 20:40:23 +10:00
  • cad6629144 runtime: add crash stack support for s390x Mauri de Souza Meneguzzo 2023-12-02 15:04:52 +00:00
  • 2c35def7ef net/netip: use Addr.appendTo4In6 in Addr.AppendTo Tobias Klauser 2024-01-24 22:15:19 +01:00
  • 4f4d6508b9 net/netip: optimize Addr.String for 4in6 addresses Tobias Klauser 2024-01-24 22:15:15 +01:00
  • 700edbf73e net/netip: optimize Addr.MarshalText allocation for 4in6 addresses Tobias Klauser 2024-01-24 22:14:49 +01:00
  • b495ddbe13 net/netip: further optimize AddrPort.String Tobias Klauser 2024-01-24 22:13:17 +01:00
  • 6674f2225e net: verify if internal/poll.Splice has been called during io.Copy Andy Pan 2023-12-22 21:49:46 +08:00
  • 333ecd4b40 [release-branch.go1.22] Revert "archive/tar: add FileInfoNames interface" Cherry Mui 2024-01-24 15:00:47 -05:00
  • e85968670e go/types, types2: better error msg when type inference fails in a call Robert Griesemer 2024-01-23 13:21:19 -08:00
  • 02a0927786 doc/go1.22: remove archive/tar.FileInfoNames Cherry Mui 2024-01-24 15:24:50 -05:00
  • 5000b51680 Revert "archive/tar: add FileInfoNames interface" Cherry Mui 2024-01-24 15:00:47 -05:00
  • 749ebaa446 net: ignore Dial errors in TestAcceptTimeout Bryan C. Mills 2024-01-23 17:08:50 -05:00
  • 3330c69476 reflect: fix isRegularMemory at case Array Jes Cok 2024-01-24 12:33:30 +00:00
  • 6037c8a877 doc/next: initial contents Jonathan Amsterdam 2024-01-22 13:20:07 -05:00
  • 1e1da49105 [release-branch.go1.22] go1.22rc2 go1.22rc2 Gopher Robot 2024-01-24 16:04:39 +00:00
  • 66b776b025 runtime: short path for equal pointers in arm64 memequal Mauri de Souza Meneguzzo 2023-11-28 18:42:43 +00:00
  • 8b23b7b042 src/cmd/relnote, doc/next: add release note check Jonathan Amsterdam 2023-11-15 09:50:01 -05:00
  • b4e7d630bc cmd/go: add GORISCV64 environment variable Mark Ryan 2023-11-07 10:09:49 +01:00
  • b3acaa8230 cmd/go/internal/str,cmd/go/internal/work: remove redundant Contains apocelipes 2024-01-23 16:33:12 +00:00
  • 817009da40 [release-branch.go1.22] cmd/trace/v2: emit user log annotations in all views Michael Anthony Knyszek 2024-01-19 19:25:04 +00:00
  • b29ec30780 [release-branch.go1.22] runtime: make a much better effort to emit CPU profile in a trace Michael Anthony Knyszek 2024-01-11 21:55:04 +00:00
  • 9368ced755 net,internal/poll: load ws2_32.dll only when net is imported qmuntal 2024-01-19 16:27:22 +01:00
  • 4085a4893c net: move cgo-using darwin test to separate package Russ Cox 2023-12-12 12:53:32 -05:00
  • 76b8bec6db cmd/go: add test case for issue 64738 Russ Cox 2023-12-19 09:42:00 -05:00
  • 10e9ab55c8 [release-branch.go1.22] cmd/cgo/internal/test: skip TestCallbackCallersSEH when internal linking qmuntal 2024-01-18 07:53:50 +01:00
  • 1a07550962 net: unskip and attempt to deflake TestAcceptTimeout Bryan C. Mills 2023-12-11 16:45:04 -05:00
  • ed18d85ad7 internal/reflectlite: delete TODO pass safe to packEface don't need to copy if safe==true qiulaidongfeng 2023-12-09 05:50:59 +00:00
  • 8c45dddd5d reflect: delete TODO pass safe to packEface don't need to copy if safe==true qiulaidongfeng 2024-01-23 00:42:58 +00:00
  • f75e1c1460 net: report timeouts more aggressively in Accept in the fake implementation Bryan C. Mills 2024-01-22 18:02:38 -05:00
  • d0dc93c8e1 runtime,internal/poll: move websocket handling out of the runtime on Windows qmuntal 2024-01-19 14:14:17 +01:00