1
0
mirror of https://github.com/golang/go synced 2024-11-22 21:00:04 -07:00
go/usr/gri/gosrc
Robert Griesemer 0c374e9f89 - fixed a bug w/ exports (wrong package info)
- keep track of type alias (type T1 T0) so we can print the proper type name

R=r
OCL=13688
CL=13688
2008-07-31 10:47:10 -07:00
..
ast.go - more work on semantic checks - not yet enabled by default 2008-07-23 16:04:11 -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 - fixed a bug w/ exports (wrong package info) 2008-07-31 10:47:10 -07:00
export.go - fixed a bug w/ exports (wrong package info) 2008-07-31 10:47:10 -07:00
globals.go - fixed import bug (import "...") 2008-07-30 21:26:15 -07:00
go.go - fixed import bug (import "...") 2008-07-30 21:26:15 -07:00
import.go - fixed a bug w/ exports (wrong package info) 2008-07-31 10:47:10 -07:00
object.go - fixed import bug (import "...") 2008-07-30 21:26:15 -07:00
parser.go - fixed a bug w/ exports (wrong package info) 2008-07-31 10:47:10 -07:00
printer.go - fixed a bug w/ exports (wrong package info) 2008-07-31 10:47:10 -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 - fixed a bug w/ exports (wrong package info) 2008-07-31 10:47:10 -07:00
utils.go various fixes: 2008-07-30 17:36:03 -07:00
verifier.go - fixed a bug w/ exports (wrong package info) 2008-07-31 10:47:10 -07:00