index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-11-17
net: return errNoSuchHost when no entry found in /etc/hosts and order is host...
Mateusz Poliwczak
2022-11-17
runtime: work around Apple libc bugs to make exec stop hanging
Russ Cox
2022-11-17
cmd/compile/internal/pgo: count only the last two frames as a call edge
Cherry Mui
2022-11-17
cmd/compile: simplify PGO hot caller/callee computation
Cherry Mui
2022-11-17
cmd/compile: fix broken IR for iface -> eface
Cuong Manh Le
2022-11-17
sync/atomic: hint users of old API to use new type-based API instead
Keith Randall
2022-11-17
net/http: deflake TestResponseControllerSetFutureWriteDeadline
Damien Neil
2022-11-17
cmd/compile: teach regalloc about temporary registers
Keith Randall
2022-11-17
cmd/compile: fix static init for inlined calls
Cuong Manh Le
2022-11-17
path/filepath: detect Windows CONIN$ and CONOUT$ paths in IsLocal
Damien Neil
2022-11-17
crypto/x509: reduce boring test key size
Roland Shoemaker
2022-11-17
go/types, types2: implement type checking of "clear" built-in
Robert Griesemer
2022-11-17
go/parser: allow trailing commas in embedded instantiated types
cia-rana
2022-11-17
os: use testenv.Command instead of exec.Command in tests
cui fliter
2022-11-17
internal/profile: remove unused encodeStringOpt
Tobias Klauser
2022-11-17
time: avoid creating a parse error from the next chunk of the value
Zeke Lu
2022-11-17
cmd/compile: handle integer conversions in static init inliner
Russ Cox
2022-11-17
go/types: mention FakeImportC in Package.Import doc comment
Alan Donovan
2022-11-17
cmd/dist: skip non-race tests
Austin Clements
2022-11-17
cmd/fix: allow cgo commands in tests to fail if 'go build' is not supported
Bryan C. Mills
2022-11-17
path/filepath: remove IsLocal tests dependent on Windows version
Damien Neil
2022-11-17
cmd/go: disable cgo by default if DefaultCC is absolute and doesn't exist
Bryan C. Mills
2022-11-17
net: change resolverConfig.dnsConfig to an atomic.Pointer
Ian Lance Taylor
2022-11-16
archive/tar, archive/zip: return ErrInsecurePath for unsafe paths
Damien Neil
2022-11-16
path/filepath: add IsLocal
Damien Neil
2022-11-16
cmd/compile: elide unnecessary Not in Phi block controls
Jakub Ciolek
2022-11-16
cmd/go: add PGO auto mode
Cherry Mui
2022-11-16
cmd/fix: disallow cgo errors in tests
Bryan C. Mills
2022-11-16
cmd/go: automatically disable cgo on systems with no C compiler
Russ Cox
2022-11-16
runtime/race: do not use cgo on macOS
Russ Cox
2022-11-16
cmd/dist: simplify old code
Austin Clements
2022-11-16
cmd/dist: convert host tests to use goTest
Austin Clements
2022-11-16
cmd/dist: convert most remaining tests to use goTest
Austin Clements
2022-11-16
cmd/dist: restructure cgo_test
Austin Clements
2022-11-16
cmd/dist: make registerTest take a goTest
Austin Clements
2022-11-16
cmd/dist: use goTest for manual go test invocations
Austin Clements
2022-11-16
cmd/dist: introduce "go test" abstraction
Austin Clements
2022-11-16
math/rand: deprecate Seed
Russ Cox
2022-11-16
cmd/internal/obj/ppc64: add ISA 3.1B opcodes
Paul E. Murphy
2022-11-16
cmd/go: make testterminal18153 a normal test
Austin Clements
2022-11-16
internal/testpty: move from os/signal/internal/pty
Austin Clements
2022-11-16
cmd/dist: eliminate "time" special case
Austin Clements
2022-11-16
cmd/dist: eliminate registerSeqTest
Austin Clements
2022-11-16
cmd/dist: add doc comments to some functions
Austin Clements
2022-11-16
testing: in TestRacyOutput, ensure that the Run calls complete before cleanup
Bryan C. Mills
2022-11-16
cmd/dist: add curiously missing GOOS/GOARCH combinations
Austin Clements
2022-11-16
net: remove unused goLookupHost method
Mateusz Poliwczak
2022-11-16
go/types, types2: ensure invalid generic types are marked as invalid
Robert Findley
2022-11-16
testing: reject calls to Run within Cleanup callbacks
Changkun Ou
2022-11-16
internal/goroot: report PkgfileMap error on invalid line
Tobias Klauser
[prev]
[next]