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

Commit Graph

  • cd671a1180 [release-branch.go1.21] runtime: increase g0 stack size in non-cgo case Cherry Mui 2023-09-08 12:14:30 -04:00
  • 9f8f1ca5ad cmd/link/internal/ld: use strings.Cut cui fliter 2023-09-22 14:24:33 +00:00
  • 6d5c9f2f26 reflect: remove broken support for embedding of interfaces from StructOf. Dominique Lefevre 2023-09-06 15:58:13 +03:00
  • 9b883484a8 all: clean unnecessary casts for test files Jes Cok 2023-09-19 10:36:19 +00:00
  • bf5d8c02ba cmd/cgo/internal/test: test PPC64 ELFv2 call/plt stub generation Paul E. Murphy 2023-05-17 13:26:11 -05:00
  • c8caad423c cmd/compile/internal/ssa: optimize (AND (MOVDconst [-1] x)) on PPC64 Paul E. Murphy 2023-09-18 11:29:20 -05:00
  • fc57cc31a0 [release-branch.go1.21] cmd/link: suppress -bind_at_load deprecation warning for ld-prime Cherry Mui 2023-07-10 18:50:06 -04:00
  • 83dce45959 [release-branch.go1.20] cmd/link: suppress -bind_at_load deprecation warning for ld-prime Cherry Mui 2023-07-10 18:50:06 -04:00
  • 9bec49cf52 [release-branch.go1.21] cmd/link: disable DWARF by default in c-shared mode on darwin Cherry Mui 2023-09-12 15:27:23 -04:00
  • 3ef4f939c3 [release-branch.go1.21] cmd/link: force old Apple linker in plugin mode Cherry Mui 2023-09-12 15:15:12 -04:00
  • 08c544db98 [release-branch.go1.20] cmd/link: disable DWARF by default in c-shared mode on darwin Cherry Mui 2023-09-12 15:42:29 -04:00
  • 071f03a8e5 [release-branch.go1.20] cmd/link: force old Apple linker in plugin mode Cherry Mui 2023-09-12 15:40:09 -04:00
  • 795414d1c6 cmd/compile: capitalize ir.MethodSym in comment Michael Pratt 2023-09-21 13:41:31 -04:00
  • 21bd01722c cmd: go get golang.org/x/tools@f9b8da7 and revendor Tim King 2023-09-21 11:00:01 -07:00
  • 7117819fdc runtime: no need to convert 'c.fault()' to uintptr in sighandler Jes Cok 2023-09-20 23:37:59 +00:00
  • b6ae112ff1 runtime: implement usleep in Go instead of assembly on Windows qmuntal 2023-09-07 14:59:58 +02:00
  • ace1494d92 cmd/compile: optimize absorbing InvertFlags into Noov comparisons for arm64 eric fang 2023-09-12 03:01:33 +00:00
  • dd881027c3 syscall: skip TestDeathSignalSetuid if exec fails with a permission error Bryan C. Mills 2023-09-20 11:50:17 -04:00
  • 517c66d4ee debug/elf: don't crash on empty symbol section Ian Lance Taylor 2023-09-14 13:36:38 -07:00
  • 5b37d720e3 all: stop using fmt.Sprintf in t.Error/t.Fatal Kir Kolyshkin 2023-09-12 18:46:45 -07:00
  • 77a1104975 cmd/go/internal/fsys: improve initOverlay test helper Kir Kolyshkin 2023-09-12 18:36:44 -07:00
  • d5138e580c cmd/go: improve go build documentation Kirill Che 2023-09-08 07:51:47 +00:00
  • a72d1e5bf4 runtime: unify the method signature for *sigctxt.fault Jes Cok 2023-09-16 00:07:59 +00:00
  • 6f2e1be132 syscall: remove unused writelen Tobias Klauser 2023-09-18 11:07:03 +02:00
  • da8f406f06 all: simplify bool conditions Oleksandr Redko 2023-09-06 15:14:28 +03:00
  • bebf82cbf6 internal/zstd: use circular buffer for backreference window Alexander Yastrebov 2023-09-15 06:45:15 +00:00
  • 556e9c36ba [release-branch.go1.21] cmd/link: avoid deadcode of global map vars for programs using plugins Than McIntosh 2023-09-06 10:15:37 -04:00
  • d73a33f1c3 runtime: implement osyield in Go instead of assembly on Windows qmuntal 2023-09-07 12:41:37 +02:00
  • c4af8abae1 runtime: print fault addr in fatalsignal Michael Pratt 2023-06-20 14:22:35 -04:00
  • 01987d3117 go/types, types2: pass *TypeName instead of *Named as def (defined) type Robert Griesemer 2023-08-31 15:06:03 -07:00
  • 1ac43e762c net/http: eliminate more clientServerTest leaks in tests that use runTimeSensitiveTest Bryan C. Mills 2023-09-20 10:48:20 -04:00
  • b6e83f35da net/http: eliminate a goroutine leak in (*persistConn.addTLS) Bryan C. Mills 2023-09-20 10:44:06 -04:00
  • 2fba42cb52 cmd/compile: implement range over func Russ Cox 2023-06-14 10:56:49 -04:00
  • a94347a05c cmd/compile: implement range over integer Russ Cox 2023-06-14 10:55:06 -04:00
  • 8b727f856e cmd/compile, go/types: typechecking of range over int, func Russ Cox 2023-06-14 09:52:44 -04:00
  • fd54185a8d cmd/link, runtime: initialize packages in shared build mode Cherry Mui 2023-08-16 19:49:04 -04:00
  • 3857a89e7e net/http: add a benchmark for multi indexing Jonathan Amsterdam 2023-09-19 17:23:58 -04:00
  • 4d700a719b net/http: test index exhaustively Jonathan Amsterdam 2023-09-19 17:03:45 -04:00
  • 2b462646ed runtime: set stackguard1 on extra M g0 Michael Pratt 2023-09-08 14:54:29 -04:00
  • a56e4969f5 net/http: show offset in pattern parsing error Jonathan Amsterdam 2023-09-19 09:17:42 -04:00
  • ad42fedda5 net/http: explain why two patterns conflict Jonathan Amsterdam 2023-09-19 07:54:09 -04:00
  • be11422b1e net/http: index patterns for faster conflict detection Jonathan Amsterdam 2023-09-18 15:51:04 -04:00
  • bda5e6c3d0 cmd/internal/obj/riscv,cmd/link: rework riscv64 call relocations Joel Sing 2023-08-17 01:13:32 +10:00
  • 3c4f12a7d6 net/http: buffer the testConn close channel in TestHandlerFinishSkipBigContentLengthRead Bryan C. Mills 2023-09-19 10:37:28 -04:00
  • b64dc5f499 [release-branch.go1.21] cmd/go: in TestScript/gotoolchain_path, remove the user's PATH Bryan C. Mills 2023-09-18 16:49:41 -04:00
  • 203c69a6ef cmd/go: in TestGoBuildUmask, create a file using os.WriteFile as a control Bryan C. Mills 2023-09-19 11:37:25 -04:00
  • 3fb86fb864 cmd/compile: add pgohash for debugging/bisecting PGO optimizations Cherry Mui 2023-09-15 12:13:09 -04:00
  • eca5a97340 syscall: correctly generate accept on linux/arm Tobias Klauser 2023-09-18 15:36:38 +02:00
  • d110d7c42d runtime: skip TestStackSwitchCallback on ios Michael Pratt 2023-09-18 16:12:36 -04:00
  • 30886b1b1e cmd/go: in TestScript/gotoolchain_path, remove the user's PATH Bryan C. Mills 2023-09-18 16:49:41 -04:00
  • cc904eb0e8 net/http: fix bugs in comparePaths and combineRelationships Jonathan Amsterdam 2023-09-18 13:55:42 -04:00
  • 5b123aeaf5 cmd/go: avoid writing non-JSON "build failed" errors from 'go test -json' Bryan C. Mills 2023-09-18 15:50:27 -04:00
  • f4e7675d11 all: clean unnecessary casts Jes Cok 2023-09-15 21:15:56 +00:00
  • 3702cb5ab9 go/types: use InvalidSyntaxTree in a couple of places (cleanup) Robert Griesemer 2023-09-18 10:57:28 -07:00
  • 251fb8e411 doc/go1.22: correct tipo languague => language Ian Lance Taylor 2023-09-16 17:15:09 -07:00
  • 15e5e35be5 os: in TestMkdirStickyUmask, create a non-sticky directory as a control Bryan C. Mills 2023-09-18 11:48:15 -04:00
  • a815078683 net: enable most tests on wasip1 and js Bryan C. Mills 2023-08-30 10:06:18 -04:00
  • c631297325 os/exec: adjust function name in fatal message Tobias Klauser 2023-09-18 17:41:55 +02:00
  • 0f1227c507 context: avoid key collisions in test afterfunc map Damien Neil 2023-09-07 09:27:50 -07:00
  • 089cc68676 cmd/link: allow deriving GNU build ID from Go build ID ID Patrick Steinhardt 2023-09-16 11:12:12 +00:00
  • d516aa6bdc runtime: skip TestG0StackOverflow on iOS Cherry Mui 2023-09-15 19:57:36 -04:00
  • c05fceb73c cmd/cgo: silence unaligned-access Egon Elbre 2023-09-17 09:27:41 +03:00
  • 38b2c06e14 cmd/internal/obj/riscv: clean up immediate checking Joel Sing 2023-08-28 01:22:02 +10:00
  • 561a507905 net/http: avoid leaking goroutines when TestServerGracefulClose retries Bryan C. Mills 2023-09-15 10:37:08 -04:00
  • 08cdfd06ed cmd/compile: reset memcombine correctly between basic blocks Keith Randall 2023-09-12 16:15:59 -07:00
  • 98f0509363 runtime: remove an arbitrary timeout in TestProfBuf Bryan C. Mills 2023-09-15 10:56:32 -04:00
  • 52fc777dcc archive/zip: reject non-regular files in AddFS Mauri de Souza Meneguzzo 2023-09-07 21:34:01 +00:00
  • 6192f46155 net/http: handle MethodNotAllowed Jonathan Amsterdam 2023-09-15 12:17:15 -04:00
  • 11b08a75cd cmd/link: reject invalid -R flag Cherry Mui 2023-09-15 12:02:01 -04:00
  • 5914f6a482 go/types, types2: introduce isValid predicate and use throughout Robert Griesemer 2023-09-14 18:02:41 -07:00
  • 5f872db5fc cmd/internal/obj/ppc64: improve RLWNM encoding Paul E. Murphy 2023-07-07 11:46:45 -05:00
  • 7286800338 testdata/vcstest/bzr: fix unit test with Ubuntu 2020 LTS bzr 3.0.2 Arnaud Lacombe 2023-09-14 20:52:54 +00:00
  • 1fde99cd6e net: use bytealg.LastIndexByteString apocelipes 2023-09-14 18:43:14 +00:00
  • 00073c25f6 cmd/compile/internal/inline/inlheur: rescore callsites based on result use Than McIntosh 2023-08-17 15:30:23 -04:00
  • a9cfbec17b cmd/compile/internal/inlheur: minor debug trace changes Than McIntosh 2023-08-16 11:15:08 -04:00
  • eac1f3e461 cmd/compile/internal/inl: use func-level "never returns" flag Than McIntosh 2023-08-01 12:04:12 -04:00
  • dab9c502c4 cmd/compile/internal/inline: add callsite trace output debugging flag Than McIntosh 2023-07-24 10:58:26 -04:00
  • a278550c40 .github: issue template for telemetry proposals Hana (Hyang-Ah) Kim 2023-09-13 20:52:51 -04:00
  • e356aa656d cmd/cover: add new "emit meta file" mode for packages without tests Than McIntosh 2023-05-05 15:53:33 -04:00
  • 0b07bbd2be cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinliner Than McIntosh 2023-08-11 09:40:31 -04:00
  • 7d0b611dbe runtime/pprof: TestVMInfo reworked to avoid test flakiness. Cosmos Nicolaou 2023-09-11 11:27:30 -07:00
  • 743121c45c cmd/link: clean up some unnecessary casts Cherry Mui 2023-09-14 14:02:47 -04:00
  • 09300d89e9 net/http: synchronize tests that use reqNum counters Bryan C. Mills 2023-09-14 09:03:37 -04:00
  • 65c53a1833 log/slog: fix Record.back slice always too small during Add() Chris Duncan 2023-09-13 22:26:19 +00:00
  • ed26e2fe34 cmd/link/internal/loadelf: correct the relocation size of R_LARCH_64 limeidan 2023-09-14 20:11:07 +08:00
  • 630fff76f9 syscall: remove unused ptracePtr on openbsd Tobias Klauser 2023-09-14 18:15:47 +02:00
  • 0256198129 regexp: use built-in clear to clear b.visited in *bitState.reset Jes Cok 2023-09-13 13:07:09 +00:00
  • a03f1aeb55 cmd/compile/internal/ir: remove Func.ReflectMethod Matthew Dempsky 2023-09-14 03:03:52 -07:00
  • d2e2da83b1 cmd/compile: move remaining instrumentation logic into ssagen Matthew Dempsky 2023-09-13 22:48:43 -07:00
  • 9ee23e97a2 cmd/cgo/internal/testcshared: remove an arbitrary timeout in TestSignalHandlersWithNotify Bryan C. Mills 2023-07-14 13:24:55 -04:00
  • a55ef98239 cmd/compile/internal/noder: drop unused *types.Pkg results Matthew Dempsky 2023-09-13 20:01:56 -07:00
  • d18e9407b0 cmd/compile/internal/ir: add Func.DeclareParams Matthew Dempsky 2023-09-13 19:26:32 -07:00
  • de4ead8102 time: unconditionally use RegLoadMUIString on Windows qmuntal 2023-09-12 15:32:22 +02:00
  • 856cf23a8a spec: specify evaluation order for binary logical operations Matthew Dempsky 2023-08-25 16:24:54 -07:00
  • 495830acd6 net/http: implement path value methods on Request Jonathan Amsterdam 2023-09-13 16:58:24 -04:00
  • fccd0b9b70 context: support non-standard Context in Cause Ian Lance Taylor 2023-09-11 16:43:20 -07:00
  • 399b2a4b1b net/http: give ServeMux.handler a better name Jonathan Amsterdam 2023-09-13 16:00:45 -04:00
  • e277455164 net/http: add test for registration errors Jonathan Amsterdam 2023-09-13 15:58:25 -04:00
  • 6760f20ef5 net/http: scale rstAvoidanceDelay to reduce test flakiness Bryan C. Mills 2023-09-11 16:17:03 -04:00
  • 545e4f38e0 net/http: ServeMux handles extended patterns Jonathan Amsterdam 2023-09-13 12:02:38 -04:00