| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: record proper goroutine state during stack split | Russ Cox | 2013-06-27 | 6 | -159/+189 |
* | cmd/go: proper rebuild of affected packages during go test | Russ Cox | 2013-06-26 | 2 | -24/+76 |
* | cmd/go: log compilation errors when scanning directories and packages | Rob Pike | 2013-06-26 | 1 | -2/+10 |
* | cmd/gc: fix escape analysis ordering | Russ Cox | 2013-06-25 | 1 | -1/+1 |
* | cmd/ld: fix line numbers when using fieldtrack | Russ Cox | 2013-06-25 | 1 | -1/+1 |
* | runtime: do not generate code during runtime in windows NewCallback | Alex Brainman | 2013-06-24 | 3 | -0/+47 |
* | cmd/gc: fix pointer composite literals in exported if statements. | R?my Oudompheng | 2013-06-23 | 1 | -1/+1 |
* | cmd/6a, cmd/6l: add PCLMULQDQ instruction. | Adam Langley | 2013-06-21 | 3 | -0/+5 |
* | all: excise some warts found by vet -shadow | Rob Pike | 2013-06-20 | 1 | -1/+1 |
* | cmd/go: put the coverage information on the summary line. | Rob Pike | 2013-06-20 | 1 | -1/+19 |
* | cmd/go: document that files beginning with . or _ are ignored | Andrew Gerrand | 2013-06-20 | 3 | -6/+14 |
* | cmd/go: another attempt at flag handling for coverage | Rob Pike | 2013-06-19 | 3 | -36/+26 |
* | cmd/go: simplify flags for coverage | Rob Pike | 2013-06-18 | 3 | -33/+67 |
* | cmd/go: write coverage to file, add percentage statistic | Rob Pike | 2013-06-18 | 2 | -43/+28 |
* | cmd/gc: fix race detector on tail-call wrappers | Russ Cox | 2013-06-18 | 3 | -6/+3 |
* | cmd/cgo: avoid leaking fds | Dave Cheney | 2013-06-18 | 1 | -0/+3 |
* | cmd/godoc: don't link unexported identifiers | Jonathan Rudenberg | 2013-06-14 | 1 | -1/+1 |
* | cmd/gc: instrument arrays properly in race detector. | R?my Oudompheng | 2013-06-14 | 3 | -30/+11 |
* | cmd/go: change to use struct in go test -cover | Rob Pike | 2013-06-13 | 3 | -12/+9 |
* | cmd/gc: properly race-instrument for loops | Dmitriy Vyukov | 2013-06-13 | 1 | -14/+16 |
* | testing: add -outputdir flag so "go test" controls where the files are written | Rob Pike | 2013-06-12 | 3 | -0/+21 |
* | cmd/go: diagnose invalid coverage runs | Russ Cox | 2013-06-12 | 1 | -0/+22 |
* | cmd/go: clarify test filenames in help messages | Shenghou Ma | 2013-06-12 | 2 | -4/+4 |
* | cmd/go: use -o option of cover tool | Rob Pike | 2013-06-11 | 1 | -7/+8 |
* | cmd/gc: save local var list before inlining | Ian Lance Taylor | 2013-06-11 | 2 | -2/+4 |
* | cmd/gc: turn race detector off for tail-call method wrapper functions | Russ Cox | 2013-06-11 | 3 | -1/+4 |
* | cmd/ld: supply -s to gcc if -s is passed. | Shenghou Ma | 2013-06-12 | 3 | -1/+6 |
* | cmd/gc: compute initialization order for top-level blank vars too. | R?my Oudompheng | 2013-06-11 | 1 | -4/+2 |
* | cmd/gc: avoid creating circular lists when compiling with race detector. | Daniel Morsing | 2013-06-11 | 1 | -1/+5 |
* | cmd/go: add coverage analysis | Rob Pike | 2013-06-11 | 6 | -20/+184 |
* | cmd/cc: emit size of locals. Will be used for stack copying. | Keith Randall | 2013-06-11 | 1 | -0/+1 |
* | cmd/gc: move genembedtramp into portable code | Russ Cox | 2013-06-11 | 19 | -342/+108 |
* | cmd/ld: document -s flag. | Shenghou Ma | 2013-06-11 | 1 | -0/+2 |
* | cmd/cc: fix lexbody for negative chars | Russ Cox | 2013-06-10 | 1 | -2/+2 |
* | cmd/5l: use BLX for BL (Rx). | Shenghou Ma | 2013-06-11 | 2 | -12/+10 |
* | cmd/cgo: makes clang happy by not using __gcc_struct__ attribute. | Shenghou Ma | 2013-06-11 | 1 | -1/+1 |
* | cmd/5l: use guaranteed undefined instruction for UNDEF to match [68]l. | Shenghou Ma | 2013-06-11 | 1 | -5/+3 |
* | cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991. | Shenghou Ma | 2013-06-09 | 2 | -2/+8 |
* | all: fix typos | Shenghou Ma | 2013-06-09 | 27 | -33/+33 |
* | cmd/go: update go vet documentation | Roger Peppe | 2013-06-07 | 2 | -2/+2 |
* | cmd/6c: use full 64-bit address in block copy | Russ Cox | 2013-06-05 | 1 | -5/+5 |
* | cmd/6l: accept NOP of $x+10(SP) and of X0 | Russ Cox | 2013-06-05 | 1 | -5/+9 |
* | cmd/cgo, cmd/go, go/build: sort flag lists | Russ Cox | 2013-06-05 | 4 | -10/+10 |
* | cmd/cc: support 21-bit runes in wide string constants | Anthony Martin | 2013-06-04 | 9 | -471/+742 |
* | cmd/5g, cmd/6g, cmd/8g: remove prototypes for proglist | Carl Shapiro | 2013-06-04 | 3 | -6/+0 |
* | cmd/5c, cmd/6c, cmd/8c: isolate textflag and dataflag | Anthony Martin | 2013-06-04 | 3 | -11/+28 |
* | cmd/ld: fix gcdata and gcbss symbols | Anthony Martin | 2013-06-04 | 3 | -15/+15 |
* | cmd/6c, cmd/8c: avoid generating long multiplication when not necessary. | R?my Oudompheng | 2013-06-04 | 2 | -4/+6 |
* | cmd/gc: fix missing slice/array types in export data. | R?my Oudompheng | 2013-06-04 | 1 | -0/+1 |
* | cmd/ld, runtime: clean up CL 9666047 | Russ Cox | 2013-06-03 | 1 | -2/+2 |