0
1
mirror of https://github.com/golang/go synced 2025-06-17 17:58:42 +00:00

Commit Graph

  • 453cbb8f67 doc: document new timer behavior Russ Cox 2024-03-14 14:43:05 -04:00
  • 9a9b110f58 doc: fix various release notes mistakes Russ Cox 2024-03-14 14:42:53 -04:00
  • 502347f121 go/types, types2: consistently report "duplicate method" error in go1.13 Robert Griesemer 2024-03-13 08:56:06 -07:00
  • 133c8fc9bb go/types, types2: don't do version checks for embedded types of imported interfaces Robert Griesemer 2024-03-12 09:31:06 -07:00
  • 412623c53f test/fixedbugs: add regress test for inlining failure Matthew Dempsky 2024-03-14 14:24:22 -07:00
  • d45e8bf403 cmd/internal/telemetry: add a shim package around telemetry Michael Matloob 2024-03-13 13:27:03 -04:00
  • 1d96895ccb net/netip: use built-in clear to simplify code apocelipes 2024-03-14 10:41:08 +00:00
  • 386dcf4c93 runtime: revert "traceback: include pc=0x%x for inline frames" Russ Cox 2024-03-14 15:30:13 -04:00
  • 966609ad9e time: avoid stale receives after Timer/Ticker Stop/Reset return Russ Cox 2024-02-29 22:39:49 -05:00
  • 0159150a4a cmd/go: update docs for go test -benchmem Kévin Dunglas 2024-03-12 21:33:55 +00:00
  • c841ba3a3e math/big: use built-in clear to simplify code apocelipes 2024-03-14 12:06:36 +00:00
  • 1304d9843e Revert "cmd/go/internal/test: add 'tests' vet check to 'go test' suite" Michael Knyszek 2024-03-14 16:06:41 +00:00
  • 64017d10e1 time: replace time.Now().Sub call with time.Since in test guoguangwu 2024-03-13 01:52:03 +00:00
  • 90a2dcf1db cmd/compile/internal/syntax: replace bytes.Compare call with bytes.Equal guoguangwu 2024-03-14 03:16:12 +00:00
  • 376be64922 encoding/gob: make x509.Certificate marshalable again Russ Cox 2024-03-12 12:51:44 -04:00
  • 4a1038fa52 Revert "net/url: consider an empty base Path as equivalent to / in JoinPath" Russ Cox 2024-03-14 13:50:37 +00:00
  • be58fd0070 Revert: "cmd/link: add option to enable full RELRO for ELF" Than McIntosh 2024-03-13 17:46:29 +00:00
  • 1e20af021f cmd/go/internal/modcmd: fix typo in comment guoguangwu 2024-03-14 03:16:23 +00:00
  • 303aa921c5 Revert "net/http: remove superfluous newline on redirects" Russ Cox 2024-03-14 13:55:01 +00:00
  • 2965dc9895 runtime: fix lost sleep causing TestZeroTimer flakes Russ Cox 2024-03-13 19:48:58 -04:00
  • 9159d71a37 Revert "cmd/compile/internal/inline: refactor fixpoint algorithm" Matthew Dempsky 2024-03-14 02:03:29 +00:00
  • f1d60500bc cmd/go/internal/test: add 'tests' vet check to 'go test' suite Alan Donovan 2023-09-20 14:13:35 -04:00
  • 6133c1e4e2 internal/trace/v2: support old trace format Dominik Honnef 2024-01-20 17:37:50 +01:00
  • 508bb17edd time: garbage collect unstopped Tickers and Timers Russ Cox 2024-02-14 20:36:47 -05:00
  • 74a0e3160d time: clean up benchmarks Russ Cox 2024-03-10 23:41:33 -04:00
  • 418e6d559e os,internal/godebugs: add missing IncNonDefault calls qmuntal 2024-03-11 18:16:16 +01:00
  • 140b37d659 [release-branch.go1.21] Revert "go/types, types2: don't do version checks for embedded types of imported interfaces" Cherry Mui 2024-03-13 18:35:29 +00:00
  • 381ba9f64c encoding/binary: cache struct sizes to speed up Read and Write for slice of structs. kwakubiney 2024-03-11 22:53:08 +00:00
  • 4f07bb3953 cmd/go: change some counter names Michael Matloob 2024-03-11 16:35:45 -04:00
  • 38723f2b38 runtime: add minimal debug tracing of runtime timers Russ Cox 2024-03-09 13:41:24 -05:00
  • 6135651867 runtime: clean up timer state Russ Cox 2024-03-09 13:36:58 -05:00
  • b2e9221089 runtime: fix another lock ordering problem Russ Cox 2024-03-12 22:00:22 -04:00
  • 6e5398bad1 cmd/asm,cmd/compile: generate less instructions for most 32 bit constant adds on ppc64x Paul E. Murphy 2024-02-16 13:29:16 -06:00
  • 6d229889d8 [release-branch.go1.21] go/types, types2: don't do version checks for embedded types of imported interfaces Robert Griesemer 2024-03-12 09:31:06 -07:00
  • a46ecdca36 cmd/compile: fix sign/zero-extension removal Keith Randall 2024-03-02 19:22:07 -08:00
  • 34d28ba932 internal/syscall/windows: implement SupportUnixSocket by enumerating protocols qmuntal 2024-03-08 11:19:14 +01:00
  • 293fadffe7 cmd/covdata: fix typo in comment guoguangwu 2024-03-12 08:22:19 +00:00
  • 5eb87c3941 cmd/go: check case-insensitive path collisions for go mod vendor. Sam Thanawalla 2024-03-11 19:35:27 +00:00
  • f83102cf71 strconv: use generics to reduce redundant helper functions apocelipes 2024-03-12 10:18:00 +00:00
  • 2ab9218c86 cmd/go/internal/modfetch: pass "-c" arguments to git before subcommands Bryan C. Mills 2024-03-06 17:50:45 -05:00
  • a18aa0e3d1 all: gofmt sivchari 2024-03-11 23:28:30 +09:00
  • d85d11f101 all.bash: allow spaces in $GOTOOLDIR to print build info Jes Cok 2024-03-10 20:36:44 +08:00
  • 80157f4cff io: close PipeReader in test guoguangwu 2024-03-11 11:09:50 +00:00
  • b4b9746e51 strconv: use slices.BinarySearch to simplify makeisprint.go apocelipes 2024-03-11 17:41:43 +00:00
  • edbb5a13b4 cmd/go: provide a better error message when there's no go directive Michael Matloob 2024-03-11 13:53:40 -04:00
  • 3a41bfac9b net/http/httptest: add NewRequestWithContext Kevin Burke 2023-12-07 13:13:25 -08:00
  • c8e4f8c775 net/http: support socks5h proxy schema 胡玮文 2024-03-08 13:42:49 +08:00
  • ec4baaca39 time: fix typo in BenchmarkReset qiulaidongfeng 2024-03-09 04:09:45 +00:00
  • a3eb3b8148 compress/gzip: close writer in test guoguangwu 2024-03-09 03:10:36 +00:00
  • 3e1a6925a1 os: close pipe in test guoguangwu 2024-03-11 05:03:53 +00:00
  • ed08d01dc3 image: use built-in clear to simplify code apocelipes 2024-03-11 12:17:12 +00:00
  • e3d4491ad6 cmd/preprofile: fix typo in comment guoguangwu 2024-03-10 13:05:30 +00:00
  • b28b4248f9 cmd/trace/v2: fix typo in comment guoguangwu 2024-03-10 07:36:36 +00:00
  • 78755f6b8c cmd/compile: use raw strings to avoid double escapes guoguangwu 2024-03-11 01:22:21 +00:00
  • 48b10c9af7 net/http: update bundle Russ Cox 2024-03-08 23:08:13 -05:00
  • 1e433915ce cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsd Joel Sing 2024-02-21 23:29:12 +11:00
  • 47d4295f92 cmd/go: respect GODEBUG in test cache Russ Cox 2024-03-08 19:29:27 -05:00
  • aa511b426d time: disable TestLongAdjustTimers on android/ios Russ Cox 2024-03-08 19:05:02 -05:00
  • 74726defe9 internal/godebugs: test for use of IncNonDefault Russ Cox 2024-03-08 21:01:17 -05:00
  • 065c5d220e cmd/go: check checkCounters counter read only on supported platforms Hana (Hyang-Ah) Kim 2024-03-08 16:23:36 -05:00
  • bc20704c26 time: move runtimeTimer out of Timer struct Russ Cox 2024-02-29 18:03:23 -05:00
  • 07b4fee581 cmd/link: fix typo in comment guoguangwu 2024-03-08 02:59:26 +00:00
  • f82a3616a9 all: update golang.org/x/net Damien Neil 2024-03-08 09:34:00 -08:00
  • 61d6817c83 cmd/compile: compile cap(ch) as call to runtime.chancap Russ Cox 2024-02-29 14:28:09 -05:00
  • 24fa7544b0 runtime: fix spurious race using Ticker.Reset Russ Cox 2024-02-29 20:14:32 -05:00
  • a21b275a5b runtime: gofmt Russ Cox 2024-03-08 16:35:16 -05:00
  • 854dea060e runtime: remove sched, allp < timers lockrank rule Russ Cox 2024-02-29 17:00:29 -05:00
  • 7381123235 runtime: re-add call to ts.cleanHead (née cleantimers) during timer add Russ Cox 2024-02-29 19:08:59 -05:00
  • 3c39b2ed11 runtime: avoid pp.timers.lock in updateTimerPMask Russ Cox 2024-02-29 16:52:58 -05:00
  • c961ab3fe9 runtime: introduce timers.lock, timers.unlock methods Russ Cox 2024-02-29 16:51:44 -05:00
  • c220fbabd5 internal/syscall/windows: unexport Version qmuntal 2024-03-08 09:37:29 +01:00
  • 336617186a time: make sure tests avoid the special-case channel code Russ Cox 2024-02-29 11:56:07 -05:00
  • 40cc3eb278 runtime: fix mishandling of timer zombie count Russ Cox 2024-03-07 21:17:04 -05:00
  • 85bbb12141 runtime: fix timers.wakeTime inaccuracy race Russ Cox 2024-02-16 17:56:43 -05:00
  • 3ad5cd4741 runtime: update timers.len with Store instead of Add Russ Cox 2024-02-16 18:42:08 -05:00
  • 2171e628b8 runtime: rename timers fields for clarity Russ Cox 2024-02-16 18:38:51 -05:00
  • 707eba9b94 runtime: fix EvFrequency event value on Windows in the new tracer Michael Anthony Knyszek 2024-02-28 22:24:48 +00:00
  • ccfcc30f3e runtime: clean up dead P trace state when disabling tracing too Michael Anthony Knyszek 2024-02-26 20:36:29 +00:00
  • 7348773640 internal/trace/v2: clean up the ordering interface Michael Anthony Knyszek 2024-02-20 20:58:18 +00:00
  • 52b5f164ae runtime: make checking if tracing is enabled non-atomic Michael Anthony Knyszek 2024-02-08 17:16:49 +00:00
  • e38be310a4 time: gracefully handle ts.zombies underflow Russ Cox 2024-03-07 13:51:04 -05:00
  • e03e06d560 net/http: close res.Body guoguangwu 2024-03-08 02:25:30 +00:00
  • 32014d5496 Revert "encoding/xml: reject XML declaration after start of document" Russ Cox 2024-03-08 18:25:14 +00:00
  • a46285f8c2 net/url: consider an empty base Path as equivalent to / in JoinPath Damien Neil 2023-02-21 11:24:56 -08:00
  • c8c46e746b runtime: use built-in clear to simplify code apocelipes 2024-03-08 10:12:41 +00:00
  • 69583738eb unicode/utf8: update doc for RuneLen Jes Cok 2024-03-08 07:34:10 +08:00
  • 5a329c3bfb cmd/compile: fix copying SSA-able variables optimization Cuong Manh Le 2024-03-07 14:49:30 +07:00
  • 8590f0aef3 net/http: remove persistConn reference from wantConn Alexander Yastrebov 2024-03-07 10:28:46 +00:00
  • b57a544f99 archive/tar: use built-in clear to simplify code apocelipes 2024-03-07 12:35:33 +00:00
  • 80a91d34f4 os: use goarch.BigEndian Tobias Klauser 2024-03-05 10:54:22 +01:00
  • 1a800d1c88 syscall: use goarch.BigEndian Tobias Klauser 2024-03-05 10:56:01 +01:00
  • c57b18b48f cmd/go: always include action mode in trace name Michael Pratt 2024-02-28 15:25:40 -05:00
  • cb733da42c net/http: set Cache-Control header only if presents on error Cuong Manh Le 2024-03-07 23:57:41 +07:00
  • 8d3703ed77 all: remove redundant string conversions when formatting []byte with %s cui fliter 2024-03-07 11:16:17 +08:00
  • 7101fd1e97 sort: fix typo in sort_test.go Alex Driuk 2024-03-06 15:56:14 +01:00
  • db44044f75 internal/poll: change Fsync to fallback to syscall.Fsync on darwin Mauri de Souza Meneguzzo 2024-03-07 14:37:15 +00:00
  • ef4f2a0597 unicode/utf16: add func RuneLen Jes Cok 2024-03-07 21:36:47 +08:00
  • e0ba596c15 cmd/link: replace bytes.Compare call with bytes.Equal guoguangwu 2024-03-07 01:57:07 +00:00
  • 47079b5e80 cmd/trace: fix typo in comment guoguangwu 2024-03-07 01:38:48 +00:00
  • d44ec4c05f cmd/go: fix typo in comment guoguangwu 2024-03-07 09:19:51 +00:00