1
0
mirror of https://github.com/golang/go synced 2024-11-19 04:34:39 -07:00
go/go/types
Robert Griesemer b9b3bed16e go.tools/go/types: fix build (gc export format changed)
Revision f280b8a485fd of the std library changed the
gc export format: anonymous fields may be qualified
with a package.

R=rsc
TBR=rsc
CC=golang-dev
https://golang.org/cl/14312043
2013-10-02 16:53:34 -07:00
..
testdata go.tools/go/types: complete checking of append built-in 2013-10-01 18:14:15 -07:00
typemap go.tools/ssa: de-dup the creation of method sets, using typemap. 2013-07-10 18:01:11 -04:00
api_test.go go.tools/go/types: "imported but not used" checks for packages 2013-09-19 10:05:34 -07:00
api.go go.tools/go/types: complete checking of append built-in 2013-10-01 18:14:15 -07:00
assignments.go go.tools/go/types: "declared but not used" error for type switches 2013-09-18 11:31:46 -07:00
builtins.go go.tools/go/types: complete checking of append built-in 2013-10-01 18:14:15 -07:00
call.go go.tools/go/types: complete checking of append built-in 2013-10-01 18:14:15 -07:00
check_test.go go.tools/go/types: more flexible error checking 2013-09-30 21:47:05 -07:00
check.go go.tools/go/types: check unlabeled break, continue statements 2013-09-27 13:43:11 -07:00
conversions.go go.tools/go/types: fix unsafe.Pointer conversions 2013-09-09 16:41:46 -07:00
errors.go go.tools/go/types: record comma-ok results as tuples 2013-07-31 09:33:46 -07:00
eval_test.go go.tools/go/types: "imported but not used" checks for packages 2013-09-19 10:05:34 -07:00
eval.go go.tools/go/types: rename Context -> Config (more apt name) 2013-07-18 17:07:44 -07:00
exportdata.go go.tools: add go/types, ssa, and cmd/vet 2013-05-17 13:20:39 -07:00
expr.go go.tools/go/types: fix build for Go 1.1 users 2013-09-26 12:45:44 -04:00
gcimporter_test.go go.tools/go/types: simplified and faster Scope 2013-07-23 21:21:37 -07:00
gcimporter.go go.tools/go/types: fix build (gc export format changed) 2013-10-02 16:53:34 -07:00
go11.go go.tools/go/types: fix build for Go 1.1 users 2013-09-26 12:45:44 -04:00
go12.go go.tools/go/types: fix build for Go 1.1 users 2013-09-26 12:45:44 -04:00
issues_test.go go.tools/go/types: test case for issue 6413 2013-09-24 12:51:45 -07:00
labels.go go.tools/go/types: improved error messages for invalid labels 2013-09-30 14:03:33 -07:00
lookup.go go.tools/go/types: separate package descriptor from package object 2013-09-13 09:52:57 -07:00
methodset.go go.tools/go/types: *interface types have no methods 2013-08-14 11:02:10 -07:00
objects.go go.tools/go/types: represent built-ins as Objects (rather than types) 2013-09-23 15:14:17 -07:00
objset.go go.tools/go/types: faster scopes, cleanups around method lookups 2013-07-24 20:02:54 -07:00
operand.go go.tools/go/types: improved operand printing in error messages 2013-09-24 12:22:04 -07:00
package.go go.tools/go/types: separate package descriptor from package object 2013-09-13 09:52:57 -07:00
predicates.go go.tools/go/types: record comma-ok results as tuples 2013-07-31 09:33:46 -07:00
resolver_test.go go.tools/go/types: implement label checks 2013-09-30 11:05:30 -07:00
resolver.go go.tools/go/types: implement label checks 2013-09-30 11:05:30 -07:00
return.go go.tools/go/types: (panic(0)) (parenthesized) is a terminating statement 2013-09-25 10:19:24 -07:00
scope.go go.tools/go.types: retain ast.Node links on demand only 2013-08-08 20:27:15 -07:00
selection.go go.tools/ssa: avoid calling go/types.NewSelection, and eliminate it. 2013-07-30 16:36:58 -04:00
self_test.go go.tools/go/types: add mode to typecheck pkg-level decls only 2013-08-01 16:37:56 -07:00
sizes.go go.tools/go/types: use *Var instead of *Field for struct fields 2013-07-19 11:01:51 -07:00
stdlib_test.go go.tools/go/types: more flexible error checking 2013-09-30 21:47:05 -07:00
stmt.go go.tools/go/types: implement label checks 2013-09-30 11:05:30 -07:00
token_test.go go.tools/go/types: "imported but not used" checks for packages 2013-09-19 10:05:34 -07:00
types_test.go go.tools/go/types: record comma-ok results as tuples 2013-07-31 09:33:46 -07:00
types.go go.tools/go/types: represent built-ins as Objects (rather than types) 2013-09-23 15:14:17 -07:00
typexpr.go go.tools/go/types: more flexible error checking 2013-09-30 21:47:05 -07:00
universe.go go.tools/go/types: represent built-ins as Objects (rather than types) 2013-09-23 15:14:17 -07:00