go/src/pkg
Alex Brainman a2d3669ef7 path/filepath: do not restore original working directory twice in test
LGTM=dave
R=golang-codereviews, dave
CC=golang-codereviews
https://golang.org/cl/122910043
2014-08-07 10:22:10 +10:00
..
archive archive/zip: accept bogus trailing zeros in extras 2014-08-04 16:12:55 -07:00
bufio bufio: fix rot13Reader bug in test 2014-07-29 17:56:28 -07:00
builtin
bytes bytes, strings: optimize Repeat 2014-06-11 19:03:59 -07:00
compress compress/bzip2: fix panics on malformed input. 2014-07-15 18:44:33 -07:00
container container/heap: update example code 2014-05-15 13:58:13 -07:00
crypto crypto/tls: Added dynamic alternative to NameToCertificate map for SNI 2014-08-06 11:22:00 -07:00
database/sql src, misc: applied gofmt -s -w 2014-07-16 16:29:51 -07:00
debug debug/dwarf: fix typos in comment for UnspecifiedType 2014-08-06 14:43:50 -07:00
encoding encoding/xml: add InputOffset method to Decoder 2014-08-06 18:00:06 -04:00
errors
expvar all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
flag flag: fix typo 2014-07-16 12:27:25 -07:00
fmt fmt: measure width in runes not bytes with %c and %q for ints 2014-07-29 16:46:53 -07:00
go net/http: create internal pkg, unify two chunked.go files 2014-07-21 12:18:14 -07:00
hash
html text/template,html/template: document that partial results may be written on error 2014-05-19 14:29:45 -07:00
image image/jpeg: rename some internal variables. 2014-07-31 17:34:48 +10:00
index/suffixarray index/suffixarray: reduce size of a benchmark 2014-06-24 20:37:28 -07:00
io io: copy slice argument in MultiReader and MultiWriter 2014-05-12 23:38:35 -04:00
log src, misc: applied gofmt -s -w 2014-07-16 16:29:51 -07:00
math math: remove Nextafter64 alias in favor of existing Nextafter 2014-06-11 14:24:16 -07:00
mime mime/multipart: fix Writer data race test 2014-08-05 13:43:12 -07:00
net net: separate DNS transport from DNS query-response interaction 2014-08-06 09:58:47 +09:00
os os: broaden the range of errors understood by IsNotExist on Plan 9 2014-07-18 11:04:29 -07:00
path path/filepath: do not restore original working directory twice in test 2014-08-07 10:22:10 +10:00
reflect runtime: move constants from map header to map type 2014-08-01 14:38:56 -07:00
regexp src, misc: applied gofmt -w -s 2014-07-01 10:28:10 -07:00
runtime runtime: clean up naming of mcallable functions. 2014-08-06 14:33:57 -07:00
sort std lib: fix various typos in comments 2014-05-02 13:17:55 -07:00
strconv strconv: remove needless cast 2014-07-31 13:54:42 -07:00
strings strings: remove byteBitmap 2014-07-17 09:55:12 -07:00
sync sync/atomic: fix data races in tests 2014-07-20 14:59:19 +04:00
syscall syscall: fix typo in comment 2014-08-04 20:30:26 -07:00
testing testing: add Coverage function 2014-07-22 22:56:35 -04:00
text text/scanner: fix comment 2014-06-17 09:34:11 -07:00
time runtime: implement monotonic clocks on windows 2014-08-01 11:18:11 +10:00
unicode src, misc: applied gofmt -s -w 2014-07-16 16:29:51 -07:00
unsafe