1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:21:21 -06:00
go/src/pkg
2012-02-17 12:47:56 +11:00
..
archive bytes,strings: make *Reader implement io.ReaderAt 2012-02-15 12:58:00 +11:00
bufio bufio: don't return errors from good Peeks 2012-02-16 10:15:36 +11:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
compress flate: delete WrongValueError type. 2012-02-11 12:09:11 +11:00
container godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
crypto cmd/go: a raft of fixes 2012-02-14 16:39:20 -05:00
database/sql database/sql: remove Into from ScannerInto/ScanInto 2012-02-10 10:20:49 +11:00
debug debug/dwarf: address TODO in doc comment for New 2012-02-17 12:47:56 +11:00
encoding encoding/gob: catch internal error when it happens 2012-02-17 07:07:53 +11:00
errors build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
exp exp/inotify: remove use of _test 2012-02-15 21:23:58 -08:00
expvar doc: remove overuse of simply 2012-02-06 13:34:35 -05:00
flag flag: describe valid input for Duration flags. 2012-02-07 17:50:04 +11:00
fmt fmt: scan FALSE correctly 2012-02-09 14:12:55 +11:00
go go/parser: imaginary constants and ! may start an expression 2012-02-16 14:13:31 -08:00
hash build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
html html/template: clone is implemented elsewhere, so delete this implementation 2012-02-16 17:36:06 +11:00
image fix build: update image/png test 2012-02-10 17:26:40 -08:00
index/suffixarray build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
io os: delete os.EINVAL and so on 2012-02-17 10:04:29 +11:00
log log/syslog: fix documentation for NewLogger 2012-02-09 14:40:56 +11:00
math godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
mime bytes,strings: make *Reader implement io.ReaderAt 2012-02-15 12:58:00 +11:00
net net/textproto: delete spurious quote 2012-02-17 11:35:38 +11:00
old all: avoid bytes.NewBuffer(nil) 2012-02-06 14:09:00 +11:00
os os: delete os.EINVAL and so on 2012-02-17 10:04:29 +11:00
path path/filepath: fix test on darwin 2012-02-17 09:56:14 +11:00
reflect reflect: fix panic strings 2012-02-15 13:51:49 +11:00
regexp regexp/syntax: delete old package comment 2012-02-10 01:11:56 -05:00
runtime runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respectively. 2012-02-17 08:49:41 +11:00
sort sort: add interface examples 2012-02-16 13:16:07 +11:00
strconv runtime: on 386, fix FP control word on all threads, not just initial thread 2012-02-14 01:23:15 -05:00
strings godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
sync all: update 'gotest' to 'go test' 2012-02-13 13:58:17 -05:00
syscall syscall: fix bounds check in Error 2012-02-16 15:23:50 -05:00
testing godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
text godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
time godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
unicode cmd/go: a raft of fixes 2012-02-14 16:39:20 -05:00
unsafe runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00