.. |
5a
|
5a, 5l: add LDREXD, STREXD
|
2011-02-25 01:03:54 -05:00 |
5c
|
5c: make alignment rules match 5g, just like 6c matches 6g
|
2011-04-18 18:50:31 -04:00 |
5g
|
5g: correct size of reg array.
|
2011-04-15 13:09:57 -07:00 |
5l
|
libmach: fix warnings.
|
2011-04-14 23:58:08 -04:00 |
6a
|
gc, ld: detect stale or incompatible object files
|
2011-02-03 13:51:43 -05:00 |
6c
|
build: use gcc -Werror
|
2011-04-13 16:18:09 -04:00 |
6g
|
for GCC4.6: fix a bunch of set-and-not-used errors.
|
2011-04-14 13:31:37 -07:00 |
6l
|
6l: fix another "set and not used".
|
2011-04-15 08:31:32 -07:00 |
8a
|
8a, 8l: add CMPXCHG8B, XADDB, XADDL, XADDW
|
2011-02-25 01:04:29 -05:00 |
8c
|
build: use gcc -Werror
|
2011-04-13 16:18:09 -04:00 |
8g
|
ld: 25% faster
|
2011-04-09 09:44:20 -04:00 |
8l
|
ld: defend against some broken object files
|
2011-04-14 10:42:48 -04:00 |
cc
|
runtime: generate Go defs for C types.
|
2011-01-31 12:27:28 +01:00 |
cgo
|
govet: make name-matching for printf etc. case-insensitive.
|
2011-04-13 16:57:44 -07:00 |
cov
|
various: avoid %ld etc
|
2010-10-13 16:20:22 -04:00 |
ebnflint
|
path/filepath: new OS-specific path support
|
2011-03-06 17:33:23 -05:00 |
gc
|
reflect: allow Slice of arrays
|
2011-04-18 20:00:42 -04:00 |
godefs
|
godefs: handle volatile
|
2011-03-23 11:33:53 -04:00 |
godoc
|
gofmt: gofmt -s -w src misc
|
2011-04-13 15:13:59 -07:00 |
gofix
|
gofix: fix embarrassing typo in osopen.go
|
2011-04-13 13:49:24 -07:00 |
gofmt
|
changes for more restricted reflect.SetValue
|
2011-04-18 14:36:22 -04:00 |
goinstall
|
gofix: don't rewrite O_APPEND opens
|
2011-04-05 11:12:02 -04:00 |
gomake
|
build: no required environment variables
|
2010-08-18 10:08:49 -04:00 |
gopack
|
gopack: fix prefix bug
|
2011-04-14 23:34:14 -04:00 |
gotest
|
gotest: generate gofmt-compliant code
|
2011-04-14 11:50:00 -07:00 |
gotry
|
gotry: move into its own directory, separate from gotest.
|
2011-03-29 13:00:24 -07:00 |
gotype
|
gotype: use go/types GcImporter
|
2011-04-07 21:42:30 -07:00 |
govet
|
govet: make name-matching for printf etc. case-insensitive.
|
2011-04-13 16:57:44 -07:00 |
goyacc
|
govet: make name-matching for printf etc. case-insensitive.
|
2011-04-13 16:57:44 -07:00 |
hgpatch
|
path/filepath: new OS-specific path support
|
2011-03-06 17:33:23 -05:00 |
ld
|
for GCC4.6: fix a bunch of set-and-not-used errors.
|
2011-04-14 13:31:37 -07:00 |
nm
|
nm: document -S flag
|
2011-03-08 13:04:30 -05:00 |
prof
|
testing: add -test.cpuprofile flag
|
2011-03-23 18:17:14 -04:00 |
Makefile
|
gotest: replace the shell script with the compiled program written in go.
|
2011-03-29 13:29:20 -07:00 |