Sign in
go
/
tools
/
85b65275a669bb58ce99a8683f6a99da4ba473f7
/
cmd
/
ssadump
/
main.go
ab79327
cmd/ssadump: disable run mode with runtime package
by Tim King
· 2 years, 5 months ago
d567bc1
go/ssa: monomorphize generic instantiations.
by Tim King
· 3 years, 6 months ago
aa46a01
go/ssa/ssautil: add AllPackages method
by Alan Donovan
· 6 years ago
0aa4b88
go/packages: remove the Config.Error hook
by Michael Matloob
· 7 years ago
9de1900
go/packages: opt: ignore function bodies in non-initial packages
by Alan Donovan
· 7 years ago
27709f6
cmd/ssadump: use go/packages
by Alan Donovan
· 7 years ago
2c687ad
go/ssa/interp: drop interpretation of "testing" package
by Alan Donovan
· 7 years ago
b56ef30
tools: updates for minimum Go version 1.6
by Alan Donovan
· 8 years ago
4d145ad
cmd/ssadump: fix typo that broke -run
by Alan Donovan
· 8 years ago
8e53eb9
go/ssa: support custom TestMain functions in test packages
by Alan Donovan
· 9 years ago
3d26f68
go/ssa: make *BuilderMode satisfy flag.Value
by Alan Donovan
· 9 years ago
542ffc7
tools: switch to standard go/types at tip
by Alan Donovan
· 9 years ago
2477c0d
x/tools/...: fork and tag !1.5 all files that use go/types et al
by Alan Donovan
· 9 years ago
afcda55
go/ssa: rename some API features (incompatible change)
by Alan Donovan
· 10 years ago
ee9a07d
go/buildutil: TagsFlag provides a flag.Value for setting build.Context.BuildTags from -tags flag.
by Alan Donovan
· 10 years ago
9c57c19
go/loader: eliminate ImportFromBinary option and PackageCreated hook
by Alan Donovan
· 10 years ago
c6a14e5
cmd/ssadump: fix usage message
by Alan Donovan
· 10 years ago
69db398
go/loader: rename SourceImports flag to ImportFromBinary and invert sense
by Alan Donovan
· 10 years ago
9bdc591
go/ssa: standardize parsing of BuilderMode flags.
by Alan Donovan
· 10 years ago
0dda50d
go/loader: improve robustness in face of input errors
by Alan Donovan
· 10 years ago
24257c8
tools: add import comments.
by David Symonds
· 10 years ago
4162082
x/tools/*: print program name, not "Error", when reporting command error messages.
by Alan Donovan
· 10 years ago
5ebbcd1
go.tools: use golang.org/x/... import paths
by Andrew Gerrand
· 10 years ago
149e030
go.tools/cmd/ssadump: print packages and functions to stdout, not stderr.
by Alan Donovan
· 11 years ago
4a6efa0
go.tools/go/ssa: add a flag for selecting bare init functions
by Peter Collingbourne
· 11 years ago
7ef831a
go.tools/go/ssa: perform nil check when taking value of interface method.
by Alan Donovan
· 11 years ago
08fadac
go.tools/go/loader: simplify command-line syntax.
by Alan Donovan
· 11 years ago
3fc0fc1
go.tools: rename packages.
by Alan Donovan
· 11 years ago
e8afbfa
go.tools/importer: API rethink.
by Alan Donovan
· 11 years ago
3d82e7e
go.tools/ssa: fix crash in SSA builder when using GCImporter to satisfy imports (ssadump -build=G).
by Alan Donovan
· 11 years ago
5612f06
go.tools/ssa: use correct word size for GOARCH during type checking, interpretation.
by Alan Donovan
· 11 years ago
8636f40
go.tools/ssa: CreateTestMainPackage: synthesize test driver as a package ("testmain") not 'main' function.
by Alan Donovan
· 11 years ago
2accef2
go.tools/ssa: implement correct control flow for recovered panic.
by Alan Donovan
· 11 years ago
3f2f9a7
go.tools/importer: generalize command-line syntax.
by Alan Donovan
· 12 years ago
e2921e1
go.tools/importer: make loading/parsing concurrent.
by Alan Donovan
· 12 years ago
b43fa6f
go.tools/cmd/ssadump: move ssa/ssadump.go command to its own package.
by Alan Donovan
· 12 years ago
[Renamed (92%) from ssa/ssadump.go]
713699d
go.tools: add copyright messages to source files.
by Alan Donovan
· 12 years ago
be2647e
go.tools/ssa: fix bug in Program.VarValue.
by Alan Donovan
· 12 years ago
3b53279
go.tools/ssa: preserve type of &&/|| operands in result.
by Alan Donovan
· 12 years ago
c28bf6e
go.tools/ssa: extend debug information to arbitrary ast.Exprs.
by Alan Donovan
· 12 years ago
5d7d909
go.tools/ssa: big simplification: use new types.MethodSet to compute ssa.MethodSet.
by Alan Donovan
· 12 years ago
69ce87a
go.tools/ssa: some refactorings
by Alan Donovan
· 12 years ago
55d678e
go.tools/ssa: add debug information for all ast.Idents.
by Alan Donovan
· 12 years ago
fc4c97d
go.tools/ssa: refactoring: eliminate Builder from API.
by Alan Donovan
· 12 years ago
be28dbb
go.types/ssa: split the load/parse/typecheck logic off into a separate package.
by Alan Donovan
· 12 years ago
87334f4
go.tools: bring up to date Repo was copied from old point. Bad r.
by Rob Pike
· 12 years ago
83f21b9
go.tools: add missing files ssa/*.go
by Rob Pike
· 12 years ago