0
1
mirror of https://github.com/golang/go synced 2025-06-29 19:37:35 +00:00

Commit Graph

  • 5c2b43a761 cmd/compile/internal/typecheck: cleanup code Cuong Manh Le 2023-06-27 10:03:55 +07:00
  • 4550055149 cmd/compile: use "pw" as receiver name consistently Cuong Manh Le 2023-06-27 09:54:32 +07:00
  • 1d04c42045 cmd/compile/internal/noder: remove un-used funcs/vars Cuong Manh Le 2023-06-27 09:50:57 +07:00
  • 8abc6e2597 go/types, types2: a min/max value argument must not be untyped Robert Griesemer 2023-07-20 15:45:24 -07:00
  • 4f4c23512e runtime: fix debug non-concurrent sweep mode after activeSweep changes Michael Anthony Knyszek 2023-03-27 15:47:18 +00:00
  • 16ec514712 time: document that AfterFunc Timer's C field is nil Ian Lance Taylor 2023-06-15 16:56:45 -07:00
  • a04a665a92 spec: update section on type inference for Go 1.21 Robert Griesemer 2023-06-15 16:09:52 -07:00
  • 82ee946d7a all: update build tags to require/assume Go 1.20 Matthew Dempsky 2023-07-20 11:41:04 -07:00
  • 9ceba95008 runtime: print debuglog before sighandler crash Michael Pratt 2023-06-07 12:04:44 -04:00
  • ad943066f6 runtime: call wakep in gosched Michael Pratt 2023-06-07 16:57:34 -04:00
  • dd5db4df56 runtime: check global runq during "delicate dance" Michael Pratt 2023-06-07 11:38:26 -04:00
  • 884aa71f51 go/internal/gcimporter: propagate errors from FindPkg Bryan C. Mills 2023-06-29 15:22:32 -04:00
  • 7b625d1f65 go/types, types2: make sure info recording is executed in test runs Robert Griesemer 2023-07-20 14:00:20 -07:00
  • 57e2eb64eb cmd/link: pass flags to external linker in deterministic order Cherry Mui 2023-07-12 16:54:32 -04:00
  • c9f01f0ec7 [release-branch.go1.21 cmd/go: attach PGO profile for test dependencies Cherry Mui 2023-07-18 16:23:27 -04:00
  • e201ff2b98 go/ast: add Unparen(Expr) helper Alan Donovan 2023-05-16 13:33:15 -04:00
  • af0609b080 cmd/go: attach PGO profile for test dependencies Cherry Mui 2023-07-18 16:23:27 -04:00
  • 5f9412911b cmd/internal/obj: print relocation type by name in -S output Cherry Mui 2023-06-07 22:28:20 -04:00
  • 66c8410c73 cmd/link: clean up some relocation handling Cherry Mui 2023-06-08 13:23:39 -04:00
  • ac81156bce cmd/link: handle dynamic import variables on Darwin Cherry Mui 2023-06-08 12:19:54 -04:00
  • 3ffc8a2556 runtime/pprof: use testenv.Command in tests instead of exec.Command Bryan C. Mills 2023-06-30 12:47:06 -04:00
  • 252f20b2c1 [release-branch.go1.21] doc: delete go1.21.html copy Dmitri Shuralyov 2023-07-19 19:58:38 -04:00
  • 7c1157f954 net: remove sysSocket fallback for Windows 7 qmuntal 2023-06-26 15:10:30 +02:00
  • a0f816e4bf internal/fuzz: pass handle to temporary file instead of the path qmuntal 2023-06-27 16:54:44 +02:00
  • 7ee7a21ef2 [release-branch.go1.21] runtime: ensure stack is aligned in _rt0_amd64_windows_lib qmuntal 2023-07-18 16:55:26 +02:00
  • d3e3e11298 cmd/go: don't collect package CGOLDFLAGS when using gccgo Ian Lance Taylor 2023-05-22 17:55:43 -07:00
  • 80a7315c34 image/draw: replace deprecated image.ZP and image.ZR in xx_test.go ryomak 2023-06-28 22:06:38 +09:00
  • 1136dea789 cmp.bash: fix comment grammar Jes Cok 2023-07-14 04:07:45 +00:00
  • 90a73ec1f2 runtime: use unsafe.{String,StringData} in arena test Ian Lance Taylor 2023-06-08 13:11:31 -07:00
  • 1e576efb6b strings: add benchmark for Builder.WriteString Roger Peppe 2023-07-04 15:25:07 +01:00
  • 47b403ad2d slices: refactor DeleteFunc to improve code readability amdahliu 2023-07-03 10:09:36 +00:00
  • 2627d2d189 os: remove unused containsAny Tobias Klauser 2023-05-25 12:37:52 +02:00
  • cac69594d1 crypto/internal/boring,crypto/sha1: remove cmd_go_bootstrap build tag qmuntal 2023-07-11 17:56:17 +02:00
  • ddf3a1cd6d os: remove executable bits from os.OpenFile example Rami 2023-07-16 10:25:40 +00:00
  • da7b4b01bd internal/bytealg: use generic IndexByte on plan9/amd64 Philip Silva 2023-07-10 22:22:15 +02:00
  • 89699847bf net/url: document requirements for IPv6 addresses in URL.Host Damien Neil 2023-07-11 15:34:09 -07:00
  • 89265f9894 net: remove unused error result from newRawConn Daniel Martí 2023-07-07 11:17:28 +02:00
  • 2b82d70f85 net/http: declare publicErr as a constant Jes Cok 2023-06-20 11:35:10 +00:00
  • f51c55bfc3 runtime: adjust netpollWaiters after goroutines are ready Ian Lance Taylor 2023-07-19 16:09:35 -07:00
  • 06a9034b60 [release-branch.go1.21] net: tolerate permission errors in interface tests Heschi Kreinick 2023-07-18 13:38:21 -04:00
  • 890b96f7ab cmd/asm, cmd/internal/obj: generate proper atomic ops for riscv64 Meng Zhuo 2023-07-11 14:53:54 +08:00
  • 03c7e96be9 [release-branch.go1.21] doc/go1.21: add release notes for linux/loong64 Guoqi Chen 2023-07-04 13:03:58 +08:00
  • 8c8277b8a1 [release-branch.go1.19] net: tolerate permission errors in interface tests Heschi Kreinick 2023-07-18 13:38:21 -04:00
  • bd3a1f24e7 [release-branch.go1.20] net: tolerate permission errors in interface tests Heschi Kreinick 2023-07-18 13:38:21 -04:00
  • 6ce543d137 [release-branch.go1.19] cmd/compile: on PPC64, fix sign/zero extension when masking Paul E. Murphy 2023-07-11 09:07:43 -05:00
  • 6211a024b4 [release-branch.go1.20] cmd/compile: on PPC64, fix sign/zero extension when masking Paul E. Murphy 2023-07-11 09:07:43 -05:00
  • 5fe3f0a265 runtime: ensure stack is aligned in _rt0_amd64_windows_lib qmuntal 2023-07-18 16:55:26 +02:00
  • 700727151f doc/go1.21: add release notes for linux/loong64 Guoqi Chen 2023-07-04 13:03:58 +08:00
  • 8e1ec1cb93 net: tolerate permission errors in interface tests Heschi Kreinick 2023-07-18 13:38:21 -04:00
  • cd6c4e0557 spec: clarify prose in rule for clear built-in Robert Griesemer 2023-07-18 16:21:45 -07:00
  • 813aad51d9 all: update go.mod go version to 1.22 Heschi Kreinick 2023-07-18 17:08:00 -04:00
  • dcf32c66ee doc: start draft Go 1.22 release notes Heschi Kreinick 2023-07-18 16:55:13 -04:00
  • 5d481abc87 all: fix typos Jes Cok 2023-06-23 07:47:48 +00:00
  • 88a545d844 runtime/coverage: use unsafe.Slice, not reflect.SliceHeader Ian Lance Taylor 2023-07-11 17:42:53 -07:00
  • eaa8419a72 runtime: decrement netpollWaiters in netpollunblock Ian Lance Taylor 2023-06-15 17:41:19 -07:00
  • c2de6836c1 [release-branch.go1.21] all: merge master (2639a17) into release-branch.go1.21 Heschi Kreinick 2023-07-18 13:24:28 -04:00
  • 21ff9be0eb internal/goversion: update Version to 1.22 Heschi Kreinick 2023-07-17 12:14:31 -04:00
  • 2639a17f14 doc: run relnotes again Carlos Amedee 2023-07-17 12:42:14 -04:00
  • 28ca813a13 net/rpc: use conventional err in example darkfeline 2023-07-18 03:34:30 +00:00
  • d983be9cb5 go/types, types2: remove unnecessary assert on pointer size Rob Findley 2023-07-11 15:54:48 -04:00
  • 9b33543339 math: test large negative values as args for trig functions Keith Randall 2023-07-14 08:34:39 -07:00
  • 229cde5149 cmd/go: fix tests when go.env sets GOPROXY=direct GOSUMDB=off Bryan C. Mills 2023-07-14 14:50:37 -04:00
  • c3458e35f4 doc/go1.21: use consistent capitalization for amd64 Austin Clements 2023-07-17 10:39:00 -04:00
  • fe5af1532a log/slog: doc commonHandler.handle Jonathan Amsterdam 2023-07-14 08:23:18 -04:00
  • 847d40d699 log/slog: fix issue with concurrent writes Will Roden 2023-07-12 17:23:09 -05:00
  • 4aeac326b5 [release-branch.go1.21] go1.21rc3 go1.21rc3 Gopher Robot 2023-07-14 12:59:34 +00:00
  • c30faf9c54 cmd/covdata: format package comment for 'go doc' rendering Bryan C. Mills 2023-07-13 17:30:34 -04:00
  • 089e37a931 bytes: remove builders check from compare test Johan Brandhorst-Satzkorn 2023-06-30 13:48:10 -07:00
  • 9480b4adf9 [release-branch.go1.21] all: merge master (b88bd91) into release-branch.go1.21 Cherry Mui 2023-07-13 12:46:25 -04:00
  • b88bd917b8 cmd/go/internal/modfetch: always allow Stat for the current toolchain to succeed Bryan C. Mills 2023-07-13 10:12:33 -04:00
  • d4f0d896a6 net/http: revert stray edit to h2_bundle.go from CL 508996 Bryan C. Mills 2023-07-13 10:55:55 -04:00
  • 4a0f51696e all: remove duplicate word and fix comment cui fliter 2023-07-12 19:11:05 +08:00
  • 49d42128fd all: fix typos and remove repeated words Dan Kortschak 2023-07-12 22:26:57 +09:30
  • cc0cb3020d [release-branch.go1.21] all: merge master (6244b19) into release-branch.go1.21 Cherry Mui 2023-07-12 17:23:11 -04:00
  • 6244b1946b all: update vendored dependencies Russ Cox 2023-07-12 14:08:12 -04:00
  • b4872ea187 cmd/go: fix go get go@badversion Russ Cox 2023-07-12 09:53:49 -04:00
  • 87350393e6 cmd/go: fix GOTOOLCHAIN parsing for +auto Russ Cox 2023-07-11 15:15:51 -04:00
  • 230e549142 doc/go1.21: add a release note for CL 463177 Bryan C. Mills 2023-07-12 13:56:44 -04:00
  • 5e4000ad7f cmd/compile: on PPC64, fix sign/zero extension when masking Paul E. Murphy 2023-07-11 09:07:43 -05:00
  • af8f94e3c5 src/README.vendor: s/latest/master/ Jonathan Amsterdam 2023-07-11 17:12:33 -04:00
  • 3eaee3d5dd testing/slogtest: check for no group with empty record Jonathan Amsterdam 2023-07-07 09:55:56 -04:00
  • 167c8b73bf net/http/fcgi: eliminate goroutine leaks in tests Bryan C. Mills 2023-07-11 10:52:42 -04:00
  • cb7a091d72 os/exec: ignore context.Canceled errors in TestConcurrentExec Bryan C. Mills 2023-07-11 10:08:48 -04:00
  • 651869716a log/slog: replace nil contexts with context.Background() Jonathan Amsterdam 2023-07-07 09:11:46 -04:00
  • e58941fc25 [release-branch.go1.19] go1.19.11 go1.19.11 Gopher Robot 2023-07-11 15:32:18 +00:00
  • 3f8b04bfb5 log/slog: change XXXCtx functions to XXXContext Jonathan Amsterdam 2023-07-06 13:06:44 -04:00
  • 2c358ffe97 [release-branch.go1.20] go1.20.6 go1.20.6 Gopher Robot 2023-07-11 15:32:23 +00:00
  • 4c58d6bf52 time: increase arbitrary upper bound in TestReset to 10s Bryan C. Mills 2023-07-10 18:40:47 -04:00
  • 6a063b01b0 net: mptcp: force using MPTCP with GODEBUG Matthieu Baerts 2023-06-30 17:24:57 +02:00
  • 07ede7a543 syscall: serialize locks on ForkLock on platforms where forkExecPipe is not atomic Bryan C. Mills 2023-06-30 11:50:47 -04:00
  • 7dc62f3bda test: add test cases for index value with range array clear Cuong Manh Le 2023-07-07 09:21:58 +07:00
  • 0b65b02ba5 cmd/compile: fix clear on slice with zero size elem Cuong Manh Le 2023-07-01 07:01:11 +07:00
  • c4db811e44 cmd/compile: don't ICE on unaligned offsets for pointer writes Keith Randall 2023-07-08 08:46:37 -07:00
  • 5c15498609 os: support reading empty root directories on Windows qmuntal 2023-07-04 13:39:41 +02:00
  • 71aaa8bde1 [dev.inline] merge with master at 894d24d617 dev.inline Than McIntosh 2023-07-07 16:49:15 -04:00
  • 894d24d617 src/database/sql: run gofmt Than McIntosh 2023-07-07 16:33:39 -04:00
  • ac9137f8d3 go/types, types2: do not mutate arguments in NewChecker Robert Findley 2023-07-07 11:20:16 -04:00
  • 158d11196f math: add test that covers riscv64 fnm{add,sub} codegen Michael Munday 2023-06-28 23:12:33 +01:00
  • d3d78b4bcc log/slog: handle recursively empty groups Jonathan Amsterdam 2023-07-06 12:30:39 -04:00
  • 39c5070712 os: do not skip directory entries with zero inodes on wasip1 Achille Roussel 2023-07-04 18:15:58 -07:00