1
0
mirror of https://github.com/golang/go synced 2024-10-05 15:51:22 -06:00
go/src/lib
Robert Griesemer f3b08744a2 Simplified AST:
- one node for array and slice types
- one node for index and slice expressions
- simplified parser, astprinter, and ast.txt

R=r
DELTA=71  (0 added, 43 deleted, 28 changed)
OCL=28768
CL=28768
2009-05-13 15:18:05 -07:00
..
bignum directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
bufio throw away os._Error. 2009-05-08 14:40:20 -07:00
container/vector mv container/vector down one level for new rules. 2009-05-05 17:24:01 -07:00
exec directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
exvar directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
flag move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
fmt change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
go Simplified AST: 2009-05-13 15:18:05 -07:00
hash make go/src/lib/hash one directory per package 2009-05-07 17:15:24 -07:00
http Allow http.Redirect to do both temporary (307) and permanent (301) redirects. 2009-05-12 15:41:19 -07:00
io throw away os._Error. 2009-05-08 14:40:20 -07:00
json change name of reflect.NewInitValue to the more descriptive NewZeroValue. 2009-05-12 16:16:52 -07:00
log move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
malloc directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
math Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
net throw away os._Error. 2009-05-08 14:40:20 -07:00
once directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
os Add os.Link, os.Symlink, os.Readlink. 2009-05-13 10:16:46 -07:00
path directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
rand directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
reflect change name of reflect.NewInitValue to the more descriptive NewZeroValue. 2009-05-12 16:16:52 -07:00
regexp change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
runtime no need for compiler to hard-code definition of runtime. 2009-05-12 16:15:52 -07:00
sort directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
strconv change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
strings change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
sync Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
syscall Add os.Link, os.Symlink, os.Readlink. 2009-05-13 10:16:46 -07:00
tabwriter Name change to improve embeddability: 2009-05-08 11:22:57 -07:00
template fix indentation 2009-05-13 10:34:11 -07:00
testing move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
time implications of stricter type equality: 2009-05-08 15:40:14 -07:00
unicode Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
unsafe Package unsafe is undocumented. By installing (but not compiling) this file, 2009-05-08 16:24:55 -07:00
utf8 change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
xml directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
Makefile no need for compiler to hard-code definition of runtime. 2009-05-12 16:15:52 -07:00