summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* runtime: record proper goroutine state during stack splitRuss Cox2013-06-276-159/+189
* cmd/go: proper rebuild of affected packages during go testRuss Cox2013-06-262-24/+76
* cmd/go: log compilation errors when scanning directories and packagesRob Pike2013-06-261-2/+10
* cmd/gc: fix escape analysis orderingRuss Cox2013-06-251-1/+1
* cmd/ld: fix line numbers when using fieldtrackRuss Cox2013-06-251-1/+1
* runtime: do not generate code during runtime in windows NewCallbackAlex Brainman2013-06-243-0/+47
* cmd/gc: fix pointer composite literals in exported if statements.R?my Oudompheng2013-06-231-1/+1
* cmd/6a, cmd/6l: add PCLMULQDQ instruction.Adam Langley2013-06-213-0/+5
* all: excise some warts found by vet -shadowRob Pike2013-06-201-1/+1
* cmd/go: put the coverage information on the summary line.Rob Pike2013-06-201-1/+19
* cmd/go: document that files beginning with . or _ are ignoredAndrew Gerrand2013-06-203-6/+14
* cmd/go: another attempt at flag handling for coverageRob Pike2013-06-193-36/+26
* cmd/go: simplify flags for coverageRob Pike2013-06-183-33/+67
* cmd/go: write coverage to file, add percentage statisticRob Pike2013-06-182-43/+28
* cmd/gc: fix race detector on tail-call wrappersRuss Cox2013-06-183-6/+3
* cmd/cgo: avoid leaking fdsDave Cheney2013-06-181-0/+3
* cmd/godoc: don't link unexported identifiersJonathan Rudenberg2013-06-141-1/+1
* cmd/gc: instrument arrays properly in race detector.R?my Oudompheng2013-06-143-30/+11
* cmd/go: change to use struct in go test -coverRob Pike2013-06-133-12/+9
* cmd/gc: properly race-instrument for loopsDmitriy Vyukov2013-06-131-14/+16
* testing: add -outputdir flag so "go test" controls where the files are writtenRob Pike2013-06-123-0/+21
* cmd/go: diagnose invalid coverage runsRuss Cox2013-06-121-0/+22
* cmd/go: clarify test filenames in help messagesShenghou Ma2013-06-122-4/+4
* cmd/go: use -o option of cover toolRob Pike2013-06-111-7/+8
* cmd/gc: save local var list before inliningIan Lance Taylor2013-06-112-2/+4
* cmd/gc: turn race detector off for tail-call method wrapper functionsRuss Cox2013-06-113-1/+4
* cmd/ld: supply -s to gcc if -s is passed.Shenghou Ma2013-06-123-1/+6
* cmd/gc: compute initialization order for top-level blank vars too.R?my Oudompheng2013-06-111-4/+2
* cmd/gc: avoid creating circular lists when compiling with race detector.Daniel Morsing2013-06-111-1/+5
* cmd/go: add coverage analysisRob Pike2013-06-116-20/+184
* cmd/cc: emit size of locals. Will be used for stack copying.Keith Randall2013-06-111-0/+1
* cmd/gc: move genembedtramp into portable codeRuss Cox2013-06-1119-342/+108
* cmd/ld: document -s flag.Shenghou Ma2013-06-111-0/+2
* cmd/cc: fix lexbody for negative charsRuss Cox2013-06-101-2/+2
* cmd/5l: use BLX for BL (Rx).Shenghou Ma2013-06-112-12/+10
* cmd/cgo: makes clang happy by not using __gcc_struct__ attribute.Shenghou Ma2013-06-111-1/+1
* cmd/5l: use guaranteed undefined instruction for UNDEF to match [68]l.Shenghou Ma2013-06-111-5/+3
* cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991.Shenghou Ma2013-06-092-2/+8
* all: fix typosShenghou Ma2013-06-0927-33/+33
* cmd/go: update go vet documentationRoger Peppe2013-06-072-2/+2
* cmd/6c: use full 64-bit address in block copyRuss Cox2013-06-051-5/+5
* cmd/6l: accept NOP of $x+10(SP) and of X0Russ Cox2013-06-051-5/+9
* cmd/cgo, cmd/go, go/build: sort flag listsRuss Cox2013-06-054-10/+10
* cmd/cc: support 21-bit runes in wide string constantsAnthony Martin2013-06-049-471/+742
* cmd/5g, cmd/6g, cmd/8g: remove prototypes for proglistCarl Shapiro2013-06-043-6/+0
* cmd/5c, cmd/6c, cmd/8c: isolate textflag and dataflagAnthony Martin2013-06-043-11/+28
* cmd/ld: fix gcdata and gcbss symbolsAnthony Martin2013-06-043-15/+15
* cmd/6c, cmd/8c: avoid generating long multiplication when not necessary.R?my Oudompheng2013-06-042-4/+6
* cmd/gc: fix missing slice/array types in export data.R?my Oudompheng2013-06-041-0/+1
* cmd/ld, runtime: clean up CL 9666047Russ Cox2013-06-031-2/+2