summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd/6c: fix buildRuss Cox2013-02-181-1/+1
* cmd/6c, cmd/8c: cut stack frames by about halfRuss Cox2013-02-182-4/+4
* build: clang supportRuss Cox2013-02-154-32/+61
* cmd/go: reject case-insensitive file name, import collisionsRuss Cox2013-02-153-1/+140
* cmd/ld: fix -s flag for ELF executablesAnthony Martin2013-02-141-2/+4
* src/cmd/gc: fix some typos in the escape analysis commentsCarl Shapiro2013-02-141-2/+2
* go/parser: cleanups following CL 7307085Robert Griesemer2013-02-141-2/+2
* cmd/gc: remove node printing in redeclare errorsDaniel Morsing2013-02-141-2/+2
* cmd/go: fix vetRuss Cox2013-02-141-1/+1
* cmd/gc: replace x*8 by x<<3 etcRuss Cox2013-02-141-1/+71
* cmd/8g: fix sse2 compare code genRuss Cox2013-02-141-20/+0
* cmd/go: set $PWD when running commandsRuss Cox2013-02-144-2/+23
* cmd/vet: drop column information from errorRuss Cox2013-02-131-4/+10
* cmd/8c: disable use of prefetch with GO386=387Russ Cox2013-02-131-0/+3
* cmd/5l: fix print formatLucio De Re2013-02-131-1/+1
* vet: improve flag handlingRob Pike2013-02-118-26/+39
* cmd/8l/asm.c: Unused function arguments, suppress warnings.Lucio De Re2013-02-111-0/+3
* cmd/go: indicate that flags unrecognized by 'go test' must follow package spe...Robert Daniel Kortschak2013-02-082-0/+4
* cmd/5g: add missing splitclean.R?my Oudompheng2013-02-082-1/+2
* cmd/godoc: fix format strings.David Symonds2013-02-081-2/+2
* cmd/8g: add a few missing splitcleanRuss Cox2013-02-072-1/+3
* cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errorsShenghou Ma2013-02-057-9/+12
* cmd/gc: add way to specify 'noescape' for extern funcsRuss Cox2013-02-056-145/+205
* cmd/gc: fix escape analysisRuss Cox2013-02-042-4/+25
* cmd/go: update doc.goShenghou Ma2013-02-051-40/+47
* cmd/gc: fix &^ code generation bugRuss Cox2013-02-041-1/+1
* cmd/go, testing: revise docs for test flagsRuss Cox2013-02-031-40/+47
* cmd/gc: slightly better code generationRuss Cox2013-02-034-2/+12
* cmd/gc: implement latest rules for checking make sizesRuss Cox2013-02-032-16/+41
* cmd/go: update 'go get' help messageRuss Cox2013-02-032-8/+8
* cmd/5l, cmd/ld: support generating ELF binaries for NetBSD/ARMShenghou Ma2013-02-043-25/+20
* cmd/gc: make inlined labels distinctRuss Cox2013-02-031-0/+14
* cmd/gc: clean up string index errorsRuss Cox2013-02-031-15/+19
* cmd/gc: update ideal bool rules to match latest specRuss Cox2013-02-031-3/+6
* cmd/gc: remove reference to ? and @ symbols in error messageRuss Cox2013-02-031-2/+11
* cmd/gc: elide self-assignment during returnRuss Cox2013-02-031-1/+5
* cmd/gc: allow new conversion syntaxRuss Cox2013-02-033-648/+658
* cmd/gc: treat &T{} like new(T): allocate on stack if possibleRuss Cox2013-02-021-2/+9
* cmd/gc: avoid duplicate allocation during inliningRuss Cox2013-02-022-1/+8
* cmd/gc: remove spurious newline from node dumpRuss Cox2013-02-021-2/+2
* cmd/go: run examples in source order, not name orderRuss Cox2013-02-024-1/+56
* cmg/gc: Fix evaluation order of map indexing during multiple assignmentsDaniel Morsing2013-02-021-2/+14
* cmd/gc: reject non-Go constantsRuss Cox2013-02-014-8/+139
* cmd/gc: silence redundant error prints for misuse of [...]intRuss Cox2013-02-013-7/+21
* cmd/gc: put 'not used' message on correct lineRuss Cox2013-02-013-1210/+638
* cmd/gc: clearer error for defer/go of conversion or invalid function callRuss Cox2013-02-013-14/+99
* runtime, cmd/ld: make code more position-independentElias Naur2013-02-011-3/+1
* bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick2013-02-0110-31/+13
* cmd/6c, cmd/6g: add flag to support large-model code generationElias Naur2013-02-018-4/+29
* cmd/go: clean cgo compiler errorsRuss Cox2013-02-011-4/+15