1
0
mirror of https://github.com/golang/go synced 2024-11-20 06:04:52 -07:00
go/src/pkg
2009-12-10 15:31:02 -08:00
..
archive/tar move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
asn1 go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
big remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
bignum remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
bufio bufio: use copy - significant speedup for writers 2009-12-08 18:19:48 -08:00
bytes Remove copyBytes completely in favor of copy. 2009-12-07 11:31:56 -08:00
compress remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
container remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
crypto remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
debug move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
ebnf move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
encoding remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
exec move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
exp - unmodified copy of existing go/parser, not yet hooked up 2009-12-10 14:26:25 -08:00
expvar json: Decode into native Go data structures 2009-11-30 13:55:09 -08:00
flag go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
fmt save a few ns by inlining (which mostly simplifies things anyway). 2009-12-06 15:01:07 -08:00
go implemented InsertSemis mode for go/scanner 2009-12-10 15:31:02 -08:00
gob runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
hash Add benchmarks for commonly used routines. 2009-11-24 00:21:50 -08:00
http move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
image go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
io remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
json remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
log go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
malloc runtime: malloc fixes 2009-12-03 17:22:23 -08:00
math test case for large angles in trig functions 2009-11-24 15:42:46 -08:00
net minor manual format corrections 2009-12-09 16:54:24 -08:00
once go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
os syscalls can return negative i/o counts. fix bugs in ReadAt and WriteAt not to include 2009-12-09 14:18:32 -08:00
patch remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
path move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
rand added benchmarks to rand_test.go; 2009-12-09 14:23:43 -08:00
reflect runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
regexp Change to container/vector interface: 2009-11-24 13:43:18 -08:00
rpc fix segfault printing errors. add test case and improve messages. 2009-12-02 10:41:28 -08:00
runtime fix calling convention and make memmove restore the g and m 2009-12-10 11:42:01 -08:00
sort Add benchmarks for commonly used routines. 2009-11-24 00:21:50 -08:00
strconv remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
strings Runes: turn string into []int 2009-12-02 20:47:38 -08:00
sync sync.RWMutex: rewritten to add support for concurrent readers. 2009-11-30 12:10:56 -08:00
syscall added SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compilation error 2009-12-10 11:40:11 -08:00
tabwriter remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
template remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
testing testing: compute MB/s in benchmarks 2009-12-04 09:56:31 -08:00
time move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
unicode remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 a few utf8 benchmarks. on my mac: 2009-11-25 13:30:30 -08:00
websocket Explicitly return values where it's shadowing the parameter. 2009-12-01 15:54:49 -08:00
xgb A first stab at porting the XCB X11 protocol bindings to go. 2009-11-30 14:25:50 -08:00
xml remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
deps.bash Build changes to support work on the BSDs. 2009-11-14 15:29:09 -08:00
Makefile Added XTEA block cipher package to src/pkg/crypto 2009-12-09 00:06:20 -08:00