go/src
Rob Pike e59ed477c3 [dev.cc] cmd/asm: final fixups for correct assembly of runtime, the last package to verify
- obj: add a missing setting of the context for a generated JMP instruction
- asm:  correct the encoding of mode (R)(R*scale)
- asm: fix a silly bug in the test for macro recursion.
- asm: accept address mode sym(R)(R*8); was an oversight

Change-Id: I27112eaaa1faa0d2ba97e414f0571b70733ea087
Reviewed-on: https://go-review.googlesource.com/4502
Reviewed-by: Russ Cox <rsc@golang.org>
2015-02-11 03:44:19 +00:00
..
archive archive/tar: set Header.Mode in example 2015-01-26 01:54:06 +00:00
bufio bufio: add Reader.Discard 2015-01-07 06:37:57 +00:00
builtin build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
bytes bytes, strings: improve documentation for Count functions 2015-01-22 18:28:35 +00:00
cmd [dev.cc] cmd/asm: final fixups for correct assembly of runtime, the last package to verify 2015-02-11 03:44:19 +00:00
compress compress/bzip2: s/repeat_power/repeatPower/ 2014-12-19 01:29:00 +00:00
container build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
crypto crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 2015-02-04 00:18:14 +00:00
database/sql database/sql: reduce lock contention in Stmt.connStmt 2015-01-24 09:56:25 +00:00
debug all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
encoding encoding/json: add UnmarshalTypeError.Offset 2015-01-29 09:54:25 +00:00
errors build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
expvar expvar: Use sync/atomic to manipulate Int for better perf 2015-01-29 08:24:00 +00:00
flag flag: Check for Set error 2014-12-22 00:17:07 +00:00
fmt cmd/gc: allocate buffers for non-escaped strings on stack 2015-01-28 20:12:38 +00:00
go go/doc: don't treat _ consts as exported 2015-02-04 00:25:54 +00:00
hash all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
html html/template: fix example code 2015-01-21 04:13:06 +00:00
image image: fix typo in Alpha16 doc comment 2015-01-25 22:46:49 +00:00
index/suffixarray build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
internal/syscall internal/syscall: add getrandom syscall number for ppc64/ppc64le 2015-01-21 06:29:15 +00:00
io io: clarify Reader returning 0, nil 2014-09-16 10:01:28 -04:00
lib9 [dev.cc] all: merge master (b8fcae0) into dev.cc 2015-02-04 16:12:58 -05:00
libbio
liblink [dev.cc] cmd/internal/obj: reconvert from liblink 2015-02-05 19:13:12 +00:00
log log: add SetOutput method on Logger 2015-01-30 16:00:10 +00:00
math math/big: fix %b format so it matches strconf %b format for non-zero values 2015-02-04 21:07:37 +00:00
mime mime/multipart: moved some code to mime/internal/quotedprintable 2014-12-23 19:30:02 +00:00
net net: remove the dregs of old built-in poll server 2015-02-04 10:16:38 +00:00
os os: fix TestMkdirAllAtSlash on Plan 9 2015-02-02 17:01:45 +00:00
path path/filepath: make Join handle UNC paths on Windows 2015-01-20 23:23:01 +00:00
reflect reflect: cache call frames 2015-01-28 08:40:26 +00:00
regexp regexp: update URLs in tests 2015-01-26 01:54:28 +00:00
runtime runtime: support panic/print logging in android-L. 2015-02-04 21:02:41 +00:00
sort sort: reduce number of comparisons needed by medianOfThree 2015-01-13 19:37:02 +00:00
strconv strconv: speed up atoi for common cases 2015-01-08 20:58:26 +00:00
strings bytes, strings: improve documentation for Count functions 2015-01-22 18:28:35 +00:00
sync sync/atomic: remove atomic pointer hammer tests 2015-01-06 00:28:22 +00:00
syscall syscall: use name+(NN)FP on linux/amd64 2015-01-21 19:04:38 +00:00
testing testing/quick: support generation of array types in Value 2015-02-04 16:17:07 +00:00
text text/template: fix bug in pipelined variadics 2014-10-18 11:22:05 -07:00
time time: correctly parse large input durations and avoid precision loss 2015-01-15 00:15:58 +00:00
unicode unicode/utf8: fix docs for DecodeRune(empty) and friends. 2014-10-16 09:13:50 +11:00
unsafe unsafe: minor doc string improvements 2015-01-28 19:42:15 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash build: androidtest.bash has to use copy for files to adb-sync. 2015-01-15 13:53:03 +00:00
clean.bash
clean.bat
clean.rc
make.bash [dev.cc] all: merge master (b8fcae0) into dev.cc 2015-02-04 16:12:58 -05:00
make.bat [dev.cc] build: do not 'clean -i std' between dist and go_bootstrap 2015-01-21 02:19:27 +00:00
make.rc [dev.cc] all: merge master (b8fcae0) into dev.cc 2015-02-04 16:12:58 -05:00
nacltest.bash build: more adjustments for move from src/pkg to src 2014-09-08 00:22:40 -04:00
race.bash
race.bat
run.bash cmd/cgo: remove obsolete -cdefs flag 2015-01-07 22:49:59 +00:00
run.bat build: change all.bash output to be more markdown-friendly 2014-12-13 00:03:23 +00:00
run.rc build: add GOTESTONLY environment test for Plan 9's run.rc 2015-01-08 04:35:23 +00:00