| 2023-03-15 | Ian Lance Taylor | os: don't hide all methods in recursive call to io... | commit | commitdiff | tree | 
| 2023-03-14 | Tobias Klauser | cmd/go/internal/modfetch: use errors.ErrUnsupported | commit | commitdiff | tree | 
| 2023-03-14 | Brad Fitzpatrick | database/sql: remove a distracting alloc, use atomic... | commit | commitdiff | tree | 
| 2023-03-14 | Paul E. Murphy | runtime,runtime/cgo: fix tsan/pprof/cgo issues | commit | commitdiff | tree | 
| 2023-03-14 | Than McIntosh | cmd/go,cmd/link: prefer external linking when strange... | commit | commitdiff | tree | 
| 2023-03-14 | qmuntal | cmd/link: store COFF symbol complex type in the LSB... | commit | commitdiff | tree | 
| 2023-03-14 | David Chase | cmd/go: restore 'extend path shortening to all paths... | commit | commitdiff | tree | 
| 2023-03-14 | Wayne Zuo | runtime/internal/sys: remove 386 assembly code | commit | commitdiff | tree | 
| 2023-03-14 | Wayne Zuo | cmd/compile: instrinsify TrailingZeros{8,32,64} for 386 | commit | commitdiff | tree | 
| 2023-03-14 | Ludi Rehak | regexp/syntax: test for lowercase letters first in... | commit | commitdiff | tree | 
| 2023-03-14 | Tianon Gravi | runtime/debug: replace "GOARM64" with "GOARM" in docs | commit | commitdiff | tree | 
| 2023-03-14 | Russ Cox | cmd/dist: add needCC comment, fix needCC | commit | commitdiff | tree | 
| 2023-03-13 | Cherry Mui | cmd/compile: tighten for huge functions in -N mode | commit | commitdiff | tree | 
| 2023-03-13 | Ian Lance Taylor | testing: add Testing function | commit | commitdiff | tree | 
| 2023-03-13 | Bryan C. Mills | net/http: remove more arbitrary timeouts from server... | commit | commitdiff | tree | 
| 2023-03-13 | Aaron Gable | crypto/x509: surface ReasonCode in RevocationList API | commit | commitdiff | tree | 
| 2023-03-13 | Tobias Klauser | syscall: use clone3 syscall with CLONE_NEWTIME | commit | commitdiff | tree | 
| 2023-03-13 | Filippo Valsorda | crypto/internal/nistec: refactor scalar multiplication | commit | commitdiff | tree | 
| 2023-03-13 | Geon Kim | time: fix timezone lookup logic for non-DST zones | commit | commitdiff | tree | 
| 2023-03-13 | Joe Tsai | bytes: add Buffer.Available and Buffer.AvailableBuffer | commit | commitdiff | tree | 
| 2023-03-13 | cui fliter | cmd/go: unify the format of the go help xxx command | commit | commitdiff | tree | 
| 2023-03-13 | cui fliter | all: fix some problematic comments | commit | commitdiff | tree | 
| 2023-03-13 | Russ Cox | cmd/dist: omit DWARF in build release toolchain binaries | commit | commitdiff | tree | 
| 2023-03-13 | Russ Cox | cmd/dist: reproducibility fixes | commit | commitdiff | tree | 
| 2023-03-13 | qmuntal | runtime: remove NOFRAME from asmcgocall, systemstack... | commit | commitdiff | tree | 
| 2023-03-13 | qmuntal | runtime: implement high resolution timer on windows... | commit | commitdiff | tree | 
| 2023-03-13 | Guoqi Chen | cmd/internal/obj/loong64: remove invalid branch delay... | commit | commitdiff | tree | 
| 2023-03-13 | Tobias Klauser | os: correct func name in WriteFile godoc comment | commit | commitdiff | tree | 
| 2023-03-11 | Andy Pan | errors: add ErrUnsupported | commit | commitdiff | tree | 
| 2023-03-10 | qmuntal | cmd/link: define correct complex types values for COFF... | commit | commitdiff | tree | 
| 2023-03-10 | Bryan C. Mills | os: skip TestExecutableDeleted earlier when 'go build... | commit | commitdiff | tree | 
| 2023-03-10 | Bryan C. Mills | all: skip tests that fail on android/arm64 | commit | commitdiff | tree | 
| 2023-03-10 | Robert Griesemer | cmd/compile: pass type checker error codes in the compiler | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: delete gentraceback | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: new API for filling PC traceback buffers | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: move cgo traceback into unwinder | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: simplify traceback PC back-up logic | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: replace all callback uses of gentraceback... | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: make unsafe.Slice usable from nowritebarrierrec | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: implement traceback iterator | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: replace cgoCtxt slice with index in traceback | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: skip TestTracebackInlined if inlining is disabled | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: use inlineUnwinder | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: add tests of printing inlined frames in tracebacks | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: use srcFunc for showframe | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: create an API for unwinding inlined frames | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: dedup function name logic into moduledata... | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: resolve caller funcInfo after processing curre... | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: eliminate waspanic from gentraceback | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: don't track stack separately in gentraceback | commit | commitdiff | tree | 
| 2023-03-10 | Austin Clements | runtime: add a benchmark of Callers | commit | commitdiff | tree | 
| 2023-03-10 | Robert Griesemer | cmd/compile/internal/types2: record error code in Error... | commit | commitdiff | tree | 
| 2023-03-10 | Roland Shoemaker | internal/fuzz: avoid deadlock on duplicate entries... | commit | commitdiff | tree | 
| 2023-03-10 | Guoqi Chen | runtime: implement cputicks with the stable counter... | commit | commitdiff | tree | 
| 2023-03-09 | Than McIntosh | cmd/compile: reorder operations in SCCs to enable more... | commit | commitdiff | tree | 
| 2023-03-09 | Bryan C. Mills | cmd/link: use only the configured C compiler in TestCGOLTO | commit | commitdiff | tree | 
| 2023-03-09 | Cherry Mui | cmd/link: use label symbols for Duff's devices on darwi... | commit | commitdiff | tree | 
| 2023-03-09 | Robert Griesemer | go/types, types2: clean up defined type identity check... | commit | commitdiff | tree | 
| 2023-03-09 | Than McIntosh | cmd/compile: remove -wrapglobalmapinit flag | commit | commitdiff | tree | 
| 2023-03-09 | Andy Pan | cmd/compile: clarify a few redundant deletions of inter... | commit | commitdiff | tree | 
| 2023-03-09 | Keith Randall | Revert "cmd/link: establish dependable package initiali... | commit | commitdiff | tree | 
| 2023-03-09 | Keith Randall | Revert "cmd/internal/objabi: regenerate RelocType strin... | commit | commitdiff | tree | 
| 2023-03-09 | Nick Ripley | runtime/trace: update outdated Task and Region document... | commit | commitdiff | tree | 
| 2023-03-09 | Leo Antunes | net/http: use Copy in ServeContent if CopyN not needed | commit | commitdiff | tree | 
| 2023-03-09 | Michael Pratt | cmd/compile: report profile open/parse errors | commit | commitdiff | tree | 
| 2023-03-09 | Joel Sing | internal/bytealg: remove aix and linux build tags from... | commit | commitdiff | tree | 
| 2023-03-09 | miller | syscall: avoid race in plan9 while syncing Chdir across... | commit | commitdiff | tree | 
| 2023-03-08 | Bryan C. Mills | net/http: remove arbitrary timeout in TestServerAllowsB... | commit | commitdiff | tree | 
| 2023-03-08 | Ian Lance Taylor | runtime/cgo: add tsan sync for traceback function | commit | commitdiff | tree | 
| 2023-03-08 | Keith Randall | test: test for issue 53087 | commit | commitdiff | tree | 
| 2023-03-08 | Nikola Jokic | debug/buildinfo: recognize macOS fat binary in go version | commit | commitdiff | tree | 
| 2023-03-08 | Paul E. Murphy | cmd/internal/obj/ppc64: add SETB instruction | commit | commitdiff | tree | 
| 2023-03-07 | Damien Neil | net/http: support full-duplex HTTP/1 responses | commit | commitdiff | tree | 
| 2023-03-07 | Bryan C. Mills | cmd/go: simplify cgo and buildmode checks in tests | commit | commitdiff | tree | 
| 2023-03-07 | Bryan C. Mills | cmd/go: avoid running slow tests on non-longtest builders | commit | commitdiff | tree | 
| 2023-03-07 | Andy Pan | net: document the Close blocking with SO_LINGER on... | commit | commitdiff | tree | 
| 2023-03-07 | qmuntal | cmd/internal/objabi: regenerate RelocType stringer... | commit | commitdiff | tree | 
| 2023-03-07 | Revolution | runtime: fix comment mismatch for currentConsMark | commit | commitdiff | tree | 
| 2023-03-07 | Alex Brainman | runtime: allow for 5 more threads in TestWindowsStackMe... | commit | commitdiff | tree | 
| 2023-03-07 | Cherry Mui | cmd/compile: enable address folding for globals on... | commit | commitdiff | tree | 
| 2023-03-07 | Cherry Mui | Revert "cmd/compile: enable address folding for global... | commit | commitdiff | tree | 
| 2023-03-07 | Robert Griesemer | go/types, types2: fine-tune inference tracing output... | commit | commitdiff | tree | 
| 2023-03-07 | Florin Papa | debug/elf: retrieve values for dynamic section tags | commit | commitdiff | tree | 
| 2023-03-07 | cui fliter | cmd: fix mismatched symbols | commit | commitdiff | tree | 
| 2023-03-06 | Tom Thorogood | crypto/ed25519: improve Ed25519ctx error for oversized... | commit | commitdiff | tree | 
| 2023-03-06 | Robert Griesemer | go/types, types2: better error when method is missing... | commit | commitdiff | tree | 
| 2023-03-06 | Robert Griesemer | go/types, types2: avoid 2nd lookup when looking for... | commit | commitdiff | tree | 
| 2023-03-06 | David Chase | Revert "cmd/go: extend path shortening to all paths... | commit | commitdiff | tree | 
| 2023-03-06 | Ian Lance Taylor | debug/buildinfo: use saferio in ReadData methods | commit | commitdiff | tree | 
| 2023-03-06 | Cherry Mui | cmd/go: distinguish packages built for different main... | commit | commitdiff | tree | 
| 2023-03-06 | Cherry Mui | cmd/go: support multiple main packages with -pgo=auto | commit | commitdiff | tree | 
| 2023-03-06 | Cherry Mui | cmd/go: make PGO profile path per package | commit | commitdiff | tree | 
| 2023-03-06 | David Chase | cmd/go: extend path shortening to all paths in messages | commit | commitdiff | tree | 
| 2023-03-06 | David Chase | cmd/compile: add flag to FOR/RANGE to preserve loop... | commit | commitdiff | tree | 
| 2023-03-06 | David Chase | cmd/compile: experimental loop iterator capture semanti... | commit | commitdiff | tree | 
| 2023-03-06 | Robert Griesemer | go/types, types2: use "undefined type" rather than... | commit | commitdiff | tree | 
| 2023-03-06 | qmuntal | cmd/go: trim spaces in pkg-config ldflags output | commit | commitdiff | tree | 
| 2023-03-04 | Matthew Dempsky | cmd/compile/internal/ir: explicit Pos for New{Bool... | commit | commitdiff | tree | 
| 2023-03-03 | Keith Randall | cmd/link: establish dependable package initialization... | commit | commitdiff | tree | 
| 2023-03-03 | Robert Griesemer | go/types, types2: added clarifying comments, removed... | commit | commitdiff | tree | 
| next |