aboutsummaryrefslogtreecommitdiff
path: root/src/go
AgeCommit message (Expand)Author
2021-10-07[dev.boringcrypto.go1.16] all: merge go1.16.9 into dev.boringcrypto.go1.16Heschi Kreinick
2021-08-11[release-branch.go1.16] go/internal/gccgoimporter: fix up gccgo installation ...Than McIntosh
2021-03-23[dev.boringcrypto.go1.16] all: merge go1.16.2 into dev.boringcrypto.go1.16Filippo Valsorda
2021-03-10[release-branch.go1.16] cmd/go: clarify errors for commands run outside a moduleJay Conrod
2021-02-23[dev.boringcrypto.go1.16] all: merge go1.16 into dev.boringcrypto.go1.16Filippo Valsorda
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-19cmd/compile: require 'go 1.16' go.mod line for //go:embedRuss Cox
2021-01-14go/build: report positions for go:embed directivesJay Conrod
2021-01-08go/build/constraint: add parser for build tag constraint expressionsRuss Cox
2021-01-08go/build: skip string literal while findEmbedMeng Zhuo
2020-12-18go/build: make TestDependencies work againIan Lance Taylor
2020-12-16go/types: report error for invalid (but empty) expr switchRob Findley
2020-12-14go/types: report invalid ... in conversionsRob Findley
2020-12-09go/types: avoid endless recursion in the Comparable predicateRob Findley
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-08go/types: correct error position for inherited const init expressionsRob Findley
2020-12-02go/parser: ignore subdirectories in ParseDirCarlos Alexandro Becker
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-12-01[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-11-25go/constant: MakeFloat64(0) must return a value of Float kindRobert Griesemer
2020-11-25go/constant: make constant.Make produce "smallest" const representationRobert Griesemer
2020-11-24go/types: fix incorrect string(int) conversion (regression)Robert Griesemer
2020-11-20go/types: use correct error positionRobert Griesemer
2020-11-20go/types: fix error message for consistencyRobert Griesemer
2020-11-20go/types, go/constant: handle infinities as unknown valuesRobert Griesemer
2020-11-19go/types: report an error for invalid constant valuesRobert Griesemer
2020-11-18[dev.boringcrypto] all: merge master into dev.boringcryptoRoland Shoemaker
2020-11-18[dev.boringcrypto] crypto/hmac: merge up to 2a206c7 and skip testKatie Hockman
2020-11-18go/ast: document invalid comment end positions with CRLF line endingsRebecca Stambler
2020-11-17[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-11-17go/types: add test case for incorrect map index expressionRobert Griesemer
2020-11-09crypto/x509: drop the cgo implementation of root_darwin_amd64.goFilippo Valsorda
2020-11-05go/types: add unexported start and end positions to type checker errorsRob Findley
2020-11-05go/types: simplify error messages for untyped value assignabilityRob Findley
2020-11-03go/ast: add test for FilterHeisenberg
2020-11-03cmd/doc: adding validation before adding comment markerkemalelmizan
2020-10-30go/types: reorganize error codes into categoriesRob Findley
2020-10-30go/types: add internal error codesRob Findley
2020-10-29go/build: remove two erroneous uses of os.StatRuss Cox
2020-10-27go/internal/gccgoimporter: support notinheap annotationIan Lance Taylor
2020-10-26runtime/metrics: add package interfaceMichael Anthony Knyszek
2020-10-23embed: implement FSRuss Cox
2020-10-22go/build: recognize and report //go:embed linesRuss Cox
2020-10-20testing: print cpu type as label for benchmarksMartin Möhrmann
2020-10-20go/build: refactor per-file info & readerRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20io/fs: add Glob and GlobFSRuss Cox
2020-10-20io/fs: add ReadFile and ReadFileFSRuss Cox
2020-10-20testing/fstest: new package for testing file system codeRuss Cox