aboutsummaryrefslogtreecommitdiff
path: root/src/go
AgeCommit message (Expand)Author
2021-08-11[release-branch.go1.16] go/internal/gccgoimporter: fix up gccgo installation ...Than McIntosh
2021-03-10[release-branch.go1.16] cmd/go: clarify errors for commands run outside a moduleJay Conrod
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-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-18go/ast: document invalid comment end positions with CRLF line endingsRebecca Stambler
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
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-20cmd/compile: use type position for error message in align.goCuong Manh Le
2020-10-16cmd/compile: remove deltaNewFileCuong Manh Le
2020-10-16go/build: allow io/fs to depend on timeRuss Cox
2020-10-14token: more descriptive panicsJean de Klerk
2020-10-13cmd/go: adjust ImportMissingError when module lookup is disabledBryan C. Mills
2020-10-13go/build: reject //go:build without // +buildRuss Cox