go/src
Mostyn Bramley-Moore de0211df84 path/filepath: use a temp dir in path_test.go
We should avoid writing temp files to GOROOT, since it might be readonly.

Fixes #23881

Change-Id: I500ca0e0944b6053fd8fd2879ff88f5636424dab
2018-03-05 23:04:10 +01:00
..
archive archive/zip: improve Writer.Create documentation on how to add directories 2018-02-26 19:58:48 +00:00
bufio
builtin
bytes internal/bytealg: move IndexByte asssembly to the new bytealg package 2018-03-02 22:46:15 +00:00
cmd test: port a nil-check interface test from asm_test 2018-03-03 20:20:54 +00:00
compress compress/bzip2: use sort.Slice in huffman.go 2018-02-17 00:34:26 +00:00
container container/list: document nil values more 2018-01-08 18:06:27 +00:00
context
crypto crypto: remove hand encoded amd64 instructions 2018-03-01 19:20:53 +00:00
database/sql database/sql: add String method to IsolationLevel 2018-02-22 15:17:52 +00:00
debug all: add more uses of stringer 2018-02-19 21:33:14 +00:00
encoding encoding/json: apply conventional error handling in decoder 2018-03-03 17:16:47 +00:00
errors
expvar
flag
fmt fmt: change some unexported method names to camel case 2018-02-27 20:12:04 +00:00
go internal/bytealg: move IndexByte asssembly to the new bytealg package 2018-03-02 22:46:15 +00:00
hash crypto: remove hand encoded amd64 instructions 2018-03-01 19:20:53 +00:00
html all: fix misspellings 2018-02-20 21:02:58 +00:00
image all: fix misspellings 2018-02-20 21:02:58 +00:00
index/suffixarray
internal internal/bytealg: move equal functions to bytealg 2018-03-03 04:18:27 +00:00
io
log
math math: remove unused variable 2018-03-01 18:51:44 +00:00
mime
net net: skip flaky TestLookupLongTXT for now 2018-03-02 22:05:44 +00:00
os os, syscall: use pipe2 instead of pipe syscall on OpenBSD 2018-02-27 18:37:36 +00:00
path path/filepath: use a temp dir in path_test.go 2018-03-05 23:04:10 +01:00
plugin
reflect reflect: avoid calling common if type is known to be *rtype 2018-02-22 07:18:15 +00:00
regexp regexp: Regexp shouldn't keep references to inputs 2018-02-23 16:58:48 +00:00
runtime runtime: use vDSO for clock_gettime on linux/arm 2018-03-03 12:12:58 +00:00
sort
strconv strconv: detect invalid UTF-8 in the Unquote fast path 2018-02-13 18:33:44 +00:00
strings internal/bytealg: move IndexByte asssembly to the new bytealg package 2018-03-02 22:46:15 +00:00
sync sync: enable profiling of RWMutex 2018-02-14 15:38:42 +00:00
syscall syscall: fix nil pointer dereference in Select on linux/{arm64,mips64x} 2018-03-02 08:18:31 +00:00
testing testing: gracefully handle subtest failing parent’s T 2018-03-01 10:17:22 +00:00
text text/template: fix the documentation of the block action 2018-02-21 20:57:47 +00:00
time time: avoid unnecessary type conversions 2018-02-26 16:14:51 +00:00
unicode
unsafe unsafe: fix reference to string header 2018-02-26 18:35:46 +00:00
vendor/golang_org/x
Make.dist
all.bash
all.bat
all.rc
androidtest.bash misc,src: add support for specifying adb flags to the android harness 2018-01-20 21:13:30 +00:00
bootstrap.bash bootstrap.bash: only fetch git revision if we need it 2018-01-30 15:11:56 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat build: small cleanup in error message in make.bat 2018-02-26 10:27:14 +00:00
make.rc
naclmake.bash nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
nacltest.bash nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
race.bash
race.bat
run.bash
run.bat
run.rc