1
0
mirror of https://github.com/golang/go synced 2024-11-05 22:56:11 -07:00
go/src
Sameer Ajmani 8d7722ede2 cmd/go: add "syscall" to the set of packages that run extFiles++
This eliminates the need for syscall/asm.s, which is now empty.

Change-Id: Ied060195e03e9653251f54ea8ef6572444b37fdf
Reviewed-on: https://go-review.googlesource.com/36844
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-02-13 20:28:02 +00:00
..
archive time: record monotonic clock reading in time.Now, for more accurate comparisons 2017-02-03 19:04:52 +00:00
bufio
builtin
bytes bytes, strings: optimize Split* 2017-02-08 18:39:43 +00:00
cmd cmd/go: add "syscall" to the set of packages that run extFiles++ 2017-02-13 20:28:02 +00:00
compress all: test adjustments for the iOS builder 2017-01-14 03:27:53 +00:00
container
context context: lazily initialize cancelCtx done channel 2017-02-01 20:08:41 +00:00
crypto crypto/sha512: Add AVX2 version for AMD64 2017-02-10 16:26:32 +00:00
database/sql database/sql: convert test timeouts to explicit waits with checks 2017-02-13 19:05:28 +00:00
debug cmd/objdump: copy gosym.PCValue into internal package 2016-12-01 18:20:04 +00:00
encoding encoding/json: clarify documention for Unmarshal into a pointer. 2017-02-10 13:39:10 +00:00
errors
expvar expvar: make BenchmarkAdd{Same,Different} comparable to 1.8 2017-02-10 20:08:14 +00:00
flag
fmt fmt: undo clearflags in catchPanic after error message has been printed 2016-12-11 21:59:59 +00:00
go net: refactor poller into new internal/poll package 2017-02-13 18:36:28 +00:00
hash hash/crc32: use sub-benchmarks 2017-02-08 17:17:08 +00:00
html html/template: lock in application/json as valid JS test 2016-12-04 03:59:31 +00:00
image image/png: reduce memory allocs encoding images by reusing buffers 2017-02-12 05:40:47 +00:00
index/suffixarray
internal internal/poll: only export FD.eofError for testing on posix systems 2017-02-13 19:10:50 +00:00
io io: fix test when MultiReader is inlined with -l=3 2017-02-02 18:56:20 +00:00
log all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
math cmd/{asm,internal/obj/s390x}, math: remove emulated float instructions 2017-02-10 16:11:25 +00:00
mime mime/multipart: allow boundary len <= 70 2017-02-01 21:06:49 +00:00
net net/http: document Response.Header values that are subordinate to other fields 2017-02-13 20:10:19 +00:00
os os: make Stdin.Stat() return ModeCharDevice if Stdin is console 2017-02-07 23:59:31 +00:00
path path/filepath: add test for directory junction walk 2017-02-12 23:33:01 +00:00
plugin plugin: remove unnecessary import "C" from example 2017-02-09 18:32:53 +00:00
reflect reflect: clear ptrToThis in Ptr when allocating result on heap 2017-02-10 17:22:07 +00:00
regexp
runtime runtime: make fastrand to generate 32bit values 2017-02-13 20:22:02 +00:00
sort sort: optimize average calculation in symMerge and doPivot. 2017-02-10 16:53:24 +00:00
strconv
strings strings: make parameters names less confusing 2017-02-11 19:55:21 +00:00
sync runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS 2016-11-22 02:05:07 +00:00
syscall cmd/go: add "syscall" to the set of packages that run extFiles++ 2017-02-13 20:28:02 +00:00
testing testing: fix copy/paste in docs 2017-02-11 22:56:41 +00:00
text text/template: fix method lookup on addressable nil pointer 2017-02-09 14:58:40 +00:00
time time: optimize Now on darwin, windows 2017-02-09 14:45:16 +00:00
unicode
unsafe
vendor/golang_org/x vendor/golang.org/x/crypto/curve25519: avoid loss of R15 in -dynlink mode 2017-02-06 20:14:03 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash buildall.bash: clarify target selection 2017-02-04 04:34:36 +00:00
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc build: fix cross-compile on Plan 9 2016-11-22 01:32:28 +00:00
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc