aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-27net: really skip Windows PTR tests if we say we are skipping themIan Lance Taylor
2022-06-27net: avoid darwin/arm64 platform bug in TestCloseWriteBryan C. Mills
2022-06-27html/template: fix typo in content_test.goSemihBKGR
2022-06-27cmd/link: link against libsynchronization.a for -race on windowsThan McIntosh
2022-06-27test: add test that caused gofrontend crashIan Lance Taylor
2022-06-27test: add test that caused gofrontend crashIan Lance Taylor
2022-06-27cmd/go: compile runtime/internal/syscall as a runtime packageMichael Pratt
2022-06-27crypto/internal/boring: factor Cache into crypto/internal/boring/bcacheRuss Cox
2022-06-26runtime: avoid fma in mkfastlog2tableIan Lance Taylor
2022-06-26test: add test that gofrontend gets wrongIan Lance Taylor
2022-06-26cmd/compile: do branch/label checks only onceRobert Griesemer
2022-06-26cmd/compile/internal/syntax: check fallthrough in CheckBranches modeRobert Griesemer
2022-06-25runtime: mark string comparison hooks as no splitKhaled Yakdan
2022-06-25io: clarify SeekEnd offset valueHowJMay
2022-06-25cmd/go: prepend builtin prolog when checking for preamble errorsqmuntal
2022-06-24strconv: avoid panic on invalid call to FormatFloatRémy Oudompheng
2022-06-24internal/trace: add Go 1.19 test dataRhys Hiltner
2022-06-24cmd/internal/archive: don't rely on an erroneous install target in testsBryan C. Mills
2022-06-24cmd/go: add per-package indexing for modules outside mod cacheMichael Matloob
2022-06-24cmd/go/internal/list: update help info with Deprecated fieldSean Liao
2022-06-24go/types, types2: print qualified object names in cycle errorsRobert Griesemer
2022-06-24go/types, types2: better errors for == when type sets are emptyRobert Griesemer
2022-06-24doc/go1.19: Linux race detector now requires glibc 2.17Ian Lance Taylor
2022-06-23debug/dwarf: handle malformed line table with bad program offsetThan McIntosh
2022-06-23embed: document additional file name restrictionstulip
2022-06-22test: add test that causes gofrontend crashIan Lance Taylor
2022-06-22cmd/compile: don't use dictionary convert to shaped empty interfaceWayne Zuo
2022-06-22cmd/go: make module .zip files group/world readableDmitri Goutnik
2022-06-22cmd/go, cmd/link: support failure to create _cgo_import.goIan Lance Taylor
2022-06-22cmd/go: avoid indexing modules in GOROOTBryan C. Mills
2022-06-22all: update to current golang.org/x/sys revisionGuoqi Chen
2022-06-22cmd/compile: fix assert condition in generic method callWayne Zuo
2022-06-22compress/gzip: always close bodyReader in Example_compressingReaderIan Lance Taylor
2022-06-22encoding/xml: check nil pointer in DecodeElementshaoliming
2022-06-22cmd/cgo: dont override declared struct typekkHAIKE
2022-06-22net: don't set netGo = true on Windows with no cgoIan Lance Taylor
2022-06-22cmd/trace: add basic documentation to main pageAlan Donovan
2022-06-22go/types, types2: fix parameter order dependence in type inferenceRobert Griesemer
2022-06-21spec: document operations which accept []byte|string constrained typesRobert Griesemer
2022-06-21runtime/trace: ignore fallback stacks in testRhys Hiltner
2022-06-21doc/go1.19: use correct link to sync/atomic docsIan Lance Taylor
2022-06-21runtime: convert flaky semaphore linearity test into benchmarkMichael Anthony Knyszek
2022-06-21cmd/go/internal/modindex: avoid walking modules when not neededBryan C. Mills
2022-06-21cmd/compile: allow 128-bit values to be spilledKeith Randall
2022-06-21test: add regress test for #53477Matthew Dempsky
2022-06-20doc/go1.19: fix HTML validation issuesTobias Klauser
2022-06-18cmd/compile: skip substituting closures in unsafe builtins argumentsCuong Manh Le
2022-06-17test: add regress test for #53419Matthew Dempsky
2022-06-17cmd/go/internal/modfetch: prevent duplicate hashes in go.sumJosh Powers
2022-06-17sync: add more notes about Cond behaviorKevin Burke