aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)Author
2015-06-29go/types: add an API test of the Scope typeAlan Donovan
2015-06-29go/ssa/interp: disable interpretation of packages that have sprouted ExamplesAlan Donovan
2015-06-23go/types: fix minor typo in commentRobert Griesemer
2015-06-23go/types: in string(x) conversions, x must be of integer typeRobert Griesemer
2015-06-23go/types: better error message for certain unaary/binary expression errorsRobert Griesemer
2015-06-22go/types: add missing test for constant shiftsRobert Griesemer
2015-06-18go/gccgoimporter: fix tests for Plan9Robert Griesemer
2015-06-15go/gcimporter, go/types: skip nacl-arm for some testsRobert Griesemer
2015-06-13go/types: be robust in the presence of incorrect/missing position infoRobert Griesemer
2015-06-13go/pointer: fix build (provide correct args to types.NewSignature and types.E...Robert Griesemer
2015-06-13go/ssa: fix build (remove unused params to types.NewSignature)Robert Griesemer
2015-06-13go/types: revert most recent change - we cannot rely on 1.5 features quite yetRobert Griesemer
2015-06-12go/types: fix Eval to use correct file set when evaluating an expressionRobert Griesemer
2015-06-12go/types: fix comment (missed in last commit)Robert Griesemer
2015-06-12go/types: provide full source file extent to file scopeRobert Griesemer
2015-06-12go/types: remove unused scope parameter from NewSignatureRobert Griesemer
2015-06-12go/gccgoimporter: remove incorrect scope passed to NewSignatureRobert Griesemer
2015-06-12go/types: remove global vars in testRobert Griesemer
2015-06-12go/types: add pos parameter to Eval; remove New, EvalNodeRobert Griesemer
2015-06-06go/ssa/interp: don't run encoding/pem tests in interpreterAlan Donovan
2015-06-05go/types: remove unused return value (minor cleanup)Robert Griesemer
2015-06-05go/types/typeutil: add missing copyright noticesRobert Griesemer
2015-06-05go/types: move MethodSetCache into package go/types/typeutilRobert Griesemer
2015-05-29cmd/callgraph: update flag docstringAlan Donovan
2015-05-28go/types: fix error message for embedded non-interface types in interfacesRobert Griesemer
2015-05-28go/types: exclude test/fixedbugs/issue7746.go from testsRobert Griesemer
2015-05-20oracle: disable parser bailoutAlan Donovan
2015-05-19go/ast/astutil: set Pos for import nameJosh Bleecher Snyder
2015-05-12go/ssa/interp: remove hash/crc32 from test suite, since it uses ExamplesAlan Donovan
2015-05-08go/buildutil: fix usage message for -tags flagAlan Donovan
2015-04-29go/pointer: Remove a mention of the deleted ImportFromBinary option.David Symonds
2015-04-23go/buildutil: TagsFlag provides a flag.Value for setting build.Context.BuildT...Alan Donovan
2015-04-21go/ssa: acquire TestEnclosingFunction from go/loader package.Alan Donovan
2015-04-17go/loader: rename Example functions to appease godocAlan Donovan
2015-04-17go/loader: eliminate ImportFromBinary option and PackageCreated hookAlan Donovan
2015-04-17go/loader: API examplesAlan Donovan
2015-04-15go/gcimporter: populate (*types.Package).ImportsAlan Donovan
2015-04-14go/ssa/ssautil: break ssa->loader dependencyAlan Donovan
2015-04-08go/types, go/gcimporter: backport changes from std repoRobert Griesemer
2015-04-08go/types: reenable disabled test (backport from std repo go/types)Robert Griesemer
2015-04-07go/ssa/interp: don't let target calls to runtime.GOMAXPROCS set host stateAlan Donovan
2015-04-06go/types: remove dependency on go/ast/astutilRobert Griesemer
2015-04-06go/loader: limit concurrency of I/O operations during parsingAlan Donovan
2015-04-02go/pointer: add TODO commentAlan Donovan
2015-03-30go/ast/astutil: match prefix segments when adding importsJosh Bleecher Snyder
2015-03-20go/types: permit type elision from composite literal map keysRobert Griesemer
2015-03-17go/ssa/interp/testdata: remove comment about now-fixed go/types bugAlan Donovan
2015-03-17go/ssa: fix incorrect SSA code for composite literalsAlan Donovan
2015-03-13go/types: typecheck loop body even if range clause is brokenRobert Griesemer
2015-03-13go/ssa/interp: fix bug causing subelements of aggregates to change address.Alan Donovan