aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-16[dev.regabi] test: run abi/regabipragma test with -c=1dev.regabiCherry Zhang
2021-02-16[dev.regabi] all: merge master (5faf941) into dev.regabiCherry Zhang
2021-02-16[dev.regabi] cmd/go: copy internal/abi in TestNewReleaseRebuildsStalePackages...Cherry Zhang
2021-02-16internal/goversion: update Version to 1.17Bryan C. Mills
2021-02-16[dev.regabi] go/types: overlapping embedded interfaces requires go1.14Rob Findley
2021-02-16[dev.regabi] go/types: type alias decl requires go1.9Rob Findley
2021-02-16[dev.regabi] runtime: stub out spillArgs and unspillArgsMichael Anthony Knyszek
2021-02-16internal/abi: set register count constants to zero for regabi experimentMichael Anthony Knyszek
2021-02-16README: pull gopher image from websiteIan Lance Taylor
2021-02-16[dev.regabi] cmd/link: recognize internal/abi as runtime packageCherry Zhang
2021-02-16cmd/link: generate trampoline for inter-dependent packagesCherry Zhang
2021-02-16runtime/metrics: update documentation to current interfaceBranden J Brown
2021-02-16doc/go1.16: remove draft noticeDmitri Shuralyov
2021-02-16doc/go1.16: fix mismatched id attributeKimMachineGun
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2021-02-16internal/poll: netpollcheckerr before sendfileWei Fu
2021-02-16doc: remove all docs not tied to distributionRuss Cox
2021-02-16doc: remove install.html and install-source.htmlRuss Cox
2021-02-16internal/poll: if copy_file_range returns 0, assume it failedIan Lance Taylor
2021-02-15doc/faq: update generics entry to reflect accepted proposalIan Lance Taylor
2021-02-15cmd/go: provide a more helpful suggestion for "go vet -?"Rob Pike
2021-02-13cmd/link: fix typo in link_test.goIkko Ashimine
2021-02-13[dev.regabi] go/types: add support for language version checkingRob Findley
2021-02-13[dev.regabi] go/types: untyped shift counts must fit into uintRob Findley
2021-02-13[dev.regabi] go/types: refuse excessively long constantsRob Findley
2021-02-12[dev.regabi] internal/abi: add new internal/abi package for ABI constantsMichael Anthony Knyszek
2021-02-12[dev.regabi] all: merge master (ff0e93e) into dev.regabiCherry Zhang
2021-02-12doc/go1.16: note that package path elements beginning with '.' are disallowedBryan C. Mills
2021-02-11CONTRIBUTORS: update for the Go 1.16 releaseCarlos Amedee
2021-02-11cmd/go: multiple small 'go help' fixesJay Conrod
2021-02-11spec: More precise wording in section on function calls.DQNEO
2021-02-11cmd/go: reject embedded files that can't be packed into modulesRuss Cox
2021-02-11io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox
2021-02-10cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHODCherry Zhang
2021-02-10[dev.regabi] cmd/link: stop using ABI aliases if wrapper is enabledCherry Zhang
2021-02-09cmd/go: suppress errors from 'go get -d' for packages that only conditionally...Bryan C. Mills
2021-02-09[dev.regabi] go/types: use 512 bits as max. integer precisionRob Findley
2021-02-09[dev.regabi] go/types: adjust importer to match compiler importerRob Findley
2021-02-09[dev.regabi] go/types: handle untyped constant arithmetic overflowRob Findley
2021-02-09[dev.regabi] go/types: must not import a package called "init"Rob Findley
2021-02-09archive/tar: detect out of bounds accesses in PAX records resulting from padd...Emmanuel T Odeke
2021-02-09[dev.regabi] go/types: report unused packages in source orderRob Findley
2021-02-09[dev.regabi] go/types: factor out sorting of methodsRob Findley
2021-02-09[dev.regabi] go/types: convert untyped arguments to deleteRob Findley
2021-02-09runtime/metrics: fix a couple of documentation typposIan Lance Taylor
2021-02-09io/fs: backslash is always a glob meta characterIan Lance Taylor
2021-02-08doc/go1.16: mention new vet check for asn1.UnmarshalKimMachineGun
2021-02-08[dev.regabi] go/types: consistently report nil type as "untyped nil"Rob Findley
2021-02-08[dev.regabi] all: merge master (1901853) into dev.regabiCherry Zhang
2021-02-08[dev.regabi] runtime: use g register in some assembly functions on AMD64Cherry Zhang