summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* gc: move typedcl2 into export.cLuuk van Dijk2011-11-293-38/+25
* goinstall: add -fix flag to run gofix on packages on build failureAndrew Gerrand2011-11-292-108/+176
* gc: remove funarg special case in structfieldRuss Cox2011-11-283-14/+20
* gc: don't inherit orig from subnodes in constant expression nodes.R?my Oudompheng2011-11-281-1/+4
* gc: fix copying of typesMaxim Pimenov2011-11-281-0/+1
* gofix: trivial rewrite for template.ParseFilesRob Pike2011-11-233-0/+167
* go/printer: remove "written" result value - is never usedRobert Griesemer2011-11-222-3/+3
* allow direct conversion between string and named []byte, []runeRuss Cox2011-11-221-6/+6
* cgo: add support for callbacks from dynamic librariesDmitriy Vyukov2011-11-221-0/+1
* goinstall: support googlecode subrepos and add repo match testsAndrew Gerrand2011-11-224-198/+470
* gofix: test and fix missorted renamesRuss Cox2011-11-213-31/+119
* cgo: document export of Go functions to C.R?my Oudompheng2011-11-181-0/+17
* godoc: provide mode for flat (non-indented) directory listingsRobert Griesemer2011-11-172-7/+30
* gofmt: do not stop test.sh after 1 errorRuss Cox2011-11-161-2/+7
* gc: support for building with Plan 9 yaccAnthony Martin2011-11-162-9/+27
* cov: fix for Plan 9 buildLucio De Re2011-11-161-4/+1
* allow copy of struct containing unexported fieldsRuss Cox2011-11-153-74/+0
* 6l, 8l: add missing space in error messageLucio De Re2011-11-142-2/+2
* gc: fix newlines in %+NLuuk van Dijk2011-11-141-12/+13
* gc: remove func, map compareRuss Cox2011-11-134-5/+30
* various: avoid func compareRuss Cox2011-11-132-6/+8
* syscall: use errorRuss Cox2011-11-131-2/+2
* gc: look at cumulative error count, not just per-function.Luuk van Dijk2011-11-121-2/+2
* godoc: document -templates flagRobert Griesemer2011-11-111-0/+4
* godoc: fix remote search (use correct URL)Robert Griesemer2011-11-112-3/+15
* gofmt: leave nil nodes of the AST unchanged.R?my Oudompheng2011-11-114-2/+27
* gc: remove m[k] = x, falseRuss Cox2011-11-115-27/+3
* 6a, 8a: allow $(-1) for consistency with $1, $(1), $-1.Russ Cox2011-11-112-0/+12
* ld: fix .bss for ldpe.Wei Guangjing2011-11-111-2/+2
* godefs: delete, replaced by cgo -godefsRuss Cox2011-11-1018-1589/+513
* cgo: print error instead of panic on undeclared enums/structsR?my Oudompheng2011-11-091-0/+7
* 6l: add MOVQ xmm_reg, xmm_regMicha? Derkacz2011-11-093-7/+4
* 6l: Fixes opcode for PSLLQ imm8, xmm_regMicha? Derkacz2011-11-091-1/+1
* gopack: fixes for Plan 9 buildLucio De Re2011-11-091-5/+3
* undo CL 5375043 / ea8b178f9b73Russ Cox2011-11-092-51/+0
* gc: add GOEXPERIMENT=reorgRuss Cox2011-11-092-0/+51
* gc: better error for non-calling use of unsafe builtins.Luuk van Dijk2011-11-093-2/+22
* gc: Preserve original blank name for .anon substitution on out params.Luuk van Dijk2011-11-092-11/+26
* gc: Fail on implicit assigment to non-exported fields in copy and append.Luuk van Dijk2011-11-091-0/+5
* gc: Better typechecks and errors in switches.Luuk van Dijk2011-11-091-5/+19
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-0820-29/+29
* gofix: add go1pkgrenameRob Pike2011-11-083-0/+192
* gotest: don't run examples that have no expected outputAndrew Gerrand2011-11-082-2/+8
* gc: Clean up dostruct/stotype, detect broken fields and propagate up to struc...Luuk van Dijk2011-11-075-155/+247
* go/ast: fix bugs in SortImportsRuss Cox2011-11-071-5/+92
* lib9: add ctimeRuss Cox2011-11-071-5/+2
* gc: use HEADER_IO macro from gopackRon Minnich2011-11-071-6/+18
* gc: format nitsLucio De Re2011-11-072-1/+2
* gc: Better error message for range over non-receive channel.Luuk van Dijk2011-11-061-0/+4
* gc: Switch related errors should use plain format.Luuk van Dijk2011-11-061-3/+3