1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:04:44 -07:00
go/src/cmd
Brad Fitzpatrick f69132d7ad build: catch API changes during build
Adds new file api/go1.txt, locking down the current API.
Any changes to the API will need to update that file.

run.bash (but not make.bash, or Windows) will check for
accidental API changes.

R=golang-dev, dsymonds, rsc
CC=golang-dev
https://golang.org/cl/5820070
2012-03-17 11:20:46 -07:00
..
5a 5a: fix same arm bug 2012-02-22 17:36:25 -05:00
5c 5c, 5g, 5l: fix arm bug 2012-02-22 16:29:14 -05:00
5g 5g, 8g: remove documentation dregs 2012-02-29 22:56:50 -08:00
5l 5l, 6l, 8l: fix stack split logic for stacks near default segment size 2012-03-15 15:22:30 -04:00
6a 6a/6l: add IMUL3Q and SHLDL 2012-02-23 10:51:04 -05:00
6c ld: add NOPTRBSS for large, pointer-free uninitialized data 2012-02-21 22:08:42 -05:00
6g cmd/gc: don't believe that variables mentioned 256 times are unused. 2012-02-21 16:38:01 +11:00
6l 5l, 6l, 8l: fix stack split logic for stacks near default segment size 2012-03-15 15:22:30 -04:00
8a cmd/*: add -d option to bison. 2012-02-21 10:50:58 -05:00
8c ld: add NOPTRBSS for large, pointer-free uninitialized data 2012-02-21 22:08:42 -05:00
8g 5g, 8g: remove documentation dregs 2012-02-29 22:56:50 -08:00
8l 5l, 6l, 8l: fix stack split logic for stacks near default segment size 2012-03-15 15:22:30 -04:00
addr2line runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
api build: catch API changes during build 2012-03-17 11:20:46 -07:00
cc cmd/cc: grow some global arrays 2012-02-23 22:45:55 -05:00
cgo cmd/cgo: add support for function export for gccgo. 2012-03-15 23:50:25 +01:00
cov cmd: update formatting of usage messages 2012-03-05 14:23:00 +11:00
dist misc/dist: don't ship cmd/cov or cmd/prof 2012-03-15 15:22:56 -07:00
fix cmd/fix: add rules for net/http -> net/http/httputil renames 2012-03-12 13:25:48 -07:00
gc gc: use quoted string format in import error 2012-03-13 09:33:54 -04:00
go cmd/go: don't add detail to errPrintedOutput 2012-03-16 16:35:16 -04:00
godoc godoc: use FormatText for formating code in html template. 2012-03-16 15:33:05 -07:00
gofmt cmd/gofmt: show ascii in usage. 2012-03-15 16:38:27 -07:00
ld doc: various update to command documents 2012-03-09 01:31:09 +08:00
nm doc: various update to command documents 2012-03-09 01:31:09 +08:00
objdump runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
pack cmd/pack: also recognize '\\' as path separator in filenames 2012-03-17 01:34:44 +08:00
prof cmd: update formatting of usage messages 2012-03-05 14:23:00 +11:00
vet cmd/vet: little tweak to tagged literal script to get it closer to drop-in format. 2012-03-12 13:50:25 +11:00
yacc cmd: update formatting of usage messages 2012-03-05 14:23:00 +11:00