summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.18] go1.18rc1go1.18rc1Dmitri Shuralyov2022-02-161-0/+1
* [release-branch.go1.18] os: eliminate arbitrary sleep in Kill testsBryan C. Mills2022-02-161-13/+27
* [release-branch.go1.18] update codereview.cfg for release-branch.go1.18Dmitri Shuralyov2022-02-161-1/+2
* cmd/go/internal/modload: set errors for packages with invalid import pathsBryan C. Mills2022-02-167-25/+80
* database/sql: make WAIT tests more robust, rely on waiter triggerDaniel Theophanes2022-02-162-13/+21
* testing: panic in Fuzz if the function returns a valueBryan C. Mills2022-02-162-0/+22
* cmd/go: set go.work path using GOWORK, and remove -workfile flagMichael Matloob2022-02-1627-86/+80
* time: document that Parse truncates to nanosecond precisionIan Lance Taylor2022-02-151-0/+1
* net: increase maximum accepted DNS packet to 1232 bytesIan Lance Taylor2022-02-152-2/+6
* Revert "net: send EDNS(0) packet length in DNS query"Ian Lance Taylor2022-02-152-74/+2
* cmd/go: in workspace mode, resolve replacements relative to their go.mod filesBryan C. Mills2022-02-153-6/+77
* cmd/go/internal/modfetch: avoid leaking a lockedfile.File in case of write er...alex.schade2022-02-151-5/+6
* runtime: enable sigPerThreadSyscall handling on androidMichael Pratt2022-02-151-2/+2
* runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt2022-02-1535-428/+429
* runtime/internal/syscall: new package for linuxMichael Pratt2022-02-1512-1/+292
* runtime: move doAllThreadsSyscall to os_linux.goMichael Pratt2022-02-152-139/+139
* go/types, types2: add tests for literals in type parameter listsRobert Findley2022-02-152-0/+53
* go/parser, go/printer: fix parsing of ambiguous type parameter listsRobert Findley2022-02-157-33/+259
* cmd/compile: drop column info when line number saturatesKeith Randall2022-02-142-8/+11
* cmd/compile: correct type of pointer difference on RISCV64Cherry Mui2022-02-143-6/+44
* net: in TestNotTemporaryRead, do not assume that a dialed connection has been...Bryan C. Mills2022-02-141-25/+39
* cmd/go: enable file shortening for lines starting with \tKeith Randall2022-02-141-0/+1
* doc/go1.18: remove ppc regabi TODO as it's in the compiler sectionJeremy Faller2022-02-141-6/+0
* cmd/gofmt: limit to 200 concurrent file descriptorsBryan C. Mills2022-02-141-46/+82
* cmd/go: have go work init use the -workfile flagMichael Matloob2022-02-142-1/+19
* net/http: deflake request-not-written pathDamien Neil2022-02-142-2/+13
* go/types, types2: no need to revert tparam renaming in inference resultsRobert Findley2022-02-142-20/+0
* spec: highlight missing prose for easier review, fixed a few sectionsRobert Griesemer2022-02-141-21/+36
* go/types, types2: avoid infinitely recursive instantiationRobert Findley2022-02-1410-32/+212
* test: add notinheap test that caused a gofrontend crashIan Lance Taylor2022-02-131-0/+21
* go/types, types2: add additional tests using core types during unificationRobert Griesemer2022-02-134-6/+46
* go/types, types2: unify core types for unbound type parametersRobert Griesemer2022-02-128-22/+280
* net: send EDNS(0) packet length in DNS queryIan Lance Taylor2022-02-122-2/+74
* go/types, types2: better error message for invalid array lengthRobert Griesemer2022-02-118-25/+75
* cmd/compile, runtime: use unwrapped PC for goroutine creation tracingCherry Mui2022-02-1112-3/+70
* runtime: skip TestSegv/SegvInCgo failures with "runtime: unknown pc"Bryan C. Mills2022-02-111-6/+4
* cmd/go: support workspaces in vetMichael Matloob2022-02-112-0/+21
* runtime: update TestGdbBacktrace skips for known GDB bugsBryan C. Mills2022-02-111-0/+5
* spec: combine section on type parameters and type parameter listsRobert Griesemer2022-02-111-35/+23
* spec: add a section on implementing an interfaceRobert Griesemer2022-02-111-14/+40
* go/doc: mark comparable predeclaredJonathan Amsterdam2022-02-115-0/+19
* spec: describe processing of function arguments for type inference more preci...Robert Griesemer2022-02-111-1/+14
* doc: fix spelling error in link IDKevin Burke2022-02-111-1/+1
* spec: introduce notion of basic interface, misc. fine-tuningRobert Griesemer2022-02-111-13/+21
* spec: use the term "generic" rather than "(type-)parameterized"Robert Griesemer2022-02-111-25/+25
* spec: adjust rules to use core or specific types as necessaryRobert Griesemer2022-02-111-48/+72
* abi-internal: Fix typo in register assignment documentationSuvaditya Sur2022-02-101-1/+1
* spec: move all sections describing type properties into one placeRobert Griesemer2022-02-101-185/+192
* spec: document numeric operations behavior for generic typesRobert Griesemer2022-02-101-7/+36
* cmd/go: mention go.work when local path outside modules in go.workMichael Matloob2022-02-106-12/+46