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

Commit Graph

  • 6f11650855 archive/zip: update link to zip specification Yusuf Birader 2023-08-29 23:45:52 +01:00
  • a756cc0967 cmd/go: add missing str imports to fix addmod and savedir Davis Goodin 2023-08-29 12:39:58 -05:00
  • c9911b9a84 log/slog: package doc fixes Sean Liao 2023-08-26 13:48:38 +01:00
  • fc486e4758 internal/poll, net: use (*FD).SetsockoptInet4Addr in setIPv4MulticastInterface on windows Tobias Klauser 2023-08-29 13:52:07 +02:00
  • a8d45a72eb net: skip TestDialTimeout subtests on Windows if Dial returns WSAECONNREFUSED Bryan C. Mills 2023-08-30 10:48:09 -04:00
  • 2fa7129836 go/types, types2: use asNamed(t) instead of t.(*Named) type assertions Robert Griesemer 2023-08-24 09:07:03 -07:00
  • 0e02baa59a Revert "cmd/compile: use shorter ANDL/TESTL if upper 32 bits are known to be zero" Keith Randall 2023-08-29 22:43:02 +00:00
  • 1f8f2ab966 go/types, types2: remove order dependency in inference involving channels Robert Griesemer 2023-08-21 15:50:18 -07:00
  • 22eba6a1f8 cmd/compile/internal/ir: remove old variable capture logic Matthew Dempsky 2023-08-29 12:50:40 -07:00
  • fcb75c8695 runtime: log stderr in TestLockRankGenerated on failure Bryan C. Mills 2023-08-29 12:15:23 -04:00
  • a9d4b2dbe4 net: avoid internal hooks in TestDialTimeout Bryan C. Mills 2023-08-29 11:26:45 -04:00
  • 52a5881bee cmd/compile: remove vestigial importpath symbol logic Matthew Dempsky 2023-08-29 01:15:55 -07:00
  • 08bf6d1405 cmd/compile/internal/ir: drop Inl.Body Matthew Dempsky 2023-08-26 16:37:24 -07:00
  • ad74bc4a92 cmd/internal/obj: add Func type to replace "curfn any" Matthew Dempsky 2023-08-28 05:43:51 -07:00
  • 98c26afa8c cmd/compile/internal/ssagen: stop canonicalizing symabis Matthew Dempsky 2023-08-27 14:42:26 -07:00
  • b3faace3f7 cmd/internal/{dwarf,obj}: stop substituting "" with pkgprefix Matthew Dempsky 2023-08-27 14:10:29 -07:00
  • cf338eb890 cmd/compile: eliminate fallback code for missing -p flag Matthew Dempsky 2023-08-27 13:55:47 -07:00
  • 22f9e0ef52 cmd/asm: stop using "" as the local package prefix Matthew Dempsky 2023-08-26 19:44:21 -07:00
  • 208f361800 cmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgInfo} behavior Matthew Dempsky 2023-08-27 15:31:33 -07:00
  • 2e644cce9d crypto/des: test using the public API qmuntal 2023-08-17 15:30:58 +02:00
  • 4e48e46791 image: add a security considerations section to package doc Roland Shoemaker 2023-08-28 18:13:29 -07:00
  • 2efebf3ee0 cmd/link/internal/sym: uncomment code for RelocName Jes Cok 2023-08-28 22:16:33 +00:00
  • 07faf8fab5 cmd/compile: do not flag reflect.StructOf() as a ReflectMethod. Dominique Lefevre 2023-08-24 10:14:54 +03:00
  • 111ab75432 log/slog: use atomic.Pointer instead of atomic.Value Mateusz Poliwczak 2023-08-25 16:42:42 +00:00
  • 92f7209ebd log/slog: fix documented value type for SourceKey Sean Liao 2023-08-26 13:32:09 +01:00
  • e016fabb55 testing/slogtest: clarify that passed handler must be enabled at info Jonathan Amsterdam 2023-08-17 16:00:08 -04:00
  • eaae2d45c7 cmd: simplify some handling of package paths Matthew Dempsky 2023-08-26 19:06:33 -07:00
  • f7f1c4f86d Revert "cmd/compile/internal/liveness: remove repetitive word" shuang cui 2023-08-29 00:43:43 +00:00
  • 3db23523b8 encoding/json: adjust comment about encoding \b and \f Christian Höppner 2023-08-28 15:12:08 +02:00
  • e9c14a7780 runtime, cmd/go: enable address sanitizer on linux/loong64 Xiaolin Zhao 2023-03-31 17:08:44 +08:00
  • 626a3cd9fa cmd/go: only print cgo.Incomplete warning if -x Ian Lance Taylor 2023-08-28 11:26:17 -07:00
  • f7a87e3299 runtime: fix bp restoration in panic recovery for arm64 Michael Anthony Knyszek 2023-08-28 19:26:46 +00:00
  • 38db2df02d cmd/go: allow -buildmode=pie with -race on darwin Andy Pan 2023-08-28 20:40:51 +08:00
  • 7b166602fb net/http: revert "support streaming POST content in wasm" haruyama480 2023-08-25 15:14:35 +09:00
  • 19e2e3c291 cmd/internal/obj/arm64: avoid unnecessary pool literal usage for load/store pairs Joel Sing 2023-08-02 20:29:52 +10:00
  • b2e809bab5 internal/bytealg: improve compare on Power10/PPC64 Paul Murphy 2023-08-17 16:35:55 -05:00
  • c5569f09f2 cmd/compile/internal/types2: use ReplaceAll in *Context.instanceHash Jes Cok 2023-08-28 05:24:44 +00:00
  • 50bd17205f cmd/compile/internal/liveness: remove repetitive word cui fliter 2023-08-26 23:07:27 +08:00
  • 9a1136a654 crypto/internal/edwards25519: shorten quick.Check tests in short mode Bryan C. Mills 2023-08-24 14:40:14 -04:00
  • c1dfbf72e1 cmd/compile: use shorter ANDL/TESTL if upper 32 bits are known to be zero Jakub Ciolek 2023-08-25 11:02:01 +02:00
  • 0d69747d91 net/http: document setting of Proxy-Authorization header Damien Neil 2023-07-24 11:24:40 -04:00
  • 55db1750ab cmd/cgo/internal/test: benchmark for #cgo noescape directive doujiang24 2023-08-26 04:49:53 +00:00
  • faf564644d go/scanner: give specific error for curvy “abc” quotes Alan Donovan 2023-07-25 12:47:05 +01:00
  • 7e7dd4dcd9 cmd/compile/internal/ir: remove redundant not in doc Jes Cok 2023-08-26 11:56:38 +00:00
  • ecfd2cab7b cmd/compile: replace floating-pointer with floating-point Jes Cok 2023-08-28 11:57:07 +00:00
  • 4f97a7e6ea cmd/compile/internal/ir: set Addrtaken on Canonical ONAME too Matthew Dempsky 2023-08-28 02:33:06 -07:00
  • 106afda184 make.bat: don't try to download a newer toolchain qmuntal 2023-08-25 14:29:13 +02:00
  • 071aed2aaa net: centralize resolver selection logic Mateusz Poliwczak 2023-08-26 16:43:17 +00:00
  • ff00fdfdbe Revert "net/http/cgi: workaround for closure inlining issue" Cuong Manh Le 2023-08-26 08:08:30 +07:00
  • 079c0441d5 cmd/compile: un-hide closure func in init function Cuong Manh Le 2023-08-25 15:08:05 +07:00
  • 59abd0e88b doc/go1.22: mention new #cgo directives Ian Lance Taylor 2023-08-25 16:41:17 -07:00
  • 789b3f8407 cmd/go: don't set LD_LIBRARY_PATH for SWIG Ian Lance Taylor 2023-08-22 15:08:11 -07:00
  • fbbed139a1 runtime, cmd/go: enable memory sanitizer on linux/loong64 Xiaolin Zhao 2023-03-31 15:36:59 +08:00
  • 745b81b6e6 [release-branch.go1.21] encoding/gob: prevent panic from index out of range in Decoder.typeString Andy Pan 2023-08-18 13:39:57 +08:00
  • e92c0f846c crypto/tls: QUIC: fix panics when processing post-handshake messages Damien Neil 2023-08-24 09:57:58 -07:00
  • 777e65feb6 net/http/cgi: workaround for closure inlining issue Matthew Dempsky 2023-08-24 23:14:43 -07:00
  • 24b9ef1a73 cmd/cgo: add #cgo noescape/nocallback annotations doujiang24 2023-08-25 17:06:31 +00:00
  • 1a01cb22f9 net/http: document when request bodies are closed in more places Damien Neil 2023-08-24 10:58:51 -07:00
  • 92bbecc518 net/http: deflake TestRequestBodyLimit Damien Neil 2023-08-24 10:58:51 -07:00
  • 611c3af30d cmd/compile/internal/ir: mark Addrtaken in NewAddrExpr Matthew Dempsky 2023-08-24 17:21:58 -07:00
  • b036d7e17f cmd/compile/internal/noder: avoid ir.Node temps in FixValue Matthew Dempsky 2023-08-24 17:05:50 -07:00
  • 99ea5b9765 cmd/compile: remove ErrorfVers and base.Flag.Lang hack Matthew Dempsky 2023-08-24 16:17:44 -07:00
  • 13339c75b8 [release-branch.go1.21] runtime: fix maps.Clone bug when cloning a map mid-grow Keith Randall 2023-08-23 15:19:15 -07:00
  • b303fb4855 runtime: fix maps.Clone bug when cloning a map mid-grow Keith Randall 2023-08-23 15:19:15 -07:00
  • 3b4d428ca0 encoding/json: modernize tests Joe Tsai 2023-08-24 12:49:10 -07:00
  • 882a356ec0 time: make time.Until a few nanoseconds faster korzhao 2023-08-22 14:22:53 +08:00
  • 890a62bf1b internal/bytealg: add generic LastIndexByte{,String} Tobias Klauser 2023-08-24 15:10:39 +02:00
  • 43559aa9a5 runtime/debug: fix minor BuildSetting doc typos crozzy 2023-08-24 22:14:44 +00:00
  • 21481a3c52 net: remove unused ipv4AddrToInterface Tobias Klauser 2023-08-24 12:03:08 +02:00
  • ddad9b618c encoding/json: avoid allocation when decoding number types korzhao 2023-08-11 17:20:36 +08:00
  • 4c5dac7202 encoding/json: optimize Marshal for maps korzhao 2023-08-02 17:39:09 +08:00
  • dd38ade8d1 os: omit existence check for GetFinalPathNameByHandle qmuntal 2023-08-23 16:52:37 +02:00
  • 0a17b2c174 cmd/internal/obj/arm64: load large constants into vector registers from rodata Joel Sing 2023-01-07 16:26:15 +11:00
  • a5ab4a9471 net/http: use reflect.TypeFor for known types Ian Lance Taylor 2023-08-23 15:57:48 -07:00
  • 88cb17e106 cmd/compile: create "init" function during noding Matthew Dempsky 2023-08-24 03:04:01 -07:00
  • cf68384674 cmd/compile/internal/gc: steps towards work-queue Matthew Dempsky 2023-08-18 00:32:11 -07:00
  • 2977709875 [release-branch.go1.21] context: fix synchronization in ExampleAfterFunc_cond Bryan C. Mills 2023-08-21 12:55:43 -04:00
  • 2d4746f37b [release-branch.go1.21] go/types, types2: disable interface inference for versions before Go 1.21 Robert Griesemer 2023-08-15 16:37:00 -07:00
  • 612da32fb5 [release-branch.go1.20] cmd/compile: in expandCalls, move all arg marshalling into call block David Chase 2023-08-15 17:45:50 -04:00
  • 2b8026f025 [release-branch.go1.21] cmd/compile: in expandCalls, move all arg marshalling into call block David Chase 2023-08-15 17:45:50 -04:00
  • 96b6e78ea9 cmd/compile/internal/syntax: use strings.LastIndexByte in trailingDigits Tobias Klauser 2023-08-24 11:58:58 +02:00
  • e63be91667 cmd/go: clarify promotion of C warnings to errors Austin Clements 2023-08-24 15:14:44 -04:00
  • f0b05092fd cmd/internal/goobj: fix the size of Header mstmdev 2023-08-21 09:04:07 +00:00
  • 7497ccb9b4 strconv: add missing function name, avoid unnecessary raw string Luka Krmpotić 2023-08-21 23:17:31 +00:00
  • 99a174f06e net/http: remove arbitrary timeout from TestTransportGCRequest Damien Neil 2023-08-24 10:12:38 -07:00
  • 5374c1aaf5 cmd/internal/testdir: parse past gofmt'd //go:build lines Bryan C. Mills 2023-08-24 13:16:48 -04:00
  • 65c133506f runtime: remove unused F_{GET,SET}FL cgo constants on solaris and openbsd Tobias Klauser 2023-07-14 20:30:43 +02:00
  • db24f63b10 syscall: skip TestUnshareMountNameSpaceChroot on platforms that require external linking Bryan C. Mills 2023-08-24 10:45:11 -04:00
  • fe2c686b63 test/fixedbugs: require cgo for issue10607.go Bryan C. Mills 2023-08-24 11:09:41 -04:00
  • d5c5808534 cmd/compile/internal/syntax: add Unparen and UnpackListExpr helpers Matthew Dempsky 2023-08-23 13:52:25 -07:00
  • 43e69b330a cmd/compile/internal: fix receiver names are different cui fliter 2023-08-24 11:18:18 +08:00
  • 86f0f08461 cmd/compile: use s.temp for creating defer struct Cuong Manh Le 2023-08-23 10:20:29 +07:00
  • 079dfdcac0 cmd/go: error out of linking package main if cgo is required but not enabled Bryan C. Mills 2023-08-23 16:32:46 -04:00
  • 2763146099 encoding/json: encode \b and \f as '\b' and '\f' in JSON strings Joe Tsai 2023-08-21 13:06:23 -07:00
  • 7c97cc7d97 [release-branch.go1.21] Revert "os: use handle based APIs to read directories on windows" Bryan Mills 2023-08-16 17:23:10 +00:00
  • 738d2d9068 os: use testenv.Command and os.Executable in tests Bryan C. Mills 2023-08-22 11:32:20 -04:00
  • f92741b1d8 cmd/compile/internal/noder: elide statically known "if" statements Matthew Dempsky 2023-08-22 17:44:19 -07:00
  • cb6ea94996 [release-branch.go1.21] Revert "cmd/compile: omit redundant sign/unsign extension on arm64" Keith Randall 2023-08-18 19:30:46 +00:00
  • 45b98bfb79 [release-branch.go1.21] path/filepath: don't drop .. elements when cleaning invalid Windows paths Damien Neil 2023-08-08 14:07:08 -07:00
  • f0b8768dbc [release-branch.go1.20] path/filepath: don't drop .. elements when cleaning invalid Windows paths Damien Neil 2023-08-08 14:07:08 -07:00