1
0
mirror of https://github.com/golang/go synced 2024-11-06 13:36:12 -07:00
go/src/pkg
ChaiShushan 882933f09b image/color/palette: use go generate to create palette.go
LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/134940043
2014-08-28 14:49:32 -07:00
..
archive
bufio
builtin
bytes strings, bytes: document behavior of Replace when old is empty 2014-08-25 14:42:27 -07:00
compress bzip2: improve performance 2014-08-18 14:41:28 -07:00
container
crypto crypto/cipher: add CFB test vectors. 2014-08-25 11:40:10 -07:00
database/sql database/sql: use a value type instead of a pointer 2014-08-28 11:07:29 -07:00
debug debug/elf: support arm64 relocations 2014-08-27 20:18:56 -07:00
encoding encoding/json: make ,string work when encoding pointer fields 2014-08-25 10:32:46 -07:00
errors
expvar
flag
fmt fmt: print byte stringers correctly 2014-08-19 08:52:52 +10:00
go go/token: implement PositionFor accessors 2014-08-28 12:16:06 -07:00
hash
html html/template: don't panic on second execution of unescapable template 2014-08-19 14:24:14 +10:00
image image/color/palette: use go generate to create palette.go 2014-08-28 14:49:32 -07:00
index/suffixarray
internal/syscall
io io: document that Readers and Writers must not retain buffers 2014-08-25 21:38:39 -07:00
log
math
mime mime: style, perf, and test updates to case-insensitive lookups 2014-08-28 11:07:46 -07:00
net net/http: fix data race in test 2014-08-25 21:50:42 -07:00
os os: make SameFile handle paths like c:a.txt properly 2014-08-19 14:59:56 +10:00
path path, path/filepath: remove dead code 2014-08-22 22:21:41 +10:00
reflect cmd/gc, runtime: treat slices and strings like pointers in garbage collection 2014-08-25 14:38:19 -04:00
regexp regexp: fix imports in the middle of the license header 2014-08-25 16:42:15 -07:00
runtime runtime: fix openbsd/386 2014-08-28 14:23:25 -07:00
sort
strconv unicode: strconv: regexp: Upgrade to Unicode 7.0.0. 2014-08-18 20:26:10 +02:00
strings strings, bytes: document behavior of Replace when old is empty 2014-08-25 14:42:27 -07:00
sync cmd/cc, runtime: convert C compilers to use Go calling convention 2014-08-27 11:32:17 -04:00
syscall runtime: convert timers to Go 2014-08-25 20:25:22 +04:00
testing
text
time time: use go generate rather than Makefile (windows only) 2014-08-26 14:45:53 -07:00
unicode unicode: use go generate instead of make to create tables.go 2014-08-26 14:43:03 -07:00
unsafe