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

Commit Graph

  • 216c512198 cmd/internal/obj/riscv: correct message in regVal panic Joel Sing 2023-08-28 02:08:06 +10:00
  • 13d5ca42fd cmd/internal/obj/riscv: simplify instructionsForMOV Joel Sing 2023-08-28 02:14:22 +10:00
  • 834a6f9a33 cmd/api: don't try to parse JSON from stderr of go list Ian Lance Taylor 2023-09-07 13:57:23 -07:00
  • 1d538f198d runtime: support nil libcall.args when calling stdcall on Windows qmuntal 2023-09-07 11:09:10 +02:00
  • 3a124de515 syscall: remove unused ptracePtr on darwin Tobias Klauser 2023-09-07 22:51:39 +02:00
  • 02d581ef53 cmd/link/internal/loong64: correct the glibc dynamic linker path. limeidan 2023-09-06 17:09:35 +08:00
  • 65f245af49 encoding/xml: use reflect.Value.Bytes on addressable arrays Daniel Martí 2023-09-07 10:29:14 +01:00
  • d80f3966b8 cmd/internal/obj/ppc64: do not assemble non-constant rotate RLWMI Paul E. Murphy 2022-11-11 08:38:50 -06:00
  • 2b46cffe57 syscall: improve linux SysProcAttr documentation Kir Kolyshkin 2023-09-03 13:49:10 -07:00
  • 0bbd273e97 cmd/doc: print bugs with -all flag Pascal S. de Kloe 2023-07-21 14:03:49 +02:00
  • da7ee57f40 syscall: add support to get pidfd from ForkExec on Linux Kir Kolyshkin 2023-08-16 19:20:54 -07:00
  • 584d646559 encoding/gob: fix typo in comment for decAlloc Jes Cok 2023-08-28 12:41:02 +00:00
  • 9a9aa6e238 encoding/gob: make comment more idiomatic for *Encoder.writer Jes Cok 2023-08-31 11:58:16 +00:00
  • 96fe257a42 encoding/gob: swap 'err, i' to correct verbs in decUint8Slice Jes Cok 2023-08-30 12:00:03 +00:00
  • ac2ec69e19 all: use io.{SeekStart, SeekCurrent, SeekEnd} Jes Cok 2023-08-30 04:57:57 +00:00
  • 4beb33018b runtime: remove slow time compatibility hacks for wine qmuntal 2023-09-07 16:02:11 +02:00
  • 31c1f4a611 log/slog: use the general regex expression of datetime in TestPanics Andy Pan 2023-09-05 19:32:49 +08:00
  • a35bb44adc sync: deemphasize goroutines in RWMutex documentation qiulaidongfeng 2023-08-15 02:13:47 +00:00
  • dc6513b89f net: remove unused _C_GoString Tobias Klauser 2023-09-06 18:31:00 +02:00
  • d9a4b24a17 runtime: always lock OS thread in debugcall Michael Anthony Knyszek 2023-08-03 20:53:52 +00:00
  • fb5bdb4cc9 cmd/compile: absorb InvertFlags into Noov comparisons Keith Randall 2023-09-06 13:06:58 -07:00
  • 0725410df5 cmd/compile/internal/inline/inlheur: remove ConstExpr assumption Matthew Dempsky 2023-09-06 15:43:12 -07:00
  • ae09ca6c0f cmd/compile/internal/ir: simplify printing of OLITERALs Matthew Dempsky 2023-09-06 14:43:22 -07:00
  • 660620dd45 cmd/link: avoid deadcode of global map vars for programs using plugins Than McIntosh 2023-09-06 10:15:37 -04:00
  • 3466e57354 fmt: avoid reflect.Value.Slice to help escape analysis thepudds 2023-06-21 14:35:53 -04:00
  • a2f28a4841 fmt: avoid reflect.Value.Pointer to help escape analysis thepudds 2023-06-21 14:18:56 -04:00
  • 0eed32bd0d cmd/go: remove unused (*testgoData).FailSSH test helper Tobias Klauser 2023-09-06 11:31:53 +02:00
  • fbaf71f36b cmd/compile/internal/dwarfgen: make scope test less sensitive to changes in escape analysis thepudds 2023-08-31 10:16:01 -04:00
  • 729f214e3a runtime: fix the miscalculation of memoryLimitGoal in gcPaceScavenger Andy Pan 2023-09-05 17:12:24 +08:00
  • 4be921d888 runtime: clear procid in unminit Michael Pratt 2023-09-06 10:31:32 -04:00
  • f25ca8b33d cmd/go: permit $AR to include options Ian Lance Taylor 2023-09-06 11:18:07 -07:00
  • 3f0f76734e cmd/compile/internal/inline: analyze function result properties Than McIntosh 2023-06-30 13:41:59 -04:00
  • 3d62c76736 cmd/compile/internal/ir: add "never returns" func flag Than McIntosh 2023-08-01 12:00:57 -04:00
  • a0c3a1b676 cmd/go: reject toolchain directives containing path separators Bryan C. Mills 2023-08-17 17:12:44 -04:00
  • b2f8f6c8ef html/template: properly handle special tags within the script context Roland Shoemaker 2023-08-03 12:28:28 -07:00
  • 67fb00396d html/template: support HTML-like comments in script contexts Roland Shoemaker 2023-08-03 12:24:13 -07:00
  • e844d72421 cmd/compile/internal/inline: no-return flag analysis for inline heuristics Than McIntosh 2023-06-30 12:17:06 -04:00
  • 5cdb132228 cmd/compile/internal/ssa: improve masking codegen on PPC64 Paul E. Murphy 2023-06-27 17:17:33 -05:00
  • 2186909d86 runtime/metrics: fix /gc/scan/* metrics Nayef Ghattas 2023-09-05 14:00:17 +02:00
  • 619b8fd7d2 [release-branch.go1.19] go1.19.13 go1.19.13 release-branch.go1.19 Gopher Robot 2023-09-06 14:57:22 +00:00
  • 2c1e5b05fe [release-branch.go1.21] go1.21.1 go1.21.1 Gopher Robot 2023-09-06 14:29:26 +00:00
  • d5b8518043 [release-branch.go1.20] go1.20.8 go1.20.8 Gopher Robot 2023-09-06 14:25:34 +00:00
  • 4c5130a96e runtime: ignore SPWrite on innermost traceback frame Austin Clements 2023-09-05 16:10:02 -04:00
  • 2070531d2f [release-branch.go1.20] html/template: properly handle special tags within the script context Roland Shoemaker 2023-08-03 12:28:28 -07:00
  • 023b542edf [release-branch.go1.20] html/template: support HTML-like comments in script contexts Roland Shoemaker 2023-08-03 12:24:13 -07:00
  • bbd043ff0d [release-branch.go1.21] html/template: properly handle special tags within the script context Roland Shoemaker 2023-08-03 12:28:28 -07:00
  • b0e1d3ea26 [release-branch.go1.21] html/template: support HTML-like comments in script contexts Roland Shoemaker 2023-08-03 12:24:13 -07:00
  • d25a935574 [release-branch.go1.21] cmd/go: reject toolchain directives containing path separators Bryan C. Mills 2023-08-17 17:12:44 -04:00
  • 08e35cc334 all: use ^$ instead of XXXX, NoSuchTestExists to match no tests Dmitri Shuralyov 2023-09-03 13:48:01 -04:00
  • 0dfb22ed70 all: use ^TestName$ regular pattern for invoking a single test Dmitri Shuralyov 2023-09-03 14:23:02 -04:00
  • cffdfe8d2c runtime: don't let the tests leave core files behind Ian Lance Taylor 2023-09-01 12:52:48 -07:00
  • a819178915 os: don't invoke shell in TestStatStdin Ian Lance Taylor 2023-09-04 10:35:13 -07:00
  • 972cc3e7c2 testing: add doc to not call Init concurrently go101 2023-09-05 03:53:29 +00:00
  • b6372114b2 cmd/go: correct function name in comment Ian Lance Taylor 2023-09-05 14:39:56 -07:00
  • a40404da74 cmd/asm: add KMA and KMCTR instructions on s390x. root 2023-08-02 09:46:27 +00:00
  • a2647f08f0 compile/internal/walk: add walkGrowslice Egon Elbre 2023-05-17 18:10:58 +03:00
  • 0e1a9e1867 syscall: fixup TestUseCgroupFD error checking Kir Kolyshkin 2023-09-04 00:00:11 -07:00
  • 1d84b02b22 runtime: introduce nextslicecap Egon Elbre 2023-05-17 17:33:15 +03:00
  • c56f463412 runtime: optimize growslice Egon Elbre 2023-05-09 11:29:51 +03:00
  • 778f5fc079 cmd/compile/internal/ssa: fix typos in comments Jes Cok 2023-09-04 12:14:50 +00:00
  • 33d4a5105c net: respect hosts file when resolving names for Windows Nikita Vaniasin 2023-08-28 15:26:32 +02:00
  • 5373959057 encoding: show the alphabet for base32 and base64 Joe Tsai 2023-09-02 20:38:49 -07:00
  • 05d4b57c9f cmd/compile/internal/liveness: remove excess bits for stackmap zhangjian 2023-06-11 11:29:55 +00:00
  • e7fbd28a4d syscall: inline TestUseCgroupFDHelper Kir Kolyshkin 2023-09-01 14:59:27 -07:00
  • 0cd473d97a cmd: fix some comments cui fliter 2023-09-03 00:08:17 +08:00
  • 83fe0e093d encoding/gob: add comma in field comment of userTypeInfo for consistency Jes Cok 2023-09-02 00:15:13 +00:00
  • 8b88d58042 compress: linkify references to io.ByteReader Joe Tsai 2023-09-01 00:27:12 -07:00
  • c700c23cef reflect: make Value.IsZero identical to v == zero Joe Tsai 2023-08-09 11:17:42 -07:00
  • 7015ed891c sync: prevent (*Map).Range from always escaping Mauri de Souza Meneguzzo 2023-09-01 18:26:49 +00:00
  • 227ec02824 cmd/internal/dwarf: replace Sym.Length with Context.Size Matthew Dempsky 2023-08-31 21:17:46 -07:00
  • 9b0140a695 cmd/link: type alias sym.LoaderSym and loader.Sym Matthew Dempsky 2023-09-01 13:12:49 -07:00
  • c9bb7ce2d7 cmd/internal/obj: simplify filename handling Matthew Dempsky 2023-08-28 05:13:03 -07:00
  • 06f420fc19 runtime: remove the meaningless offset of 8 for duffzero on loong64 Guoqi Chen 2023-04-21 11:08:09 +08:00
  • e3ef8d1810 net: deflake TestDialTimeout on windows Bryan C. Mills 2023-08-31 15:22:14 -04:00
  • b4c889b561 cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD. Dominique Lefevre 2023-08-25 16:06:36 +03:00
  • bb74a53c21 cmd/link: add testcases for MethodByName(string literal). Dominique Lefevre 2023-08-24 10:17:36 +03:00
  • 6b52bfa393 cmd/link: remove special cases for Method() and MethodByName(). Dominique Lefevre 2023-08-24 10:17:20 +03:00
  • e802f211b0 cmd/compile: special-case MethodByName(string literal) to keep the DCE enabled. Dominique Lefevre 2023-08-24 10:15:29 +03:00
  • 660feea72f runtime/pprof: print stderr on test failure Cosmos Nicolaou 2023-08-29 14:34:40 -07:00
  • 38b623f42d syscall: fix skipping TestUseCgroupFD Kir Kolyshkin 2023-08-16 17:45:14 -07:00
  • 62fb281cf7 bytes, strings: use "reports whether" in HasPrefix and HasSuffix Matthew Dempsky 2023-08-31 19:15:19 -07:00
  • 7a4787d12a go/types, types2: fix doc string Robert Griesemer 2023-08-31 16:26:29 -07:00
  • ffc4ccea07 cmd/compile/internal/types2: use strings.ReplaceAll for goTypeName Jes Cok 2023-08-30 05:09:56 +00:00
  • 9dea791a7a net: remove unused errTimedout Tobias Klauser 2023-08-31 12:56:34 +02:00
  • e3ba569c78 [release-branch.go1.21] net/http: revert "support streaming POST content in wasm" haruyama480 2023-08-25 15:14:35 +09:00
  • cab416f339 runtime: remove unnecessary timeout in TestCallbackInAnotherThread qmuntal 2023-08-31 09:13:06 +02:00
  • 9aaf5234bf os/user: use correct size for initial call in retryWithBuffer Ian Lance Taylor 2023-08-30 11:28:54 -07:00
  • 71a0beb68d all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWithSize Jes Cok 2023-08-30 04:23:55 +00:00
  • dde20209b8 runtime: correct linux-arm64 vdso hash codes Ian Lance Taylor 2023-08-29 06:51:54 -07:00
  • bdccd923e9 cmd/cgo: only write _cgo_flags for gccgo Ian Lance Taylor 2023-08-30 14:06:45 -07:00
  • 8dc6ad1c61 [release-branch.go1.21] runtime: restore caller's frame pointer when recovering from panic Nick Ripley 2023-08-04 17:31:43 -04:00
  • 06df3292a8 [release-branch.go1.21] runtime: avoid MADV_HUGEPAGE for heap memory Michael Anthony Knyszek 2023-08-07 19:09:59 +00:00
  • b120517ffd [release-branch.go1.21] go/types, types2: remove order dependency in inference involving channels Robert Griesemer 2023-08-21 15:50:18 -07:00
  • 0a9582163c [release-branch.go1.21] cmd/go: retry ETXTBSY errors when running test binaries Bryan C. Mills 2023-08-22 17:33:50 -04:00
  • 91a4e74b98 [release-branch.go1.21] crypto/tls: QUIC: fix panics when processing post-handshake messages Damien Neil 2023-08-24 09:57:58 -07:00
  • 6385a6fb18 [release-branch.go1.21] cmd/go: find GOROOT using os.Executable when installed to GOROOT/bin/GOOS_GOARCH Bryan C. Mills 2023-08-18 15:38:44 -04:00
  • 51ed3cb702 net: retry TestDialTimeout subtests with progressively shorter timeouts Bryan C. Mills 2023-08-30 15:16:04 -04:00
  • 140266fe75 encoding/xml: overriding by empty namespace when no new name declaration xuri 2023-08-23 22:31:34 +00:00
  • 2d07bb86f0 [release-branch.go1.21] encoding/xml: overriding by empty namespace when no new name declaration xuri 2023-08-09 06:32:12 +00:00
  • dffc47e75a encoding/asn1: use reflect.TypeFor for known types apocelipes 2023-08-30 05:51:23 +00:00