summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.regabi] test: run abi/regabipragma test with -c=1dev.regabiCherry Zhang2021-02-162-1/+2
* [dev.regabi] all: merge master (5faf941) into dev.regabiCherry Zhang2021-02-16162-35813/+164
|\
| * internal/goversion: update Version to 1.17Bryan C. Mills2021-02-161-1/+1
| * README: pull gopher image from websiteIan Lance Taylor2021-02-161-1/+1
| * cmd/link: generate trampoline for inter-dependent packagesCherry Zhang2021-02-163-15/+25
| * runtime/metrics: update documentation to current interfaceBranden J Brown2021-02-162-4/+2
| * doc/go1.16: remove draft noticeDmitri Shuralyov2021-02-161-7/+7
| * doc/go1.16: fix mismatched id attributeKimMachineGun2021-02-161-1/+1
| * internal/poll: netpollcheckerr before sendfileWei Fu2021-02-164-0/+75
| * doc: remove all docs not tied to distributionRuss Cox2021-02-16143-34682/+0
| * doc: remove install.html and install-source.htmlRuss Cox2021-02-163-1098/+4
| * internal/poll: if copy_file_range returns 0, assume it failedIan Lance Taylor2021-02-162-1/+41
| * doc/faq: update generics entry to reflect accepted proposalIan Lance Taylor2021-02-151-2/+4
| * cmd/go: provide a more helpful suggestion for "go vet -?"Rob Pike2021-02-152-4/+6
| * cmd/link: fix typo in link_test.goIkko Ashimine2021-02-131-1/+1
* | [dev.regabi] cmd/go: copy internal/abi in TestNewReleaseRebuildsStalePackages...Cherry Zhang2021-02-161-0/+1
* | [dev.regabi] go/types: overlapping embedded interfaces requires go1.14Rob Findley2021-02-163-3/+28
* | [dev.regabi] go/types: type alias decl requires go1.9Rob Findley2021-02-164-10/+30
* | [dev.regabi] runtime: stub out spillArgs and unspillArgsMichael Anthony Knyszek2021-02-161-1/+4
* | internal/abi: set register count constants to zero for regabi experimentMichael Anthony Knyszek2021-02-161-3/+7
* | [dev.regabi] cmd/link: recognize internal/abi as runtime packageCherry Zhang2021-02-161-0/+1
* | [dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek2021-02-1622-241/+950
* | [dev.regabi] go/types: add support for language version checkingRob Findley2021-02-138-23/+186
* | [dev.regabi] go/types: untyped shift counts must fit into uintRob Findley2021-02-132-13/+25
* | [dev.regabi] go/types: refuse excessively long constantsRob Findley2021-02-132-31/+60
* | [dev.regabi] internal/abi: add new internal/abi package for ABI constantsMichael Anthony Knyszek2021-02-124-2/+72
* | [dev.regabi] all: merge master (ff0e93e) into dev.regabiCherry Zhang2021-02-1222-55/+498
|\ \ | |/
| * doc/go1.16: note that package path elements beginning with '.' are disallowedBryan C. Mills2021-02-121-4/+6
| * CONTRIBUTORS: update for the Go 1.16 releaseCarlos Amedee2021-02-111-0/+158
| * cmd/go: multiple small 'go help' fixesJay Conrod2021-02-114-18/+44
| * spec: More precise wording in section on function calls.DQNEO2021-02-111-2/+2
| * cmd/go: reject embedded files that can't be packed into modulesRuss Cox2021-02-111-0/+5
| * io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox2021-02-114-13/+64
| * cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHODCherry Zhang2021-02-102-1/+39
| * cmd/go: suppress errors from 'go get -d' for packages that only conditionally...Bryan C. Mills2021-02-092-5/+131
| * archive/tar: detect out of bounds accesses in PAX records resulting from padd...Emmanuel T Odeke2021-02-092-1/+27
| * runtime/metrics: fix a couple of documentation typposIan Lance Taylor2021-02-093-7/+8
| * io/fs: backslash is always a glob meta characterIan Lance Taylor2021-02-092-4/+4
| * doc/go1.16: mention new vet check for asn1.UnmarshalKimMachineGun2021-02-081-0/+10
* | [dev.regabi] cmd/link: stop using ABI aliases if wrapper is enabledCherry Zhang2021-02-102-1/+11
* | [dev.regabi] go/types: use 512 bits as max. integer precisionRob Findley2021-02-097-26/+69
* | [dev.regabi] go/types: adjust importer to match compiler importerRob Findley2021-02-091-32/+20
* | [dev.regabi] go/types: handle untyped constant arithmetic overflowRob Findley2021-02-093-53/+88
* | [dev.regabi] go/types: must not import a package called "init"Rob Findley2021-02-095-13/+35
* | [dev.regabi] go/types: report unused packages in source orderRob Findley2021-02-095-61/+54
* | [dev.regabi] go/types: factor out sorting of methodsRob Findley2021-02-093-11/+24
* | [dev.regabi] go/types: convert untyped arguments to deleteRob Findley2021-02-092-3/+3
* | [dev.regabi] go/types: consistently report nil type as "untyped nil"Rob Findley2021-02-083-11/+59
* | [dev.regabi] all: merge master (1901853) into dev.regabiCherry Zhang2021-02-089-21/+67
|\ \ | |/
| * runtime/metrics: fix panic in readingAllMetric exampleChangkun Ou2021-02-081-1/+1