aboutsummaryrefslogtreecommitdiff
path: root/src/go
AgeCommit message (Expand)Author
2020-10-13path: avoid import of stringsRuss Cox
2020-10-13syscall: remove dependency on ioRuss Cox
2020-10-12go/build: clean up ctxt.shouldBuild, testsRuss Cox
2020-10-12go/build: add Package.IgnoredOtherFilesRuss Cox
2020-10-12net: remove dependency on math/randRuss Cox
2020-10-09net/http/pprof: remove html/template dependencyEgon Elbre
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang
2020-10-02go/types: add Checker.walkDecl to simplify checking declarationsRob Findley
2020-10-01go/types: turn TestBenchmark into a normal benchmarkRob Findley
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-21cmd/go: default to GO111MODULE=onJay Conrod
2020-09-19go/internal/gccgoimporter: recognize aixbigafMagic archivesClément Chigot
2020-09-06go/ast: note that in BasicLit CHARs and STRINGs are quotedAlberto Donizetti
2020-08-28go/types: add tests for conversion of non-constant untyped valuesRob Findley
2020-08-28go/types: factor out usage of implicit typeRob Findley
2020-08-27go/types: remove need to enumerate fixedbugs test filesRob Findley
2020-08-27go/types: clean up test support code and remove global variablesRob Findley
2020-08-27go/types: fix missing Importer for TestBenchmarkRob Findley
2020-08-27go/types: add untyped test cases for AssignableTo APIRob Findley
2020-08-27go/types: better error when converting untyped values in assignmentsRob Findley
2020-08-25go/types: factor out some methods that compute a single errorRob Findley
2020-08-25go/build: ignore symlinks to directories when matching source filesBryan C. Mills
2020-08-24go/types: update test case to exercise mutually recursive interfacesRob Findley
2020-08-24go/types: add tests for AssignableTo and ConvertibleToRob Findley
2020-08-21go/doc: support examples on methods from embedded unexported typesJonathan Amsterdam
2020-08-21go/types: update flag documentation for gotype commandRobert Griesemer
2020-07-17go/printer: remove exported StdFormat flagDmitri Shuralyov
2020-07-08crypto/x509/internal/macos: rename package to lowercaseFilippo Valsorda
2020-07-07go/build: rewrite TestDependencies to be cleaner, more correctRuss Cox
2020-07-06go/build: remove use of package logRuss Cox
2020-06-17go/token: explain file base offset better in documentationRobert Griesemer
2020-06-10go/types: rename UsesCgo to go115UsesCgoMatthew Dempsky
2020-05-29go/build: move build constraint docs to 'go help buildconstraint'Jay Conrod
2020-05-21all: use a hermetic "go" tool in standard-library testsBryan C. Mills
2020-05-07crypto/x509: use Security.framework without cgo for roots on macOSFilippo Valsorda
2020-05-06net/http/cgi: reject invalid header namesFilippo Valsorda
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2020-05-01cmd/gofmt, go/format, go/printer: move number normalization to printerDmitri Shuralyov
2020-05-01go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
2020-05-01internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills
2020-04-29go/ast: drop //directive comments from doc.TextRuss Cox
2020-04-28internal/goversion: update to 1.15Bryan C. Mills
2020-04-28go/types: improve errors for method calls with pointer receiversRebecca Stambler
2020-04-28bufio: optimize bufio.Reader.ReadString to avoid an allocation and copyAlex Gaynor
2020-04-27Revert "go/types: add UsesCgo config to support _cgo_gotypes.go"Andrew Bonventre
2020-04-24internal/goversion: revert "update to 1.15"Heschi Kreinick
2020-04-24internal/goversion: update to 1.15Heschi Kreinick
2020-04-24go/types: improve error message for pointer receiver errorsRebecca Stambler
2020-04-23go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
2020-04-21cmd/compile: detect and diagnose invalid //go: directive placementRuss Cox