go/src
Russ Cox fe02ba30f1 [dev.boringcrypto] crypto/rand: use BoringCrypto
Change-Id: Ie630eff90f7fee9b359683930aec2daf96c1bdfe
Reviewed-on: https://go-review.googlesource.com/55473
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Adam Langley <agl@golang.org>
2017-08-17 15:23:06 +00:00
..
archive archive/zip: remove an out of date TODO 2017-07-15 21:14:01 +00:00
bufio Revert "bufio: make Reader.Peek invalidate Unreads" 2017-07-06 03:06:44 +00:00
builtin builtin: use type aliases for rune and byte 2017-06-07 00:42:59 +00:00
bytes bytes: add example for (*Buffer).Grow 2017-07-16 03:49:43 +00:00
cmd [dev.boringcrypto] cmd/link: implement R_X86_64_PC64 relocations 2017-08-16 00:07:42 +00:00
compress compress/lzw: don't follow code == hi if last is invalid. 2017-06-08 01:27:37 +00:00
container container/heap: avoid up() invoke if down() success at heap.Remove() 2017-05-13 19:10:24 +00:00
context context: define behavior for Err before Done is closed 2017-04-26 15:39:18 +00:00
crypto [dev.boringcrypto] crypto/rand: use BoringCrypto 2017-08-17 15:23:06 +00:00
database/sql database/sql: fix wrong method name in description 2017-07-18 04:42:09 +00:00
debug debug/dwarf: heuristically handle both UNIX and Windows paths 2017-05-26 14:35:20 +00:00
encoding encoding/binary: add examples for varint functions 2017-08-03 21:00:45 +00:00
errors
expvar expvar: reduce sync.Map overhead for (*Map).Set 2017-05-02 17:13:40 +00:00
flag
fmt fmt: remove unnecessary trailing commas in doc.go 2017-06-07 21:00:42 +00:00
go [dev.boringcrypto] crypto/internal/boring: add initial BoringCrypto access 2017-08-17 15:22:22 +00:00
hash all: gofmt 2017-06-21 03:14:30 +00:00
html html/template: use the same escaper across multiple template executions 2017-07-14 18:19:04 +00:00
image image/gif: fix writeImageBlock with SubImages 2017-06-16 05:45:48 +00:00
index/suffixarray
internal internal/poll: don't add non-sockets to runtime poller 2017-08-03 04:22:44 +00:00
io io/ioutil: add example for ReadFile 2017-07-15 23:28:44 +00:00
log log: adds a Logger Output method Example 2017-07-16 03:57:11 +00:00
math all: remove some manual hyphenation 2017-08-06 16:14:46 +00:00
mime mime/multipart: parse boundary with spaces properly 2017-05-23 22:56:44 +00:00
net net/http: document that after Hijack, Request.Body is invalid 2017-07-21 18:55:41 +00:00
os os: remove duplicate check from windows os.Stat 2017-07-20 07:43:15 +00:00
path path/filepath: fix TestGlobError 2017-06-15 21:53:23 +00:00
plugin plugin: mention that there are known bugs with plugins 2017-07-28 00:29:08 +00:00
reflect reflect: document how DeepEqual handles cycles 2017-08-04 22:22:03 +00:00
regexp regexp: example for MatchString function 2017-07-15 21:13:35 +00:00
runtime [dev.boringcrypto] crypto/internal/boring: add initial BoringCrypto access 2017-08-17 15:22:22 +00:00
sort sort: add example for Strings 2017-07-15 23:17:23 +00:00
strconv strconv: apply Brad's review comment 2017-07-17 16:32:05 +00:00
strings strings: add a example for TrimFunc 2017-07-15 21:14:22 +00:00
sync sync: delete a sentence from the Map docs 2017-07-21 22:00:47 +00:00
syscall syscall: update check for UserNS support for centos 7 2017-07-17 18:18:08 +00:00
testing cmd/go: show examples with empty output in go test -list 2017-08-02 14:30:08 +00:00
text all: single space after period 2017-06-09 20:29:09 +00:00
time time: skip ZoneAbbr test in timezones with no abbreviation 2017-08-02 16:22:49 +00:00
unicode unicode: move scripts from FoldCategories to FoldScripts 2017-06-15 01:05:31 +00:00
unsafe
vendor/golang_org/x vendor: update vendored lif 2017-05-29 21:54:12 +00:00
Make.dist
all.bash Revert "build: fail nicely if somebody runs all.bash from a binary tarball package" 2017-04-28 21:19:32 +00:00
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc