0
1
mirror of https://github.com/golang/go synced 2025-06-21 18:32:56 +00:00

Commit Graph

  • 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
  • 704401ffa0 fmt: don't pad strings with zeros Rob Pike 2024-01-14 15:34:49 +11:00
  • adead1a93f cmd/cgo/internal/test: skip TestCallbackCallersSEH when internal linking qmuntal 2024-01-18 07:53:50 +01:00
  • 7611d2e610 cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abi qiulaidongfeng 2024-01-09 11:20:29 +00:00
  • 99e12bee44 reflect: StructOf set abi.TFlagRegularMemory qiulaidongfeng 2024-01-06 07:25:05 +00:00
  • 4605ce2d34 cmd/compile: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi qiulaidongfeng 2023-12-17 13:04:20 +00:00
  • 9c663e8bf7 hash/crc32: fix codegen to align with manual changes Olivier Mengué 2024-01-16 00:32:40 +01:00
  • bbd0bc22ea cmd/compile: improve integer comparisons with numeric bounds Jorropo 2024-01-10 07:31:57 +01:00
  • 370f1a88ed crypto/sha512: provide optimised assembly for riscv64 Joel Sing 2023-08-13 00:14:58 +10:00
  • a807295d43 Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file." Michael Pratt 2024-01-22 22:35:04 +00:00
  • ba8e9e14f4 [release-branch.go1.22] runtime: use the correct M ID for syscalling goroutines in traces Michael Anthony Knyszek 2024-01-22 16:34:41 +00:00
  • c46966653f runtime: use the correct M ID for syscalling goroutines in traces Michael Anthony Knyszek 2024-01-22 16:34:41 +00:00
  • b7ae16e04b cmd/preprofile: Add preprocess tool to pre-parse the profile file. Jin Lin 2023-09-20 12:22:26 -07:00
  • 6e7aee5f6b net: delete TestListenCloseListen Bryan C. Mills 2024-01-22 13:54:56 -05:00
  • e5eeadb2d8 net/mail: properly handle special characters in phrase and obs-phrase Roland Shoemaker 2024-01-10 11:02:14 -08:00
  • 5a61d8d36b runtime: simplify freedefer logic Austin Clements 2024-01-03 10:41:09 -05:00
  • 3e54329cbe all: update vendored dependencies Cherry Mui 2024-01-22 11:47:50 -05:00
  • d29980cdc4 doc/initial: initial contents of release notes Jonathan Amsterdam 2024-01-18 19:34:48 -05:00
  • 77e9c26960 [release-branch.go1.22] doc: delete go1.22.html copy Dmitri Shuralyov 2024-01-19 15:48:16 -05:00
  • b16a1e3a03 cmd/compile: fix typo in comment Rulin Tang 2024-01-09 02:39:36 +00:00
  • b3cfb24f8d doc/README.md: explain new release note system Jonathan Amsterdam 2023-11-15 08:23:23 -05:00
  • fe55bbcfd1 [release-branch.go1.22] doc: remove last TODO item Carlos Amedee 2024-01-22 11:30:51 -05:00
  • 558919b454 runtime: avoid loading winmm.dll on newer Windows versions qmuntal 2024-01-19 10:59:39 +01:00
  • 29cea6583e cmd/compile/internal/ssa: fix typo in sccp Wingrez 2024-01-21 09:26:40 +00:00
  • 4ca1caf407 doc/go1.22: fix method name in net/netip changes Tobias Klauser 2024-01-18 00:29:48 +01:00
  • 846bb47520 doc: remove last TODO item Carlos Amedee 2024-01-22 11:30:51 -05:00
  • 41c05ea4b9 net: attempt to deflake TestListenCloseListen Bryan C. Mills 2024-01-19 19:05:53 -05:00
  • 40fab294de cmd/link,runtime: merge minfunc const info internal/abi qiulaidongfeng 2024-01-06 07:12:43 +00:00
  • a557f9dcd7 net/http/pprof: configure WriteDeadline Alexander Yastrebov 2023-11-23 12:08:33 +00:00
  • 8435659a43 go/types, types2: typeparams.IndexExpr must not be an ast.Expr Rob Findley 2024-01-05 19:19:14 -05:00
  • d3f713bbd1 time: add a regression test for time.AfterFunc goroutine starvation Bryan C. Mills 2024-01-19 17:10:21 -05:00
  • b17bf6dde5 net: remove an unused sync.Map in the fake net implementation Bryan C. Mills 2024-01-19 19:01:54 -05:00
  • f19f31f2e7 net: work around runtime scheduler starvation on js and wasip1 Bryan C. Mills 2024-01-19 16:51:24 -05:00
  • f5e475edaf runtime: make a much better effort to emit CPU profile in a trace Michael Anthony Knyszek 2024-01-11 21:55:04 +00:00
  • 7cb98c1da1 cmd/trace/v2: emit user log annotations in all views Michael Anthony Knyszek 2024-01-19 19:25:04 +00:00
  • 9a70e17e0f [release-branch.go1.22] all: merge master into release-branch.go1.22 Carlos Amedee 2024-01-19 14:26:02 -05:00
  • 1653833811 internal/goversion: update Version to 1.23 Carlos Amedee 2024-01-19 13:51:50 -05:00
  • 66d34c7d08 cmd/go/internal/modfetch: set protocol.version=2 for shallow git fetches Bryan C. Mills 2024-01-17 15:00:40 -05:00
  • 5f949c4f2f go/types, types2: fix range clause checks for constant range expressions Robert Griesemer 2024-01-17 11:04:11 -08:00
  • 97daa6e942 doc/go1.22: document net/netip changes Damien Neil 2024-01-17 11:59:10 -08:00
  • 8d04110ce1 doc/go1.22: document net/http/cgi changes Damien Neil 2024-01-17 11:03:15 -08:00
  • 73eff89d07 runtime: document GODEBUG panicnil values Cuong Manh Le 2023-10-23 10:56:57 +07:00
  • 92d7169a36 runtime: skip test if strace crashes Austin Clements 2024-01-17 14:24:06 -05:00
  • 3c1155ee2d runtime: mark TestGdbCoreCrashThreadBacktrace as flaky Michael Pratt 2024-01-17 13:44:44 -05:00
  • f2794207ad cmp: add test case for uinitptr lxl-renren 2024-01-12 15:09:17 +00:00
  • 8e658eee9c cmd/compile: call types2.Unalias to be ready for GODEBUG=gotypesalias=1 Robert Griesemer 2024-01-16 16:59:31 -08:00
  • 7e7b16c972 doc: fill out net/http.Request.PathValue,SetPathValue section Dan Peterson 2023-12-21 13:58:00 -04:00
  • b44f637823 io/fs: godoc links to testing/fstest Olivier Mengué 2023-10-09 22:36:01 +02:00
  • 202b435969 runtime: more godoc links Olivier Mengué 2023-11-09 22:04:38 +01:00
  • 7abeefd2b1 internal/trace/v2: reject events for goroutines with unknown states Dominik Honnef 2024-01-12 20:46:14 +01:00
  • e58e813950 internal/trace/v2: avoid several panics for malformed traces Dominik Honnef 2023-12-27 22:01:19 +01:00
  • b2dbfbfc23 crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performance Filippo Valsorda 2023-12-27 16:05:19 +01:00
  • eb30ac3472 crypto/rsa: use E = 65537 in benchmarks Filippo Valsorda 2023-12-26 23:21:34 +01:00
  • 0f3876f8c1 runtime: ensure we free unrolled GC bitmaps Keith Randall 2024-01-11 12:52:16 -08:00
  • 25c5f6f159 go/types, types2: don't lose position info of interface embeddings Robert Griesemer 2024-01-10 15:49:33 -08:00
  • d1674cb4c6 cmd/compile: document go:wasmimport directive Mauri de Souza Meneguzzo 2024-01-10 21:15:55 +00:00
  • ee4b61a32e runtime: don't mark unrolled bitmap type as having a gc program Keith Randall 2024-01-10 22:59:37 -08:00
  • 2540b1436f [release-branch.go1.21] slices: explicitly discard results of some functions Alan Donovan 2024-01-05 15:54:03 -05:00
  • 7e34c4308f [release-branch.go1.21] runtime: clear g0 stack bounds in dropm Michael Pratt 2023-10-25 11:40:56 -04:00
  • 491c1e7e95 [release-branch.go1.21] runtime: allow update of system stack bounds on callback from C thread Michael Pratt 2023-09-04 09:55:01 -04:00
  • caafb50c0d [release-branch.go1.21] runtime: don't print "unexpected SPWRITE" when printing traceback Cherry Mui 2023-09-29 14:00:04 -04:00
  • e9b3ff15f4 os: relax tests and add examples for UserCacheDir and UserConfigDir Bryan C. Mills 2024-01-08 17:20:14 -05:00
  • 8c1349baf7 cmd/compile: use hashed symbol name for go.shape types if too long Than McIntosh 2024-01-09 15:06:15 +00:00
  • 1d45a7ef56 net: add available godoc link cui fliter 2023-11-06 22:58:32 +08:00
  • dcbe772469 runtime: replace rwmutexR/W with per-rwmutex lock rank Michael Pratt 2024-01-09 13:13:45 -05:00
  • 59ecebf47f net/http: clarify the precedence order for Request.FormValue Jes Cok 2024-01-09 05:33:53 +00:00
  • cc85462b3d [release-branch.go1.21] go1.21.6 go1.21.6 Gopher Robot 2024-01-09 18:14:02 +00:00
  • a95136a88c [release-branch.go1.20] go1.20.13 go1.20.13 Gopher Robot 2024-01-09 18:09:18 +00:00
  • aba18d5b67 math/big: fix uint64 overflow in nat.mulRange Robert Griesemer 2024-01-08 13:28:59 -08:00
  • 821f94103b io/fs,path/filepath: fix typo in SkipAll/SkipDir doc Roger Peppe 2024-01-05 12:47:56 +00:00
  • b7c630dc3a runtime: fix tests when running with -msan Mauri de Souza Meneguzzo 2023-12-13 21:18:07 +00:00
  • b702e0438a cmd/doc: fix inconsistent receiver name Mehdi Mostafavi 2024-01-08 16:58:39 +00:00
  • 66f8e1e817 [release-branch.go1.22] all: merge master (8eaa793) into release-branch.go1.22 Dmitri Shuralyov 2024-01-08 15:05:45 -05:00
  • 8eaa7935db net: clarify maxListenerBacklog windows implementation Mauri de Souza Meneguzzo 2023-12-02 15:11:36 +00:00
  • 759849187f log/slog: clarify SetDefault behavior Jonathan Amsterdam 2023-09-25 08:41:31 -04:00
  • 10a66d6816 sync: use map[any]any instead of map[interface{}]interface{} in the godoc sivchari 2023-09-28 07:08:51 +09:00
  • 881869dde0 cmd/compile: handle defined iter func type correctly Cuong Manh Le 2024-01-02 22:28:49 +07:00
  • 1ae729e6d3 doc: s/adjustements/adjustments Jes Cok 2024-01-05 10:20:03 +00:00
  • 8088b6db23 slices: explicitly discard results of some functions Alan Donovan 2024-01-05 15:54:03 -05:00
  • c0693f648a cmd/go: run cover tool before swig Than McIntosh 2023-12-21 08:21:59 -05:00
  • 8db131082d github: switch seen/expected order in issue forms Sean Liao 2023-12-29 19:09:16 +00:00
  • d2cb140194 [release-branch.go1.21] crypto/tls: align FIPS-only mode with BoringSSL policy Filippo Valsorda 2023-12-14 22:13:29 +01:00
  • 368e2a9461 [release-branch.go1.21] crypto/internal/boring: upgrade module to fips-20220613 Filippo Valsorda 2023-12-14 17:07:19 +01:00
  • 5c38c04957 [release-branch.go1.20] crypto/tls: align FIPS-only mode with BoringSSL policy Filippo Valsorda 2023-12-14 22:13:29 +01:00
  • 9e4abed39b [release-branch.go1.20] crypto/internal/boring: upgrade module to fips-20220613 Filippo Valsorda 2023-12-14 17:07:19 +01:00
  • 8c6078adfb [release-branch.go1.21] runtime: add race annotations in IncNonDefault David Chase 2023-12-14 14:20:12 -05:00
  • f6b203c828 [release-branch.go1.21] maps: fix aliasing problems with Clone Keith Randall 2023-11-30 22:59:04 -08:00
  • 43818206dc [release-branch.go1.21] runtime: put ReadMemStats debug assertions behind a double-check mode Michael Anthony Knyszek 2023-11-27 22:27:32 +00:00
  • 95afc744a7 [release-branch.go1.20] runtime: put ReadMemStats debug assertions behind a double-check mode Michael Anthony Knyszek 2023-11-27 22:27:32 +00:00
  • ead47b0ab3 net/http: respond with 400 Bad Request for empty hex number of chunk length Andy Pan 2024-01-04 15:28:14 +08:00
  • 1e07c144c3 net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine instead of a running PID Bryan C. Mills 2024-01-04 11:41:54 -05:00
  • cf65d74bc5 [release-branch.go1.21] runtime: add the disablethp GODEBUG setting Michael Anthony Knyszek 2023-12-05 17:31:34 +00:00
  • 15dcdeb5aa cmd/api: fix panic on exported basic type aliases Devon H. O'Dell 2024-01-04 11:49:17 -05:00
  • ad1ec60a5b [release-branch.go1.21] runtime/pprof: fix generics function names Tolya Korniltsev 2023-12-04 17:53:29 +07:00