1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:21:21 -06:00
go/src
Rob Pike 2807572ab0 cmd/go: implement the long-promised -run flag for go generate
Trivial to do, but overlooked for 1.4, which is good because I prefer
the new design, which is just to match against the source code of
the line rather than the command word alone.

Change-Id: Idcf7c4479e97bb7cd732f0d058012321b6057628
Reviewed-on: https://go-review.googlesource.com/9005
Reviewed-by: Russ Cox <rsc@golang.org>
2015-04-17 17:49:14 +00:00
..
archive
bufio
builtin
bytes
cmd cmd/go: implement the long-promised -run flag for go generate 2015-04-17 17:49:14 +00:00
compress compress/flate: simplify the TestDegenerateHuffmanCoding data. 2015-04-17 04:31:48 +00:00
container
crypto crypto/tls: fix test data generation 2015-04-16 18:16:37 +00:00
database/sql
debug debug/dwarf: add Entry.AttrField method to get *Field by Attr 2015-04-12 14:38:00 +00:00
encoding
errors
expvar expvar: swap Float sync. from mutex to atomic. 2015-04-12 23:07:50 +00:00
flag
fmt fmt: adjust formatting of invalid reflect.Value, add more tests 2015-04-17 14:14:39 +00:00
go go/build: deps check all std packages 2015-04-17 05:37:45 +00:00
hash
html
image image/color: have Palette.Index honor alpha for closest match, not just 2015-04-16 23:52:41 +00:00
index/suffixarray
internal internal/syscall: move to unix subdirectory 2015-04-15 23:51:36 +00:00
io io: add CopyBuffer, a version of Copy in which the user provides a buffer 2015-04-15 15:59:16 +00:00
log log/syslog: limiting tests on darwin/arm64 2015-04-13 11:54:28 +00:00
math
mime mime/quotedprintable: Return a Reader instead of an io.Reader 2015-04-16 16:18:26 +00:00
net net: fix inconsistent error values on Dial, Listen partially 2015-04-17 00:42:57 +00:00
os os: clarify that ModePerm permission bits are the Unix ones 2015-04-16 16:42:10 +00:00
path path/filepath: skip test on darwin/arm64 2015-04-13 11:52:46 +00:00
reflect reflect, cmd/internal/gc: look for pointer types by string before synthesizing 2015-04-16 16:11:07 +00:00
regexp regexp: set b.cap[0] and b.cap[1] only when captures requested 2015-04-17 17:10:07 +00:00
runtime runtime/pprof: disable TestTraceStressStartStop 2015-04-17 14:54:25 +00:00
sort
strconv
strings
sync sync/atomic: skip issue 7338 test on darwin/arm64 2015-04-12 02:47:43 +00:00
syscall syscall: darwin/arm64 support 2015-04-16 12:43:44 +00:00
testing
text
time time: add Time.AppendFormat 2015-04-10 20:18:22 +00:00
unicode
unsafe
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
clean.bash
clean.bat
clean.rc
iostest.bash iostest.bash: run detect.go as part of iostest 2015-04-16 12:59:54 +00:00
make.bash
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc