aboutsummaryrefslogtreecommitdiff
path: root/src/go
AgeCommit message (Expand)Author
2022-04-25go/types, types2: add loong64 to gcArchSizesRobert Findley
2022-04-22go/types: use error_.errorf for reporting related error informationRobert Findley
2022-04-22go/types: introduce the error_ type to match types2Robert Findley
2022-04-22go/types: remove unnecessary indirection when reporting errorsRobert Findley
2022-04-21go/format: skip go/ast's object resolutionDaniel Martí
2022-04-21go/build: replace a call to os.Environ with (*exec.Cmd).EnvironBryan C. Mills
2022-04-20go/internal/srcimporter: add context to cgo errorsBryan C. Mills
2022-04-19cmd/compile/internal/types2: use correct value of iotaRobert Griesemer
2022-04-19cmd/compile/internal/types2: don't crash in overflow checkRobert Griesemer
2022-04-16go/doc: fix incorrect identifier parsing in commentsJorropo
2022-04-11go/ast, go/printer: recognize export and extern line directivesRuss Cox
2022-04-11all: gofmt main repoRuss Cox
2022-04-11go/doc: use go/doc/commentRuss Cox
2022-04-11go/printer: format doc commentsRuss Cox
2022-04-11go/doc/comment: parse and print listsRuss Cox
2022-04-11go/doc/comment: parse and print codeRuss Cox
2022-04-11go/doc/comment: parse and print headingsRuss Cox
2022-04-11go/doc/comment: add text wrappingRuss Cox
2022-04-11go/doc/comment: parse and print explicit linksRuss Cox
2022-04-11go/doc/comment: parse and print doc linksRuss Cox
2022-04-11go/doc/comment: parse and print identifiers, automatic linksRuss Cox
2022-04-11go/doc/comment: add Printer and basic comment printingRuss Cox
2022-04-11go/doc/comment: add paragraph parsing and test frameworkRuss Cox
2022-04-11go/doc/comment: add low-level parsing helpersRuss Cox
2022-04-11go/doc/comment: add data structuresRuss Cox
2022-04-09go/build: remove unused fileInfo.embedErr fieldIan Lance Taylor
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-05crypto/rand: make Prime not deterministic for a fixed input streamFilippo Valsorda
2022-04-04cmd/compile: switch to final unified IR export formatMatthew Dempsky
2022-04-04go/internal/gcimporter: add support for unified IRMatthew Dempsky
2022-04-04go/types, types2: fix overlap test for union termlistRobert Griesemer
2022-04-02go/types: don't report errors for untyped int shifts on Go < 1.13Robert Findley
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-31go/build: set allTags even when short-circuiting x_GOOS_GOARCH.goIan Lance Taylor
2022-03-31go/types, types2: better error message for invalid type parameter termRobert Griesemer
2022-03-31go/types, types2: no "imported but not used" error for unimported packagesRobert Griesemer
2022-03-30cmd/compile/internal/syntax: remove generic-specific parse modesRobert Griesemer
2022-03-30go/types, types2: add commentary on (non-)guarantees when using contextsRobert Findley
2022-03-30go/types: clarify that contexts do not guarantee deduplicationRobert Findley
2022-03-29go/types, types2: better error message for some invalid receiver errors (clea...Robert Griesemer
2022-03-29go/types, types2: better error message for blank interface method name (cleanup)Robert Griesemer
2022-03-29go/types, types2: better index-out-of-bounds error message (cleanup)Robert Griesemer
2022-03-29go/types, types2: preserve parent scope when substituting receiversRobert Findley
2022-03-28go/build: recognize "unix" build tagIan Lance Taylor
2022-03-28internal/pkgbits: add fingerprints to unified IR export formatMatthew Dempsky
2022-03-27go/build: remove unused code in TestDependencieszhangjian
2022-03-24go/types, types2: clean up a few typos, and an unused constRobert Findley
2022-03-23go/types, types2: report struct type for literals with too few/many elementsRobert Griesemer