0
1
mirror of https://github.com/golang/go synced 2025-06-06 16:30:45 +00:00

Commit Graph

  • eba9e08766 [release-branch.go1.23] cmd/compile: support generic alias type Cuong Manh Le 2024-06-20 22:58:24 +07:00
  • f3bdcda88a [release-branch.go1.23] internal/syscall/unix: fix UTIME_OMIT for dragonfly Kir Kolyshkin 2024-05-30 14:31:40 -07:00
  • 9d33956503 internal/godebugs: fix old value for httpservecontentkeepheaders Damien Neil 2024-06-20 10:23:42 -07:00
  • 477ad7dd51 cmd/compile: support generic alias type Cuong Manh Le 2024-06-20 22:58:24 +07:00
  • 4f77a83589 internal/syscall/unix: fix UTIME_OMIT for dragonfly Kir Kolyshkin 2024-05-30 14:31:40 -07:00
  • 362f22d2d2 [release-branch.go1.23] update codereview.cfg for release-branch.go1.23 David Chase 2024-06-18 17:00:42 -04:00
  • 879ace1434 net/http: keep Content-Encoding in Error, add GODEBUG for ServeContent Damien Neil 2024-06-17 12:30:19 -07:00
  • 2b12bbcb45 doc/next: update release notes for go list -m -json Sam Thanawalla 2024-06-18 18:48:57 +00:00
  • cef0a2ecfb all: update vendored golang.org/x/tools Dmitri Shuralyov 2024-06-18 14:21:13 -04:00
  • 2ade9856f1 doc/next: add release notes for telemetry and the godebug directive Michael Matloob 2024-06-07 18:13:06 -04:00
  • 4cf2b02548 misc/ios: rework exec wrapper to only support simulator Roland Shoemaker 2024-03-20 16:09:10 -07:00
  • e44fa1c1a9 cmd/go: fix go list -u -m all with too new retractions dependency Sam Thanawalla 2024-05-20 20:43:39 +00:00
  • b691da9f78 Revert "crypto/x509: reject serial numbers longer than 20 octets" Roland Shoemaker 2024-05-31 15:08:45 +00:00
  • 45446c867a doc: add note about x509sha1 removal in 1.24 Roland Shoemaker 2024-05-20 12:08:36 -07:00
  • 3e10c1ff81 doc/next: improve wording for proposal 67061 Dmitri Shuralyov 2024-06-12 13:08:00 -04:00
  • 77cc7fbc84 doc/next: add motivation and details links for range-over-func iterators thepudds 2024-06-15 18:00:19 -04:00
  • 144c96fac3 cmd/go: set GoVersion for files on the command line with vet Sam Thanawalla 2024-06-17 19:19:56 +00:00
  • 22cf1e7f7e go/doc: added the predeclared identifiers clear, min, max Briheet Singh Yadav 2024-06-17 16:30:16 +00:00
  • 8f5c6904b6 syscall: selectively update zerrors_* on openbsd/386, openbsd/arm and openbsd/amd64 Joel Sing 2024-06-15 02:00:29 +10:00
  • fe36ce669c iter: add doc comment from proposal Russ Cox 2024-06-07 08:35:32 -04:00
  • f27a40ce5f cmd/compile: give the closure generated for rangefunc bodies a name. David Chase 2024-06-12 11:13:26 -04:00
  • a85b8810c4 cmd/go: fix problems with coverage percentage reporting w/ -coverpkg Than McIntosh 2024-06-12 14:41:32 +00:00
  • 7196db9e66 internal/coverage: refactor EmitPercent in preparation for bugfix Than McIntosh 2024-06-12 21:54:53 +00:00
  • 1683628d29 cmd/go: fix handling of builtin packages in WriteCoverMetaFilesFile Than McIntosh 2024-06-12 14:39:19 +00:00
  • 6d93de2c11 slices: add documentation on incomparable items in SortFunc Benson Margulies 2024-06-13 22:47:18 +00:00
  • d06c9b4ea1 cmd/go: fix "go test -n -cover" glitch with no-test packages Than McIntosh 2024-06-12 19:58:36 +00:00
  • adc5b559db spec: adjust for-range prose to include iterator functions where missing Robert Griesemer 2024-06-13 10:57:12 -07:00
  • 69e7b2bcd6 go/types, types2: typecheck cases even if switch expression is invalid Robert Griesemer 2024-06-13 09:29:22 -07:00
  • dbe03e4831 cmd/go: call telemetry.MaybeChild at start of go command Michael Matloob 2024-06-13 12:38:20 -04:00
  • 956f8a67dd internal/coverage/cfile: harden the coverage snapshot test Than McIntosh 2024-06-12 18:19:24 +00:00
  • 7bfc82429c cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmode Than McIntosh 2023-03-28 09:17:27 -04:00
  • a2026cf0d9 cmd: vendor golang.org/x/telemetry@8cad58b Michael Matloob 2024-06-12 15:38:38 -04:00
  • 8219848c94 spec: allow range-over-func to omit iteration variables Robert Griesemer 2024-06-12 14:28:30 -07:00
  • e15cc7ab82 go/types, types2: allow range-over-func to omit iteration variables Robert Griesemer 2024-06-12 13:19:25 -07:00
  • fe9b3c3399 [release-branch.go1.22] net: add GODEBUG=netedns0=0 to disable sending EDNS0 header Ian Lance Taylor 2024-06-11 09:36:49 -07:00
  • 74ac37e9da [release-branch.go1.21] net: add GODEBUG=netedns0=0 to disable sending EDNS0 header Ian Lance Taylor 2024-06-11 09:36:49 -07:00
  • ca5ba146da cmd/compile/internal: add a PGO devirt post-lookup cleanup hook Than McIntosh 2024-06-06 12:51:57 +00:00
  • 97bc577812 doc/next: improve description of proposal 61308 Dmitri Shuralyov 2024-06-12 13:17:59 -04:00
  • 7e563a0a32 [release-branch.go1.21] go/internal/gccgoimporter: recognize "any" as a builtin type Ian Lance Taylor 2023-10-23 14:32:44 -07:00
  • b515c5208b [release-branch.go1.22] go/internal/gccgoimporter: recognize "any" as a builtin type Ian Lance Taylor 2023-10-23 14:32:44 -07:00
  • 3622ad9705 doc/next: reword map iterator function notes Cherry Mui 2024-06-12 11:51:34 -04:00
  • ee4a42bd58 net: add GODEBUG=netedns0=0 to disable sending EDNS0 header Ian Lance Taylor 2024-06-11 09:36:49 -07:00
  • b589478af7 cmd/link: put runtime.end in the last section of data segment Cherry Mui 2024-06-11 18:39:19 -04:00
  • b788e91bad os: always return syscall.ECHILD from Wait for done process Michael Pratt 2024-06-10 23:52:03 +00:00
  • 4b8f80707f crypto/tls: improve error log produced during TestBogoSuite Clide Stefani 2024-06-07 16:37:13 -04:00
  • 04b5d13256 doc/next: document GORISCV64 environment variable Cherry Mui 2024-06-11 10:21:11 -04:00
  • 1554e87c19 doc/next: document GOARM64 environment variable Cherry Mui 2024-06-11 10:08:19 -04:00
  • 816538d517 doc/next: document locking down linkname usages Cherry Mui 2024-06-11 11:02:38 -04:00
  • 35d721b0cb time: correct spelling, queing -> queuing Jes Cok 2024-06-08 09:47:51 +08:00
  • b3a57e43c7 time: add to format documentation about dangers of using RFC1123{,Z} for parsing Dana Burkart 2024-06-08 03:30:30 +00:00
  • 3b6aa03c12 os: RemoveAll: fix error returned Kir Kolyshkin 2024-05-30 14:00:40 -07:00
  • aed1f925f2 os/user: make Lookup* functions properly handle ENOENT Ben Hoyt 2024-06-10 20:49:33 +12:00
  • 5d85004622 cmd/go: update link to RISC-V profile doc Cherry Mui 2024-06-11 10:30:16 -04:00
  • 6165bb11d7 doc/next: resolve a TODO for openbsd/riscv64 port Cherry Mui 2024-06-11 10:25:33 -04:00
  • 5d759ac902 doc/next: reword linker -bindnow release notes Cherry Mui 2024-06-11 11:17:05 -04:00
  • 0d478d8e07 go/types, types2: add missing Unalias calls in type unifier Robert Griesemer 2024-06-11 08:57:37 -07:00
  • beaf7f3282 os: overhaul handling of PID vs pidfd within Process Michael Pratt 2024-05-24 11:16:30 -04:00
  • a130fb6309 cmd/compile/internal/ssa: fix DWARF location expr for .closureptr Than McIntosh 2024-06-10 14:25:22 +00:00
  • 4256ec1661 cmd/compile/internal/syntax: return correct start pos for KeyValueExprs Robert Griesemer 2024-06-10 10:27:26 -07:00
  • f515c1bac7 cmd/go/internal/work: avoid panic for a repeated //go:debug setting Andrew W. Phillips 2023-08-29 20:55:59 +10:00
  • da65071f36 cmd/compile/internal/types2: fix typo in comment for StoreTypesInSyntax Jes Cok 2024-06-08 09:53:38 +08:00
  • c83b1a7013 sync: include links to the Go memory model in package documentation Rodrigo Orselli 2024-06-07 19:51:10 +00:00
  • 532cf27059 syscall: rm go:linkname from origRlimitNofile Kir Kolyshkin 2024-05-23 13:43:45 -07:00
  • 5532427c4b os/exec: on Windows look for extensions in Run if not already done qiulaidongfeng 2024-06-05 19:06:31 +00:00
  • 1634fde4f9 iter: don't iterate if stop is called before next on Pull Michael Anthony Knyszek 2024-06-03 21:00:51 +00:00
  • 9d2aeae72d iter: propagate runtime.Goexit from iterator passed to Pull Michael Anthony Knyszek 2024-05-31 20:22:32 +00:00
  • 1471978bac iter: propagate panics from the iterator passed to Pull Michael Anthony Knyszek 2024-05-31 20:10:09 +00:00
  • d5e5b14305 cmd/compile/ssa: fix (MOVWZreg (RLWINM)) folding on PPC64 Paul E. Murphy 2024-06-05 16:12:49 -05:00
  • e709992afd cmd/go: avoid when go.env contain GOTOOLCHAIN=local test fail qiulaidongfeng 2024-06-06 13:50:29 +00:00
  • fbe478521f cmd/go: add pointer to build flags in "go get" docs Ian Lance Taylor 2024-06-05 09:30:34 -07:00
  • ce51533a9d os/signal: remove SIGSYS from list of signals that take no action Ian Lance Taylor 2024-06-05 13:41:20 -07:00
  • 640067f28a net/http: check GetConfigForClient in server.ServeTLS Chance Zibolski 2024-06-07 15:24:08 +00:00
  • 0b72631a82 cmd/compile: generate args_stackmap for ABI0 assembly func regardless of linkname Cherry Mui 2024-05-24 15:00:56 -04:00
  • 98529a8e7c cmd/link: don't include deadcoded function symbols in shared build mode Cherry Mui 2024-05-24 18:04:11 -04:00
  • f7c330eac7 runtime: add a note on SetFinalizer doc about method receiver Anuraag Agrawal 2024-06-06 04:24:26 +00:00
  • cf501e05e1 net/http: send body or close connection on expect-100-continue requests Damien Neil 2024-06-06 12:50:46 -07:00
  • 2f6ba0c294 cmd/go/internal/modget: print a fatal error if -d=false Michael Matloob 2024-06-06 12:51:33 -04:00
  • 4b0dd55608 cmd/go/internal/modload: add line numbers to godebug errors Michael Matloob 2024-06-03 18:42:12 -04:00
  • 2be4b3913a cmd/go/internal/modload: respect overlays when loading go.work files Michael Matloob 2024-06-03 18:42:12 -04:00
  • 1831437f19 math/big: better doc string for Float.Copy, add example test Robert Griesemer 2024-06-04 15:14:39 -07:00
  • 45967bb18e runtime: soften up the GCTestIsReachable test a bit Keith Randall 2024-06-04 14:54:55 -07:00
  • 7274921681 doc: document new default for GODEBUG gotypesalias setting in release notes Robert Griesemer 2024-06-05 13:07:09 -07:00
  • d2909ec885 api: promote next to go1.23 Gopher Robot 2024-06-05 18:04:59 +00:00
  • e53d10dc04 doc: mark range-over-func as documented Dmitri Shuralyov 2024-06-05 15:21:25 -04:00
  • b658265012 net/http: use default HTTP/2 frame scheduler Damien Neil 2024-06-05 09:26:29 -07:00
  • 93bbf719a6 doc/next: mention new error on time.Parse timezone overflow Ian Lance Taylor 2024-06-05 09:19:19 -07:00
  • f3ae135604 doc: document GOEXPERIMENT=aliastypeparams in release notes Robert Griesemer 2024-06-04 16:29:30 -07:00
  • 7a072fc250 cmd/link/internal/loong64: correct the musl dynamic linker path limeidan 2024-06-05 11:53:35 +08:00
  • 1b07b774c0 doc: document "range-over-func" language change in release notes Robert Griesemer 2024-06-04 16:06:12 -07:00
  • 103317217d os/signal: clarify that non-Go thread may change signal mask Ian Lance Taylor 2024-06-02 20:58:49 -07:00
  • 1724c26142 spec: better examples for range-over-func Robert Griesemer 2024-06-04 10:59:00 -07:00
  • e8f7a959ec crypto/x509: don't panic when asn1.ObjectIdentifier is shorter than x509.OID Mateusz Poliwczak 2024-06-04 18:44:09 +00:00
  • 48103d97a8 [release-branch.go1.21] go1.21.11 go1.21.11 Gopher Robot 2024-06-04 17:42:27 +00:00
  • ace5bb40d0 [release-branch.go1.22] go1.22.4 go1.22.4 Gopher Robot 2024-06-04 17:44:00 +00:00
  • 12d5810cdb [release-branch.go1.22] net/netip: check if address is v6 mapped in Is methods Roland Shoemaker 2024-05-28 13:26:31 -07:00
  • 051bdf3fd1 [release-branch.go1.21] net/netip: check if address is v6 mapped in Is methods Roland Shoemaker 2024-05-28 13:26:31 -07:00
  • ad4d9b0464 net/netip: check if address is v6 mapped in Is methods Roland Shoemaker 2024-05-28 13:26:31 -07:00
  • e240d8150c net: handle more error strings in lookupCNAME on Plan 9 David du Colombier 2024-06-02 22:06:38 +02:00
  • b91f054a64 crypto/tls: fix test caching for bogo Roland Shoemaker 2024-05-29 10:38:15 -07:00
  • b5a8617823 all: update vendored dependencies Michael Anthony Knyszek 2024-06-03 21:46:39 +00:00