1
0
mirror of https://github.com/golang/go synced 2024-09-29 13:24:28 -06:00
go/usr/gri/gosrc
Robert Griesemer c6eb85aecf - simplified handling of primary types (types w/ names which must
be canonicalized upon import)
- missed some exports

R=r
OCL=13733
CL=13733
2008-08-01 14:50:18 -07:00
..
test - added import/export test cases 2008-08-01 12:14:15 -07:00
ast.go - backward link from objs to containing scope 2008-07-31 13:35:30 -07:00
base.go - fixed a bug w/ exports (wrong package info) 2008-07-31 10:47:10 -07:00
compilation.go - fixed import bug (import "...") 2008-07-30 21:26:15 -07:00
decls.go - backward link from objs to containing scope 2008-07-31 13:35:30 -07:00
export.go - simplified handling of primary types (types w/ names which must 2008-08-01 14:50:18 -07:00
globals.go more import/export stuff: 2008-08-01 13:33:31 -07:00
go.go - fixed import bug (import "...") 2008-07-30 21:26:15 -07:00
import.go - simplified handling of primary types (types w/ names which must 2008-08-01 14:50:18 -07:00
object.go - simplified handling of primary types (types w/ names which must 2008-08-01 14:50:18 -07:00
parser.go - simplified handling of primary types (types w/ names which must 2008-08-01 14:50:18 -07:00
printer.go - backward link from objs to containing scope 2008-07-31 13:35:30 -07:00
scanner.go various fixes: 2008-07-30 17:36:03 -07:00
test_scanner.go - scanner returns now triple (tok, tok_pos, tok_val) 2008-07-18 17:18:29 -07:00
type.go - fixed a bug w/ exports (wrong package info) 2008-07-31 10:47:10 -07:00
universe.go more import/export stuff: 2008-08-01 13:33:31 -07:00
utils.go fixed bug in FixExt routine 2008-07-31 15:35:25 -07:00
verifier.go - backward link from objs to containing scope 2008-07-31 13:35:30 -07:00