1
0
mirror of https://github.com/golang/go synced 2024-11-22 22:30:02 -07:00
go/usr/gri/gosrc
Robert Griesemer 9761a6d069 - backward link from objs to containing scope
(first step towards cleaner package handling)
- check that map, function, and channel vars are pointers

R=r
OCL=13690
CL=13690
2008-07-31 13:35:30 -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 - fixed a bug w/ exports (wrong package info) 2008-07-31 10:47:10 -07:00
globals.go - backward link from objs to containing scope 2008-07-31 13:35:30 -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 - backward link from objs to containing scope 2008-07-31 13:35:30 -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 - backward link from objs to containing scope 2008-07-31 13:35:30 -07:00
utils.go various fixes: 2008-07-30 17:36:03 -07:00
verifier.go - backward link from objs to containing scope 2008-07-31 13:35:30 -07:00