1
0
mirror of https://github.com/golang/go synced 2024-10-05 15:51:22 -06:00
go/src/lib
Robert Griesemer 0fe8487ced - Remove IntVector methods that are "inherited" with correct type
- Faster vector.Delete, removed result value (easy to get via At(i))

R=r
DELTA=40  (6 added, 30 deleted, 4 changed)
OCL=28866
CL=28897
2009-05-15 10:43:00 -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 - Remove IntVector methods that are "inherited" with correct type 2009-05-15 10:43:00 -07:00
crypto/aes AES key setup and block ciphers. 2009-05-14 17:11:11 -07:00
exec add directory argument to os.ForkExec 2009-05-15 10:32:05 -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 ByteBuffer.WriteByte 2009-05-14 17:03:47 -07:00
json change name of reflect.NewInitValue to the more descriptive NewZeroValue. 2009-05-12 16:16:52 -07:00
log Hyphens are allowed in filenames. This allows this test to pass for me. 2009-05-14 15:42:27 -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 fix abstract unix domain sockets 2009-05-14 15:20:30 -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 directory argument to os.ForkExec 2009-05-15 10:32:05 -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 reflect: update comment (there is no BoolType) 2009-05-13 18:03:49 -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 directory argument to os.ForkExec 2009-05-15 10:32:05 -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 AES key setup and block ciphers. 2009-05-14 17:11:11 -07:00