aboutsummaryrefslogtreecommitdiff
path: root/oracle
AgeCommit message (Expand)Author
2015-02-25oracle: when 'implements' is invoked on a method, show related methods, not t...Alan Donovan
2015-02-23go/loader: rename SourceImports flag to ImportFromBinary and invert senseAlan Donovan
2015-02-02go/loader: improve robustness in face of input errorsAlan Donovan
2015-01-21go/types: expose IsInterface predicate, eliminating 6 copiesAlan Donovan
2015-01-13astutil: move to go/ast/astutilPeter Collingbourne
2014-12-29astutil: add Unparen utility, eliminating 7 copies.Alan Donovan
2014-12-09tools: add import comments.David Symonds
2014-12-05x/tools/oracle: add whicherrs query modeDaniel Morsing
2014-11-17cmd/oracle: minor fixes.Alan Donovan
2014-11-13tools: minor comment fixes.Alan Donovan
2014-11-10go.tools: use golang.org/x/... import pathsAndrew Gerrand
2014-10-12go.tools/oracle: consider calls to close a peer operation.Daniel Morsing
2014-09-08go.tools/*: replace $GOROOT/src/pkg with $GOROOT/src where appropriate.Alan Donovan
2014-09-02go.tools/go/types: add (*PkgName).ImportedPackage method.Alan Donovan
2014-07-31go.tools/go/ssa: improve printing of anonymous functions.Alan Donovan
2014-07-22go.tools/go/pointer: add intrinsic for time.startTimer, which is implemented ...Alan Donovan
2014-07-22go.tools/oracle: pointsto: if the queried expression is an lvalue, use the ty...Alan Donovan
2014-07-11go.tools/go/loader: use new types.TypeAndValue mode predicates.Alan Donovan
2014-06-16go.tools/oracle: remove stale itemAlan Donovan
2014-06-12go/ssa: avoid "premature optimization" of dead branch removal.Alan Donovan
2014-06-11go.tools/ssa: create thunks for method expressions T.f.Alan Donovan
2014-06-10go.tools/oracle: callgraph: fix crash caused by sparse node numbering.Alan Donovan
2014-05-02go.tools: fix various typosRobert Griesemer
2014-04-15go.tools/oracle: don't discard /usr/bin/diff's stderrAlan Donovan
2014-04-15go.tools/go/oracle: show import path (not just name) when describing an import.Alan Donovan
2014-04-10go.tools/.hgignore: don't ignore test-generated files, clean them up.Alan Donovan
2014-03-19go.tools/oracle: fix bug in reduceScope on ad-hoc main packages.Alan Donovan
2014-03-11go.tools: various comments + doc tweaks.Alan Donovan
2014-02-28go.tools/go/ssa: name anon funcs by their enclosing func.Alan Donovan
2014-02-27go.tools/go/pointer: recover from panic in Analyse and return an error.Alan Donovan
2014-02-27go.tools/go/types: split Info.Objects map into Defs and Uses.Alan Donovan
2014-02-21go.tools/oracle: fix TestOracle on Plan 9David du Colombier
2014-02-21go.tools/oracle: optionally restrict 'callgraph' query to a single package.Alan Donovan
2014-02-20go.tools/go/callgraph: simplifications to API.Alan Donovan
2014-02-20go.tools/go/pointer: remove context-sensitivity from API.Alan Donovan
2014-02-19go.tools/go/types/typeutil: new package for type utilities.Alan Donovan
2014-02-11go.tools/go/loader: simplify command-line syntax.Alan Donovan
2014-02-11go.tools/go/types: remove Type.MethodSet() method.Alan Donovan
2014-01-28go.tools/go/types: cleanup: more consistent exported predicate namesRobert Griesemer
2014-01-22go.tools/go/loader: permit Create* methods to specify the ad-hoc package's pathAlan Donovan
2014-01-16go.tools/call: rename package to go/callgraphAlan Donovan
2014-01-16go.tools: rename packages.Alan Donovan
2014-01-15go.tools/oracle: eliminate reliance on undefined map iteration order.Alan Donovan
2014-01-15go.tools/importer: API rethink.Alan Donovan
2014-01-15go.tools/oracle: disable broken test (fix build)Robert Griesemer
2014-01-10go.tools/oracle: adjust golden output to new namesRobert Griesemer
2014-01-09go.tools/ssa: fix crash in SSA builder when using GCImporter to satisfy impor...Alan Donovan
2013-12-17go.tools/go/types: use types.ChanDir instead of ast.ChanDirRobert Griesemer
2013-12-13go.tools/oracle: implements: now shows whole-program implements relation for ...Alan Donovan
2013-12-13go.tools/oracle: improvements to command set and performance.Alan Donovan