aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-01godoc/static/analysis: update user documentationAlan Donovan
2015-09-01refactor/importgraph: don\'t ignore imports in packages with errors.Alan Donovan
2015-09-01tools/godoc: Mobile-friendly site designMatthew Holt
2015-09-01go/types: fix minor typo in commentRobert Griesemer
2015-09-01go/types: in string(x) conversions, x must be of integer typeRobert Griesemer
2015-09-01go/types: better error message for certain unaary/binary expression errorsRobert Griesemer
2015-09-01go/types: add missing test for constant shiftsRobert Griesemer
2015-09-01go/gccgoimporter: fix tests for Plan9Robert Griesemer
2015-09-01go/gcimporter, go/types: skip nacl-arm for some testsRobert Griesemer
2015-09-01go/types: be robust in the presence of incorrect/missing position infoRobert Griesemer
2015-09-01go/pointer: fix build (provide correct args to types.NewSignature and types.E...Robert Griesemer
2015-09-01go/ssa: fix build (remove unused params to types.NewSignature)Robert Griesemer
2015-09-01go/types: revert most recent change - we cannot rely on 1.5 features quite yetRobert Griesemer
2015-09-01go/types: fix Eval to use correct file set when evaluating an expressionRobert Griesemer
2015-09-01cmd/vet: fix buildJosh Bleecher Snyder
2015-09-01go/types: fix comment (missed in last commit)Robert Griesemer
2015-09-01go/types: provide full source file extent to file scopeRobert Griesemer
2015-09-01go/types: remove unused scope parameter from NewSignatureRobert Griesemer
2015-09-01go/gccgoimporter: remove incorrect scope passed to NewSignatureRobert Griesemer
2015-09-01go/types: remove global vars in testRobert Griesemer
2015-09-01go/types: add pos parameter to Eval; remove New, EvalNodeRobert Griesemer
2015-09-01cmd/vet: backport of https://go-review.googlesource.com/#/c/10777/3Robert Griesemer
2015-09-01go/ssa/interp: don\'t run encoding/pem tests in interpreterAlan Donovan
2015-09-01cmd/vet: remove dependency on types.NewRobert Griesemer
2015-09-01go/types: remove unused return value (minor cleanup)Robert Griesemer
2015-09-01go/types/typeutil: add missing copyright noticesRobert Griesemer
2015-09-01go/types: move MethodSetCache into package go/types/typeutilRobert Griesemer
2015-09-01cmd/vet: don\'t use filepath.Join to build binary name in testRob Pike
2015-09-01cmd/vet: add -tags flagRob Pike
2015-09-01cmd/stringer: fix panic caused by integer overflowNick Craig-Wood
2015-09-01cmd/cover: check errorRob Pike
2015-09-01godoc/vfs: close file on errorGustav Paul
2015-09-01cmd/callgraph: update flag docstringAlan Donovan
2015-09-01refactor/rename: emacs: kill go-rename buffer correctlyDominik Honnef
2015-09-01refactor/eg: fix crash while unifying wildcard with KeyValueExpr, which has n...Alan Donovan
2015-09-01go/types: fix error message for embedded non-interface types in interfacesRobert Griesemer
2015-09-01go/types: exclude test/fixedbugs/issue7746.go from testsRobert Griesemer
2015-09-01godoc/static: set explicit page background colorShenghou Ma
2015-09-01oracle: disable parser bailoutAlan Donovan
2015-09-01oracle: attempt to deduce callees statically before building SSADaniel Morsing
2015-09-01go/ast/astutil: set Pos for import nameJosh Bleecher Snyder
2015-09-01cmd/stress: print number of failed runsAustin Clements
2015-09-01cmd/fiximports: a tool to rewrite import paths to match import comments.Alan Donovan
2015-09-01cmd/oracle: improve error messagesAlan Donovan
2015-09-01go/ssa/interp: remove hash/crc32 from test suite, since it uses ExamplesAlan Donovan
2015-09-01cmd/oracle: emacs: look for oracle on /usr/lib/google-golang/bin:/usr/local/b...Alan Donovan
2015-09-01go/buildutil: fix usage message for -tags flagAlan Donovan
2015-09-01cmd/cover: document that it is moving to the standard repositoryRob Pike
2015-09-01cmd/oracle: expect oracle binary beneath , /bin, or /binAlan Donovan
2015-09-01oracle: report a better error if query is outside GOROOT/GOPATHAlan Donovan