aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-11-17net: return errNoSuchHost when no entry found in /etc/hosts and order is host...Mateusz Poliwczak
2022-11-17runtime: work around Apple libc bugs to make exec stop hangingRuss Cox
2022-11-17cmd/compile/internal/pgo: count only the last two frames as a call edgeCherry Mui
2022-11-17cmd/compile: simplify PGO hot caller/callee computationCherry Mui
2022-11-17cmd/compile: fix broken IR for iface -> efaceCuong Manh Le
2022-11-17sync/atomic: hint users of old API to use new type-based API insteadKeith Randall
2022-11-17net/http: deflake TestResponseControllerSetFutureWriteDeadlineDamien Neil
2022-11-17cmd/compile: teach regalloc about temporary registersKeith Randall
2022-11-17cmd/compile: fix static init for inlined callsCuong Manh Le
2022-11-17path/filepath: detect Windows CONIN$ and CONOUT$ paths in IsLocalDamien Neil
2022-11-17crypto/x509: reduce boring test key sizeRoland Shoemaker
2022-11-17go/types, types2: implement type checking of "clear" built-inRobert Griesemer
2022-11-17go/parser: allow trailing commas in embedded instantiated typescia-rana
2022-11-17os: use testenv.Command instead of exec.Command in testscui fliter
2022-11-17internal/profile: remove unused encodeStringOptTobias Klauser
2022-11-17time: avoid creating a parse error from the next chunk of the valueZeke Lu
2022-11-17cmd/compile: handle integer conversions in static init inlinerRuss Cox
2022-11-17go/types: mention FakeImportC in Package.Import doc commentAlan Donovan
2022-11-17cmd/dist: skip non-race testsAustin Clements
2022-11-17cmd/fix: allow cgo commands in tests to fail if 'go build' is not supportedBryan C. Mills
2022-11-17path/filepath: remove IsLocal tests dependent on Windows versionDamien Neil
2022-11-17cmd/go: disable cgo by default if DefaultCC is absolute and doesn't existBryan C. Mills
2022-11-17net: change resolverConfig.dnsConfig to an atomic.PointerIan Lance Taylor
2022-11-16archive/tar, archive/zip: return ErrInsecurePath for unsafe pathsDamien Neil
2022-11-16path/filepath: add IsLocalDamien Neil
2022-11-16cmd/compile: elide unnecessary Not in Phi block controlsJakub Ciolek
2022-11-16cmd/go: add PGO auto modeCherry Mui
2022-11-16cmd/fix: disallow cgo errors in testsBryan C. Mills
2022-11-16cmd/go: automatically disable cgo on systems with no C compilerRuss Cox
2022-11-16runtime/race: do not use cgo on macOSRuss Cox
2022-11-16cmd/dist: simplify old codeAustin Clements
2022-11-16cmd/dist: convert host tests to use goTestAustin Clements
2022-11-16cmd/dist: convert most remaining tests to use goTestAustin Clements
2022-11-16cmd/dist: restructure cgo_testAustin Clements
2022-11-16cmd/dist: make registerTest take a goTestAustin Clements
2022-11-16cmd/dist: use goTest for manual go test invocationsAustin Clements
2022-11-16cmd/dist: introduce "go test" abstractionAustin Clements
2022-11-16math/rand: deprecate SeedRuss Cox
2022-11-16cmd/internal/obj/ppc64: add ISA 3.1B opcodesPaul E. Murphy
2022-11-16cmd/go: make testterminal18153 a normal testAustin Clements
2022-11-16internal/testpty: move from os/signal/internal/ptyAustin Clements
2022-11-16cmd/dist: eliminate "time" special caseAustin Clements
2022-11-16cmd/dist: eliminate registerSeqTestAustin Clements
2022-11-16cmd/dist: add doc comments to some functionsAustin Clements
2022-11-16testing: in TestRacyOutput, ensure that the Run calls complete before cleanupBryan C. Mills
2022-11-16cmd/dist: add curiously missing GOOS/GOARCH combinationsAustin Clements
2022-11-16net: remove unused goLookupHost methodMateusz Poliwczak
2022-11-16go/types, types2: ensure invalid generic types are marked as invalidRobert Findley
2022-11-16testing: reject calls to Run within Cleanup callbacksChangkun Ou
2022-11-16internal/goroot: report PkgfileMap error on invalid lineTobias Klauser