.. |
interp
|
go.tools/ssa/interp: improve print() on interfaces, and log message for panic.
|
2013-11-05 13:03:14 -05:00 |
testdata
|
go.tools/ssa: fix crash on (new)(T) due to missing unparen() call.
|
2013-10-29 11:07:09 -04:00 |
blockopt.go
|
go.tools/ssa: implement correct control flow for recovered panic.
|
2013-10-14 15:38:56 -04:00 |
builder_test.go
|
go.tools/ssa: fix computation of set of types requiring method sets.
|
2013-10-23 17:07:52 -04:00 |
builder.go
|
go.tools/ssa: simplify initialization of globals using go/types.Info.InitOrder.
|
2013-11-05 13:02:46 -05:00 |
const.go
|
go.tools/go/types: nil is not a constant + misc. cleanups
|
2013-10-09 14:17:25 -07:00 |
create.go
|
go.tools/ssa: simplify initialization of globals using go/types.Info.InitOrder.
|
2013-11-05 13:02:46 -05:00 |
doc.go
|
go.tools/ssa: doc tweaks + a sanity check.
|
2013-10-09 12:47:30 -04:00 |
dom.go
|
go.tools/ssa: implement correct control flow for recovered panic.
|
2013-10-14 15:38:56 -04:00 |
emit.go
|
go.tools/ssa: fix crash on (new)(T) due to missing unparen() call.
|
2013-10-29 11:07:09 -04:00 |
example_test.go
|
go.tools/importer: expose CreatePackage method.
|
2013-10-10 12:37:49 -04:00 |
func.go
|
go.tools/ssa: new Function.Syntax() returns the declaring AST (debug mode) or just the Pos/End of the function's extent (otherwise).
|
2013-10-27 10:55:21 -04:00 |
lift.go
|
go.tools/ssa: record lvalue/rvalue distinction precisely in DebugRef.
|
2013-10-24 18:31:50 -04:00 |
lvalue.go
|
go.tools/ssa: record lvalue/rvalue distinction precisely in DebugRef.
|
2013-10-24 18:31:50 -04:00 |
print.go
|
go.tools/ssa: clarify that DebugRef relation is a function from ast.Expr to (ssa.Value, IsAddr bool), in docs and printed form.
|
2013-10-28 12:05:29 -04:00 |
promote.go
|
go.tools/ssa: fix computation of set of types requiring method sets.
|
2013-10-23 17:07:52 -04:00 |
sanity.go
|
go.tools/ssa: new Function.Syntax() returns the declaring AST (debug mode) or just the Pos/End of the function's extent (otherwise).
|
2013-10-27 10:55:21 -04:00 |
source_test.go
|
go.tools/ssa: record lvalue/rvalue distinction precisely in DebugRef.
|
2013-10-24 18:31:50 -04:00 |
source.go
|
go.tools/ssa: new Function.Syntax() returns the declaring AST (debug mode) or just the Pos/End of the function's extent (otherwise).
|
2013-10-27 10:55:21 -04:00 |
ssa.go
|
go.tools/ssa: simplify initialization of globals using go/types.Info.InitOrder.
|
2013-11-05 13:02:46 -05:00 |
stdlib_test.go
|
go.tools/ssa: include line count in stdlib_test.
|
2013-11-01 14:32:44 -04:00 |
testmain.go
|
go.tools/ssa: CreateTestMainPackage: synthesize test driver as a package ("testmain") not 'main' function.
|
2013-10-23 18:07:53 -04:00 |
util.go
|
go.tools/ssa: implement correct control flow for recovered panic.
|
2013-10-14 15:38:56 -04:00 |
visit.go
|
go.tools/ssa: fix computation of set of types requiring method sets.
|
2013-10-23 17:07:52 -04:00 |