aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)Author
2014-10-23go/types: don't mark external package objects as usedRobert Griesemer
2014-10-20go/types: make array and struct size computations symetricRobert Griesemer
2014-10-14go/buildutil: use same logic as 'go' tool for pruning package search.Alan Donovan
2014-10-14go/loader: minor comment fix.Alan Donovan
2014-10-13go/buildutil: use a counting semaphore to limit the number of parallel calls ...Alan Donovan
2014-10-08go/types: document default unsafe.Sizeof computation betterRobert Griesemer
2014-10-01go/types: use file not parse order for init order computationRobert Griesemer
2014-09-30go/types: remove surplus (obsolete) lines from test expectation.Alan Donovan
2014-09-25go/types: don't permit declarations in post statementsRobert Griesemer
2014-09-25go/ssa/interp: fix fallout from recent runtime refactoring.Alan Donovan
2014-09-24go.tools/go/types: reduce spurious errors after missing identifiersRobert Griesemer
2014-09-23go.tools/go/buildutil: more utilities.Alan Donovan
2014-09-15go.tools/go/types: documentation follow-upRobert Griesemer
2014-09-15go.tools/go/ssa: fix a race condition in needMethodsOf.Alan Donovan
2014-09-15go/loader: clarify the nocgo check.Alan Donovan
2014-09-12go.tools/go/loader: disable test case to fix buildRobert Griesemer
2014-09-12go.tools/go/importer: fix importer test for 32bit platformsRobert Griesemer
2014-09-11go.tools/go/importer: fix test (src/pkg -> src)Robert Griesemer
2014-09-11go/ssa: fix bug causing (manual) go/pointer stdlib test to crash.Alan Donovan
2014-09-11go/buildutil: rename AllPackages{,List} -> {ForEachPackage,AllPackages}.Alan Donovan
2014-09-11go.tools: eliminate three copies of the allPackages utility.Alan Donovan
2014-09-11go/ssa/interp: exclude "runtime" from the list of initial packages in the testAlan Donovan
2014-09-09go.tools/go/buildutil: AllPackages: enumerate all packages in a Go workspace.Alan Donovan
2014-09-08go.tools/go/types: better error messagesRobert Griesemer
2014-09-08go.tools/*: replace $GOROOT/src/pkg with $GOROOT/src where appropriate.Alan Donovan
2014-09-04go.tools/go/types: simplify LookupFieldOrMethodRobert Griesemer
2014-09-02go.tools/go/types: document Config.Error betterRobert Griesemer
2014-09-02go/ssa/interp: add no-op intrinsic for runtime.init().Alan Donovan
2014-09-02go.tools/go/types: add (*PkgName).ImportedPackage method.Alan Donovan
2014-08-29go.tools/go/types: remove Strict mode from APIRobert Griesemer
2014-08-28go.tools/go/importer: use platform-specific word size in testsRobert Griesemer
2014-08-28go.tools/go/types: fix typo in commentRobert Griesemer
2014-08-28go.tools/go/types: no errors for x.(T) where T is an interfaceRobert Griesemer
2014-08-28go/ssa/interp: add intrinsic for runtime.environ, recently added.Alan Donovan
2014-08-28go.tools/go/types: LookupFieldOrMethod checks method setRobert Griesemer
2014-08-28go.tools/go/types: don't crash dealing with unknown constantsRobert Griesemer
2014-08-26go.tools/go/types: added TODO re: misleading error messageRobert Griesemer
2014-08-26go/ssa/interp: fix intrinsics for (*runtime.Func) methods.Alan Donovan
2014-08-26go/pointer: fix runtime.startTimer intrinsic.Alan Donovan
2014-08-18go/types/typeutil: Dependencies utility returns transitive closure of import ...Alan Donovan
2014-08-14go.tools/go/loader: make error message for massive failure (e.g. no "fmt") mo...Alan Donovan
2014-08-08go.tools/go/ssa: improvements to CreateTestMainPackage.Alan Donovan
2014-08-07go.tools/go/types: handle all receiver errors in go/typesRobert Griesemer
2014-08-07go.tools/go/loader: report parser errors too.Alan Donovan
2014-08-07go.tools/go/ssa/interp: some fixes to testsAlan Donovan
2014-08-05go/types: comma-ok expressions return untyped boolean as 2nd resultRobert Griesemer
2014-08-01go.tools/cmd/ssadump: print packages and functions to stdout, not stderr.Alan Donovan
2014-07-31go.tools/go/ssa: improve printing of anonymous functions.Alan Donovan
2014-07-31go.tools/go/ssa: print types package-relative in all instructions.Alan Donovan
2014-07-31go.tools/go/ssa: rename promote.go and split into two files, {methods,wrapper...Alan Donovan