2023-09-20 |
Robert Griesemer | go/types, types2: pass *TypeName instead of *Named... |
commit | commitdiff | tree |
2023-09-20 |
Bryan C. Mills | net/http: eliminate more clientServerTest leaks in... |
commit | commitdiff | tree |
2023-09-20 |
Bryan C. Mills | net/http: eliminate a goroutine leak in (*persistConn... |
commit | commitdiff | tree |
2023-09-20 |
Russ Cox | cmd/compile: implement range over func |
commit | commitdiff | tree |
2023-09-20 |
Russ Cox | cmd/compile: implement range over integer |
commit | commitdiff | tree |
2023-09-20 |
Russ Cox | cmd/compile, go/types: typechecking of range over int... |
commit | commitdiff | tree |
2023-09-20 |
Cherry Mui | cmd/link, runtime: initialize packages in shared build... |
commit | commitdiff | tree |
2023-09-19 |
Jonathan Amsterdam | net/http: add a benchmark for multi indexing |
commit | commitdiff | tree |
2023-09-19 |
Jonathan Amsterdam | net/http: test index exhaustively |
commit | commitdiff | tree |
2023-09-19 |
Michael Pratt | runtime: set stackguard1 on extra M g0 |
commit | commitdiff | tree |
2023-09-19 |
Jonathan Amsterdam | net/http: show offset in pattern parsing error |
commit | commitdiff | tree |
2023-09-19 |
Jonathan Amsterdam | net/http: explain why two patterns conflict |
commit | commitdiff | tree |
2023-09-19 |
Jonathan Amsterdam | net/http: index patterns for faster conflict detection |
commit | commitdiff | tree |
2023-09-19 |
Joel Sing | cmd/internal/obj/riscv,cmd/link: rework riscv64 call... |
commit | commitdiff | tree |
2023-09-19 |
Bryan C. Mills | net/http: buffer the testConn close channel in TestHand... |
commit | commitdiff | tree |
2023-09-19 |
Bryan C. Mills | cmd/go: in TestGoBuildUmask, create a file using os... |
commit | commitdiff | tree |
2023-09-19 |
Cherry Mui | cmd/compile: add pgohash for debugging/bisecting PGO... |
commit | commitdiff | tree |
2023-09-19 |
Tobias Klauser | syscall: correctly generate accept on linux/arm |
commit | commitdiff | tree |
2023-09-18 |
Michael Pratt | runtime: skip TestStackSwitchCallback on ios |
commit | commitdiff | tree |
2023-09-18 |
Bryan C. Mills | cmd/go: in TestScript/gotoolchain_path, remove the... |
commit | commitdiff | tree |
2023-09-18 |
Jonathan Amsterdam | net/http: fix bugs in comparePaths and combineRelationships |
commit | commitdiff | tree |
2023-09-18 |
Bryan C. Mills | cmd/go: avoid writing non-JSON "build failed" errors... |
commit | commitdiff | tree |
2023-09-18 |
Jes Cok | all: clean unnecessary casts |
commit | commitdiff | tree |
2023-09-18 |
Robert Griesemer | go/types: use InvalidSyntaxTree in a couple of places... |
commit | commitdiff | tree |
2023-09-18 |
Ian Lance Taylor | doc/go1.22: correct tipo languague => language |
commit | commitdiff | tree |
2023-09-18 |
Bryan C. Mills | os: in TestMkdirStickyUmask, create a non-sticky direct... |
commit | commitdiff | tree |
2023-09-18 |
Bryan C. Mills | net: enable most tests on wasip1 and js |
commit | commitdiff | tree |
2023-09-18 |
Tobias Klauser | os/exec: adjust function name in fatal message |
commit | commitdiff | tree |
2023-09-18 |
Damien Neil | context: avoid key collisions in test afterfunc map |
commit | commitdiff | tree |
2023-09-18 |
Patrick Steinhardt | cmd/link: allow deriving GNU build ID from Go build... |
commit | commitdiff | tree |
2023-09-18 |
Cherry Mui | runtime: skip TestG0StackOverflow on iOS |
commit | commitdiff | tree |
2023-09-18 |
Egon Elbre | cmd/cgo: silence unaligned-access |
commit | commitdiff | tree |
2023-09-17 |
Joel Sing | cmd/internal/obj/riscv: clean up immediate checking |
commit | commitdiff | tree |
2023-09-15 |
Bryan C. Mills | net/http: avoid leaking goroutines when TestServerGrace... |
commit | commitdiff | tree |
2023-09-15 |
Keith Randall | cmd/compile: reset memcombine correctly between basic... |
commit | commitdiff | tree |
2023-09-15 |
Bryan C. Mills | runtime: remove an arbitrary timeout in TestProfBuf |
commit | commitdiff | tree |
2023-09-15 |
Mauri de Souza... | archive/zip: reject non-regular files in AddFS |
commit | commitdiff | tree |
2023-09-15 |
Jonathan Amsterdam | net/http: handle MethodNotAllowed |
commit | commitdiff | tree |
2023-09-15 |
Cherry Mui | cmd/link: reject invalid -R flag |
commit | commitdiff | tree |
2023-09-15 |
Robert Griesemer | go/types, types2: introduce `isValid` predicate and... |
commit | commitdiff | tree |
2023-09-15 |
Paul E. Murphy | cmd/internal/obj/ppc64: improve RLWNM encoding |
commit | commitdiff | tree |
2023-09-15 |
Arnaud Lacombe | testdata/vcstest/bzr: fix unit test with Ubuntu 2020... |
commit | commitdiff | tree |
2023-09-15 |
apocelipes | net: use bytealg.LastIndexByteString |
commit | commitdiff | tree |
2023-09-15 |
Than McIntosh | cmd/compile/internal/inline/inlheur: rescore callsites... |
commit | commitdiff | tree |
2023-09-15 |
Than McIntosh | cmd/compile/internal/inlheur: minor debug trace changes |
commit | commitdiff | tree |
2023-09-15 |
Than McIntosh | cmd/compile/internal/inl: use func-level "never returns... |
commit | commitdiff | tree |
2023-09-15 |
Than McIntosh | cmd/compile/internal/inline: add callsite trace output... |
commit | commitdiff | tree |
2023-09-14 |
Hana (Hyang... | .github: issue template for telemetry proposals |
commit | commitdiff | tree |
2023-09-14 |
Than McIntosh | cmd/cover: add new "emit meta file" mode for packages... |
commit | commitdiff | tree |
2023-09-14 |
Than McIntosh | cmd/compile/internal/inl: inline based on scoring when... |
commit | commitdiff | tree |
2023-09-14 |
Cosmos Nicolaou | runtime/pprof: TestVMInfo reworked to avoid test flakiness. |
commit | commitdiff | tree |
2023-09-14 |
Cherry Mui | cmd/link: clean up some unnecessary casts |
commit | commitdiff | tree |
2023-09-14 |
Bryan C. Mills | net/http: synchronize tests that use reqNum counters |
commit | commitdiff | tree |
2023-09-14 |
Chris Duncan | log/slog: fix Record.back slice always too small during... |
commit | commitdiff | tree |
2023-09-14 |
limeidan | cmd/link/internal/loadelf: correct the relocation size... |
commit | commitdiff | tree |
2023-09-14 |
Tobias Klauser | syscall: remove unused ptracePtr on openbsd |
commit | commitdiff | tree |
2023-09-14 |
Jes Cok | regexp: use built-in clear to clear b.visited in *bitSt... |
commit | commitdiff | tree |
2023-09-14 |
Matthew Dempsky | cmd/compile/internal/ir: remove Func.ReflectMethod |
commit | commitdiff | tree |
2023-09-14 |
Matthew Dempsky | cmd/compile: move remaining instrumentation logic into... |
commit | commitdiff | tree |
2023-09-14 |
Bryan C. Mills | cmd/cgo/internal/testcshared: remove an arbitrary timeo... |
commit | commitdiff | tree |
2023-09-14 |
Matthew Dempsky | cmd/compile/internal/noder: drop unused *types.Pkg... |
commit | commitdiff | tree |
2023-09-14 |
Matthew Dempsky | cmd/compile/internal/ir: add Func.DeclareParams |
commit | commitdiff | tree |
2023-09-14 |
qmuntal | time: unconditionally use RegLoadMUIString on Windows |
commit | commitdiff | tree |
2023-09-14 |
Matthew Dempsky | spec: specify evaluation order for binary logical opera... |
commit | commitdiff | tree |
2023-09-14 |
Jonathan Amsterdam | net/http: implement path value methods on Request |
commit | commitdiff | tree |
2023-09-13 |
Ian Lance Taylor | context: support non-standard Context in Cause |
commit | commitdiff | tree |
2023-09-13 |
Jonathan Amsterdam | net/http: give ServeMux.handler a better name |
commit | commitdiff | tree |
2023-09-13 |
Jonathan Amsterdam | net/http: add test for registration errors |
commit | commitdiff | tree |
2023-09-13 |
Bryan C. Mills | net/http: scale rstAvoidanceDelay to reduce test flakiness |
commit | commitdiff | tree |
2023-09-13 |
Jonathan Amsterdam | net/http: ServeMux handles extended patterns |
commit | commitdiff | tree |
2023-09-13 |
Bryan C. Mills | os/exec: avoid calling LookPath in cmd.Start for resolv... |
commit | commitdiff | tree |
2023-09-13 |
Bryan C. Mills | os/exec: fix edge cases in Windows PATH resolution |
commit | commitdiff | tree |
2023-09-13 |
Cherry Mui | cmd/link: round up default start address to alignment |
commit | commitdiff | tree |
2023-09-13 |
Michael Pratt | cmd/compile/internal/pgo: remove stale comment |
commit | commitdiff | tree |
2023-09-13 |
Bryan C. Mills | os/exec: avoid writing to Cmd.Path in Cmd.Start on... |
commit | commitdiff | tree |
2023-09-13 |
Mauri de Souza... | runtime/internal/atomic: add wasm And/Or operators |
commit | commitdiff | tree |
2023-09-13 |
doujiang24 | runtime: silently allow pinning of non-Go pointers... |
commit | commitdiff | tree |
2023-09-13 |
Li Gang | runtime: resolve false sharing for frequent memory... |
commit | commitdiff | tree |
2023-09-13 |
Abhinav Gupta | net/http: use new Go Doc list syntax |
commit | commitdiff | tree |
2023-09-13 |
Tobias Klauser | path: use bytealg.LastIndexByteString |
commit | commitdiff | tree |
2023-09-13 |
Alexander Yastrebov | internal/zstd: fix window resizing |
commit | commitdiff | tree |
2023-09-13 |
Matthew Dempsky | cmd/compile/internal/abi: replace types.Object with... |
commit | commitdiff | tree |
2023-09-13 |
Matthew Dempsky | cmd/compile/internal/abi: use Type.Registers |
commit | commitdiff | tree |
2023-09-13 |
Matthew Dempsky | cmd/compile/internal/types: add Type.Registers |
commit | commitdiff | tree |
2023-09-13 |
Tobias Klauser | syscall: use SYS_SETRLIMIT in //sysnb setrlimit1 on... |
commit | commitdiff | tree |
2023-09-13 |
Bryan C. Mills | os/exec: simplify Windows-specific tests |
commit | commitdiff | tree |
2023-09-13 |
Tobias Klauser | testing: use strings.LastIndexAny in (*common).decorate |
commit | commitdiff | tree |
2023-09-13 |
Than McIntosh | cmd/link: fix malformed .shstrtab section |
commit | commitdiff | tree |
2023-09-13 |
qiulaidongfeng | go/doc/comment: use slices.BinarySearch |
commit | commitdiff | tree |
2023-09-13 |
Mauri de Souza... | archive/tar: add AddFS method to Writer |
commit | commitdiff | tree |
2023-09-13 |
Jes Cok | go/doc/comment: update TODO for isStdPkg |
commit | commitdiff | tree |
2023-09-12 |
Yi Yang | cmd/compile: sparse conditional constant propagation |
commit | commitdiff | tree |
2023-09-12 |
Michael Pratt | runtime: set _XOPEN_SORUCE_EXTENDED to 1 for aix |
commit | commitdiff | tree |
2023-09-12 |
thepudds | cmd/compile: add a 'Tips' section to README to help... |
commit | commitdiff | tree |
2023-09-12 |
mstmdev | io/fs, path/filepath, cmd/gofmt: replace statDirEntry... |
commit | commitdiff | tree |
2023-09-12 |
Kir Kolyshkin | os: fix TestRenameCaseDifference |
commit | commitdiff | tree |
2023-09-12 |
Jes Cok | all: calculate the median uniformly |
commit | commitdiff | tree |
2023-09-12 |
Jonathan Amsterdam | net/http: routing tree |
commit | commitdiff | tree |
2023-09-12 |
Matthew Dempsky | cmd/compile/internal/ir: add NewZero |
commit | commitdiff | tree |
2023-09-12 |
Matthew Dempsky | cmd/compile/internal/dwarfgen: remove unversion |
commit | commitdiff | tree |
next |