aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-16[release-branch.go1.18] go1.18rc1go1.18rc1Dmitri Shuralyov
2022-02-16[release-branch.go1.18] os: eliminate arbitrary sleep in Kill testsBryan C. Mills
2022-02-16[release-branch.go1.18] update codereview.cfg for release-branch.go1.18Dmitri Shuralyov
2022-02-16cmd/go/internal/modload: set errors for packages with invalid import pathsBryan C. Mills
2022-02-16database/sql: make WAIT tests more robust, rely on waiter triggerDaniel Theophanes
2022-02-16testing: panic in Fuzz if the function returns a valueBryan C. Mills
2022-02-16cmd/go: set go.work path using GOWORK, and remove -workfile flagMichael Matloob
2022-02-15time: document that Parse truncates to nanosecond precisionIan Lance Taylor
2022-02-15net: increase maximum accepted DNS packet to 1232 bytesIan Lance Taylor
2022-02-15Revert "net: send EDNS(0) packet length in DNS query"Ian Lance Taylor
2022-02-15cmd/go: in workspace mode, resolve replacements relative to their go.mod filesBryan C. Mills
2022-02-15cmd/go/internal/modfetch: avoid leaking a lockedfile.File in case of write er...alex.schade
2022-02-15runtime: enable sigPerThreadSyscall handling on androidMichael Pratt
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2022-02-15runtime/internal/syscall: new package for linuxMichael Pratt
2022-02-15runtime: move doAllThreadsSyscall to os_linux.goMichael Pratt
2022-02-15go/types, types2: add tests for literals in type parameter listsRobert Findley
2022-02-15go/parser, go/printer: fix parsing of ambiguous type parameter listsRobert Findley
2022-02-14cmd/compile: drop column info when line number saturatesKeith Randall
2022-02-14cmd/compile: correct type of pointer difference on RISCV64Cherry Mui
2022-02-14net: in TestNotTemporaryRead, do not assume that a dialed connection has been...Bryan C. Mills
2022-02-14cmd/go: enable file shortening for lines starting with \tKeith Randall
2022-02-14doc/go1.18: remove ppc regabi TODO as it's in the compiler sectionJeremy Faller
2022-02-14cmd/gofmt: limit to 200 concurrent file descriptorsBryan C. Mills
2022-02-14cmd/go: have go work init use the -workfile flagMichael Matloob
2022-02-14net/http: deflake request-not-written pathDamien Neil
2022-02-14go/types, types2: no need to revert tparam renaming in inference resultsRobert Findley
2022-02-14spec: highlight missing prose for easier review, fixed a few sectionsRobert Griesemer
2022-02-14go/types, types2: avoid infinitely recursive instantiationRobert Findley
2022-02-13test: add notinheap test that caused a gofrontend crashIan Lance Taylor
2022-02-13go/types, types2: add additional tests using core types during unificationRobert Griesemer
2022-02-12go/types, types2: unify core types for unbound type parametersRobert Griesemer
2022-02-12net: send EDNS(0) packet length in DNS queryIan Lance Taylor
2022-02-11go/types, types2: better error message for invalid array lengthRobert Griesemer
2022-02-11cmd/compile, runtime: use unwrapped PC for goroutine creation tracingCherry Mui
2022-02-11runtime: skip TestSegv/SegvInCgo failures with "runtime: unknown pc"Bryan C. Mills
2022-02-11cmd/go: support workspaces in vetMichael Matloob
2022-02-11runtime: update TestGdbBacktrace skips for known GDB bugsBryan C. Mills
2022-02-11spec: combine section on type parameters and type parameter listsRobert Griesemer
2022-02-11spec: add a section on implementing an interfaceRobert Griesemer
2022-02-11go/doc: mark comparable predeclaredJonathan Amsterdam
2022-02-11spec: describe processing of function arguments for type inference more preci...Robert Griesemer
2022-02-11doc: fix spelling error in link IDKevin Burke
2022-02-11spec: introduce notion of basic interface, misc. fine-tuningRobert Griesemer
2022-02-11spec: use the term "generic" rather than "(type-)parameterized"Robert Griesemer
2022-02-11spec: adjust rules to use core or specific types as necessaryRobert Griesemer
2022-02-10abi-internal: Fix typo in register assignment documentationSuvaditya Sur
2022-02-10spec: move all sections describing type properties into one placeRobert Griesemer
2022-02-10spec: document numeric operations behavior for generic typesRobert Griesemer
2022-02-10cmd/go: mention go.work when local path outside modules in go.workMichael Matloob