0
1
mirror of https://github.com/golang/go synced 2025-06-20 18:27:51 +00:00

Commit Graph

  • 3233542e85 reflect: fix typo in type.go RenJiangdu 2023-12-28 09:49:45 +00:00
  • 988b718f41 doc: fix typo in example in spec Robert Griesemer 2023-12-26 21:17:04 -08:00
  • 26ba75fe59 doc: document new iteration variable semantics in spec Robert Griesemer 2023-12-18 17:09:18 -08:00
  • 1dddd83c49 doc: document version at which new language features were introduced in spec Robert Griesemer 2023-12-13 12:29:32 -08:00
  • 36a2463e7c lib/time: update to 2023d/2023d Dmitri Shuralyov 2023-12-22 14:03:14 -05:00
  • 2184a39477 runtime/metrics: godoc link fixes Olivier Mengué 2023-12-14 18:25:21 +01:00
  • 9c01ecce48 doc: fix misspelling in go1.22 release notes Manlio Perillo 2023-12-20 21:02:10 +01:00
  • 0b56804084 runtime: use racereleasemerge for godebugInc Cherry Mui 2023-12-20 14:33:46 -05:00
  • f6509cf5cd cmd/compile: handle constant-folding of an out-of-range jump table index Keith Randall 2023-12-20 15:38:50 -08:00
  • adec22b9f7 doc/go1.22: document changes to vet loopclosure analyzer Tim King 2023-12-19 10:08:00 -08:00
  • a2a2c5b947 doc: update unsafe.Pointer rule in spec Robert Griesemer 2023-12-19 13:32:07 -08:00
  • fa72f3e034 [release-branch.go1.22] go1.22rc1 go1.22rc1 Gopher Robot 2023-12-19 20:28:47 +00:00
  • 35222eeb78 doc: add html/template release note Roland Shoemaker 2023-12-19 08:14:50 -08:00
  • fb23428a85 [release-branch.go1.22] all: merge master (0324250) into release-branch.go1.22 Than McIntosh 2023-12-19 10:57:35 -05:00
  • 03242506de doc: comment out remaining TODOs in Go 1.22 relnotes (for now) Than McIntosh 2023-12-19 10:32:52 -05:00
  • 9dd1cde9ac doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other vendoring tools Bryan C. Mills 2023-12-11 12:42:16 -05:00
  • 22284c34f2 doc/go1.22: document removal of 'go get' support in GOPATH mode Bryan C. Mills 2023-12-11 12:29:32 -05:00
  • 339177aa31 doc: typo fix for net/http.ServeMux Carlos Amedee 2023-12-19 09:44:43 -05:00
  • 52dbffeac8 cmd/go/internal/toolchain: revert "make a best effort to parse 'go run' and 'go install' flags" Russ Cox 2023-12-19 09:21:45 -05:00
  • f06eaf0c4f [release-branch.go1.22] all: merge master (1d4b0b6) into release-branch.go1.22 Than McIntosh 2023-12-19 09:29:25 -05:00
  • 1d4b0b6236 doc/go1.22.html: release notes for slog, testing/slogtest and net/http.ServeMux Jonathan Amsterdam 2023-12-18 13:07:07 -05:00
  • 6fe0d3758b cmd/compile: remove interfacecycles debug flag Robert Griesemer 2023-12-18 18:13:30 -08:00
  • 90daaa0576 doc/go1.22: announcing support address sanitizer on Loong64 Guoqi Chen 2023-12-15 17:35:40 +08:00
  • 5b84d50038 test: skip rangegen.go on 32-bit platforms Than McIntosh 2023-12-18 16:00:06 -05:00
  • 4106de901a crypto/tls: align FIPS-only mode with BoringSSL policy Filippo Valsorda 2023-12-14 22:13:29 +01:00
  • 7383b2a4db crypto/internal/boring: upgrade module to fips-20220613 Filippo Valsorda 2023-12-14 17:07:19 +01:00
  • c564d4ae08 Revert "cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16" Than McIntosh 2023-12-18 21:11:13 +00:00
  • 7058f09a8b cmd: go get golang.org/x/tools@83bceaf2 and revendor Tim King 2023-12-18 12:01:43 -08:00
  • 761e10be88 cmd/link/internal/loadpe: update comment about @feat.00 symbol handling qmuntal 2023-12-17 17:51:25 +01:00
  • 450f5d90c2 doc: add math/rand/v2 release notes Russ Cox 2023-12-18 13:34:36 -05:00
  • 08bec0db39 builtin: mention PanicNilError in comments of recover Irakli Safareli 2023-12-18 08:53:03 +00:00
  • 2acbdd086d cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16 Mauri de Souza Meneguzzo 2023-12-13 19:58:23 +00:00
  • a7097243e4 internal/syscall/windows: fix the signature of SetFileInformationByHandle Bryan C. Mills 2023-12-12 16:26:45 -05:00
  • 8e3930f258 runtime: skip TestRuntimeLockMetricsAndProfile for flakiness Michael Anthony Knyszek 2023-12-18 17:03:19 +00:00
  • 9b4b3e5acc runtime: properly model rwmutex in lock ranking Michael Pratt 2023-12-13 15:07:28 -05:00
  • 793097161b all: fix copyright headers Jes Cok 2023-12-15 04:33:18 +00:00
  • f8170cc017 cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0. Keith Randall 2023-12-14 16:29:50 -08:00
  • 3313bbb405 runtime: add race annotations in IncNonDefault David Chase 2023-12-14 14:20:12 -05:00
  • b60bf8f8e1 cmd/asm: fix encoding for arm right shift by constant 0 Keith Randall 2023-12-14 13:07:50 -08:00
  • 5e939b3a9c doc: add crypto/tls and crypto/x509 release notes Roland Shoemaker 2023-12-11 11:44:23 -08:00
  • 796f59df92 [release-branch.go1.22] update codereview.cfg for release-branch.go1.22 Michael Pratt 2023-12-15 11:57:56 -05:00
  • d73b4322ed net/netip: remove Prefix.Compare for Go 1.22 Russ Cox 2023-12-13 23:35:30 -05:00
  • e44b8b15b1 cmd/go/internal/toolchain: make a best effort to parse 'go run' and 'go install' flags Bryan C. Mills 2023-12-01 14:25:48 -05:00
  • 7c282ba12a cmd/go/internal/modfetch: simplify a redundant condition Bryan C. Mills 2023-12-14 14:26:20 -05:00
  • 6aa482681c cmd/go/internal/vcweb: set GIT_PROTOCOL in the git CGI handler Bryan C. Mills 2023-05-05 09:13:15 -04:00
  • 23fee06a14 doc/go1.22: correct the system call name used for zero-copy from net.TCPConn to net.UnixConn Andy Pan 2023-12-13 09:23:18 +08:00
  • 2f706871b9 runtime: delete todo of the list field for mspan qiulaidongfeng 2023-12-14 13:12:45 +00:00
  • d2867b29c2 doc: improve release note for Windows hosts file being respected Davis Goodin 2023-12-13 11:38:01 -08:00
  • 6396a42b99 doc: document Windows os.ReadDir improvements qmuntal 2023-12-12 19:20:24 +01:00
  • 3b55377394 doc: add missing html tags cui fliter 2023-12-13 22:50:17 +08:00
  • 527829a7cb all: remove newline characters after return statements Danil Timerbulatov 2023-12-08 00:17:19 +03:00
  • 5f48662c5a doc/go1.22: pre-announce dropping macOS 10.15 support Dmitri Shuralyov 2023-12-14 10:37:33 -05:00
  • d1a186d7d0 doc: add release note fragment on inlining changes Than McIntosh 2023-12-13 11:37:46 -05:00
  • 6146a73d27 go/types, types2: report error for range over int if Go version < 1.22 Robert Griesemer 2023-12-13 14:15:53 -08:00
  • d95e25e83c runtime/pprof: fix inlined generics locations Tolya Korniltsev 2023-12-12 22:24:34 +07:00
  • cc5ccd71ef doc: in pre-generic spec, be explicit that it is not the current spec Robert Griesemer 2023-12-13 11:12:44 -08:00
  • 0b3dd75f6c go/types, types2: better error message when missing method is unexported Robert Griesemer 2023-12-12 17:52:36 -08:00
  • f2d243db8f iter: fix race instrumentation for Pull2 Mauri de Souza Meneguzzo 2023-12-12 21:39:54 +00:00
  • 58c28ba286 go/types, types2: avoid confusing error message "have m(T), want m(T)" Robert Griesemer 2023-12-12 15:40:16 -08:00
  • 7cac742f17 doc/go1.22: document reflect.TypeFor Mauri de Souza Meneguzzo 2023-12-12 21:32:10 +00:00
  • 400e24a8be crypto/x509: properly gate test on macos version Roland Shoemaker 2023-12-12 09:28:03 -08:00
  • 89c532e8b2 doc/go1.22: document minor net/http changes Damien Neil 2023-12-12 11:27:01 -08:00
  • dce7f335c5 doc/go1.22: document zero-copy to net.UnixConn Damien Neil 2023-12-12 11:10:35 -08:00
  • 962dade46b doc: document SetUnhandledExceptionFilter interop qmuntal 2023-12-10 18:38:08 +01:00
  • 4daf924f63 doc/go1.22: remove reference to #60107 Damien Neil 2023-12-12 10:52:57 -08:00
  • c2079deb24 cmd/cgo/internal/testsanitizers: check for go build and cgo in fuzzer and msan tests Mauri de Souza Meneguzzo 2023-12-11 00:22:50 +00:00
  • 0ac1e3b245 go/types, types2: flip message contents for reverse type inference errors Robert Griesemer 2023-12-11 17:54:18 -08:00
  • 2643a59172 go/types, types2: better error message for cases of reverse type inference Robert Griesemer 2023-12-11 13:28:25 -08:00
  • 699807f323 doc/go1.22: remove empty cgo section Bryan C. Mills 2023-12-11 12:31:25 -05:00
  • ce43fb806f doc/go1.22: document ast.Unparen Alan Donovan 2023-12-11 17:50:08 -05:00
  • 7baaa20e38 doc: emphasize gotypesalias GODEBUG flag in go 1.22 release notes Robert Griesemer 2023-12-11 18:22:59 -08:00
  • 018c1da0cf doc/go1.22: document io changes Michael Pratt 2023-12-11 16:45:56 -05:00
  • 1541af5ce8 doc/go1.22: document bufio changes Michael Pratt 2023-12-11 16:37:49 -05:00
  • 3f442ab062 doc/go1.22: document archive/tar and archive/zip changes Michael Pratt 2023-12-11 16:19:42 -05:00
  • e70d343306 cmd/go: explicitly name the default branch “main” in testdata/vcstest/git/issue57650.txt Bryan C. Mills 2023-12-12 10:49:55 -05:00
  • b18b058816 crypto/x509: gate Policies marshaling with GODEBUG Roland Shoemaker 2023-12-04 10:17:34 -08:00
  • f4ff0e2505 net: remove an arbitrary timeout in TestAcceptTimeoutMustReturn Bryan C. Mills 2023-12-11 16:14:24 -05:00
  • a839ec1e73 cmd/go/internal/modload: classify "invalid pseudo-version" errors in Query Bryan C. Mills 2023-12-08 11:26:30 -05:00
  • e872807e2b doc: document SEH changes qmuntal 2023-12-09 01:03:32 +01:00
  • c22781cb33 doc/go1.22: remove compiler TODO Michael Pratt 2023-12-11 15:55:17 -05:00
  • d0ed476f3e doc/go1.22: add TODOs for missing APIs Michael Pratt 2023-12-11 15:49:09 -05:00
  • 78dcb5327a doc/go1.22: document syscall changes Michael Pratt 2023-12-11 15:03:39 -05:00
  • 100651b6f2 doc/go1.22: document workspace vendoring Bryan C. Mills 2023-12-11 11:29:36 -05:00
  • c844970ffb doc/go1.22: fix stale id for math/rand/v2 Michael Pratt 2023-12-11 14:14:10 -05:00
  • 9db508d46f doc: fix formatting of runtime and runtime/trace release notes Michael Anthony Knyszek 2023-12-11 18:43:11 +00:00
  • 20a03fc713 runtime/pprof: fix generics function names Tolya Korniltsev 2023-12-04 17:53:29 +07:00
  • 052d402985 runtime: clear mspan.largeType more carefully in the case of arenas Keith Randall 2023-12-08 13:50:22 -08:00
  • 59275e266a doc: document os/exec changes on Windows Bryan C. Mills 2023-12-08 17:01:43 -05:00
  • ba7c4e47b3 os: limit temp file randomness to uint32 Russ Cox 2023-12-09 14:32:10 -05:00
  • 46ea4ab5cb doc: document that os.Stat follows all link reparse points on Windows qmuntal 2023-12-07 21:45:57 +01:00
  • ca804118b1 doc: document that the Windows hosts file is now respected qmuntal 2023-12-07 00:59:54 +01:00
  • fe1b2f95e6 doc: describe for loop changes (lifetime, range int; range func experiment) David Chase 2023-11-29 16:09:26 -05:00
  • f360ffd95a doc/go1.22: document that reflect.PtrTo is deprecated Cherry Mui 2023-12-08 15:33:14 -05:00
  • b55bf2d786 doc/go1.22: remove stale TODO and comments for vet changes Cherry Mui 2023-12-08 15:11:47 -05:00
  • 9869a0ce7e doc/go1.22: fix go test -cover formatting Cherry Mui 2023-12-08 15:11:12 -05:00
  • aa4a95011c doc/go1.22: document additional constants in debug/elf package Cherry Mui 2023-12-08 15:02:47 -05:00
  • e1cba47ee0 go/parser: fix panic in object resolution for invalid type parameter list Robert Griesemer 2023-12-07 21:08:17 -08:00
  • bbab863ada [release-branch.go1.21] os/signal: skip nohup tests on darwin builders Michael Pratt 2023-11-01 11:55:10 -04:00
  • 8cb86b5f85 [release-branch.go1.20] os/signal: skip nohup tests on darwin builders Michael Pratt 2023-11-01 11:55:10 -04:00
  • 6cdf2ccae8 cmd/go: relax version regexp from CL 547998 Bryan C. Mills 2023-12-08 12:20:35 -05:00