1
0
mirror of https://github.com/golang/go synced 2024-11-22 20:50:05 -07:00
go/usr/gri/gosrc
Russ Cox 08ca30bbfa change *map to map; *chan to chan; new(T) to new(*T)
fix bugs left over from *[] to [] conversion.

TBR=r
OCL=21576
CL=21581
2008-12-19 03:05:37 -08:00
..
test - adjust my code and tests to new function syntax 2008-09-08 13:26:52 -07:00
ast.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
base.go - fixed old test cases with wrong syntax 2008-09-18 23:09:07 -07:00
compilation.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
decls.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
export.go - changed go-in-go parser to require ()'s for panic and print 2008-08-11 21:20:42 -07:00
globals.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
go.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
import.go - adjusted my submitted code to work with latest compiler changes 2008-09-02 17:26:00 -07:00
object.go - allow reserved words as field and method names 2008-08-11 20:40:37 -07:00
parser.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
platform.go - fix for out-of-bounds error found by rsc 2008-09-19 10:56:35 -07:00
printer.go - updated printing of chan types 2008-09-17 14:26:01 -07:00
scanner.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
test_scanner.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
type.go - changed go-in-go parser to require ()'s for panic and print 2008-08-11 21:20:42 -07:00
universe.go - changed go-in-go parser to require ()'s for panic and print 2008-08-11 21:20:42 -07:00
utils.go - changed go-in-go parser to require ()'s for panic and print 2008-08-11 21:20:42 -07:00
verifier.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00