| Commit message (Expand) | Author | Age | Files | Lines |
* | gc: move typedcl2 into export.c | Luuk van Dijk | 2011-11-29 | 3 | -38/+25 |
* | goinstall: add -fix flag to run gofix on packages on build failure | Andrew Gerrand | 2011-11-29 | 2 | -108/+176 |
* | gc: remove funarg special case in structfield | Russ Cox | 2011-11-28 | 3 | -14/+20 |
* | gc: don't inherit orig from subnodes in constant expression nodes. | R?my Oudompheng | 2011-11-28 | 1 | -1/+4 |
* | gc: fix copying of types | Maxim Pimenov | 2011-11-28 | 1 | -0/+1 |
* | gofix: trivial rewrite for template.ParseFiles | Rob Pike | 2011-11-23 | 3 | -0/+167 |
* | go/printer: remove "written" result value - is never used | Robert Griesemer | 2011-11-22 | 2 | -3/+3 |
* | allow direct conversion between string and named []byte, []rune | Russ Cox | 2011-11-22 | 1 | -6/+6 |
* | cgo: add support for callbacks from dynamic libraries | Dmitriy Vyukov | 2011-11-22 | 1 | -0/+1 |
* | goinstall: support googlecode subrepos and add repo match tests | Andrew Gerrand | 2011-11-22 | 4 | -198/+470 |
* | gofix: test and fix missorted renames | Russ Cox | 2011-11-21 | 3 | -31/+119 |
* | cgo: document export of Go functions to C. | R?my Oudompheng | 2011-11-18 | 1 | -0/+17 |
* | godoc: provide mode for flat (non-indented) directory listings | Robert Griesemer | 2011-11-17 | 2 | -7/+30 |
* | gofmt: do not stop test.sh after 1 error | Russ Cox | 2011-11-16 | 1 | -2/+7 |
* | gc: support for building with Plan 9 yacc | Anthony Martin | 2011-11-16 | 2 | -9/+27 |
* | cov: fix for Plan 9 build | Lucio De Re | 2011-11-16 | 1 | -4/+1 |
* | allow copy of struct containing unexported fields | Russ Cox | 2011-11-15 | 3 | -74/+0 |
* | 6l, 8l: add missing space in error message | Lucio De Re | 2011-11-14 | 2 | -2/+2 |
* | gc: fix newlines in %+N | Luuk van Dijk | 2011-11-14 | 1 | -12/+13 |
* | gc: remove func, map compare | Russ Cox | 2011-11-13 | 4 | -5/+30 |
* | various: avoid func compare | Russ Cox | 2011-11-13 | 2 | -6/+8 |
* | syscall: use error | Russ Cox | 2011-11-13 | 1 | -2/+2 |
* | gc: look at cumulative error count, not just per-function. | Luuk van Dijk | 2011-11-12 | 1 | -2/+2 |
* | godoc: document -templates flag | Robert Griesemer | 2011-11-11 | 1 | -0/+4 |
* | godoc: fix remote search (use correct URL) | Robert Griesemer | 2011-11-11 | 2 | -3/+15 |
* | gofmt: leave nil nodes of the AST unchanged. | R?my Oudompheng | 2011-11-11 | 4 | -2/+27 |
* | gc: remove m[k] = x, false | Russ Cox | 2011-11-11 | 5 | -27/+3 |
* | 6a, 8a: allow $(-1) for consistency with $1, $(1), $-1. | Russ Cox | 2011-11-11 | 2 | -0/+12 |
* | ld: fix .bss for ldpe. | Wei Guangjing | 2011-11-11 | 1 | -2/+2 |
* | godefs: delete, replaced by cgo -godefs | Russ Cox | 2011-11-10 | 18 | -1589/+513 |
* | cgo: print error instead of panic on undeclared enums/structs | R?my Oudompheng | 2011-11-09 | 1 | -0/+7 |
* | 6l: add MOVQ xmm_reg, xmm_reg | Micha? Derkacz | 2011-11-09 | 3 | -7/+4 |
* | 6l: Fixes opcode for PSLLQ imm8, xmm_reg | Micha? Derkacz | 2011-11-09 | 1 | -1/+1 |
* | gopack: fixes for Plan 9 build | Lucio De Re | 2011-11-09 | 1 | -5/+3 |
* | undo CL 5375043 / ea8b178f9b73 | Russ Cox | 2011-11-09 | 2 | -51/+0 |
* | gc: add GOEXPERIMENT=reorg | Russ Cox | 2011-11-09 | 2 | -0/+51 |
* | gc: better error for non-calling use of unsafe builtins. | Luuk van Dijk | 2011-11-09 | 3 | -2/+22 |
* | gc: Preserve original blank name for .anon substitution on out params. | Luuk van Dijk | 2011-11-09 | 2 | -11/+26 |
* | gc: Fail on implicit assigment to non-exported fields in copy and append. | Luuk van Dijk | 2011-11-09 | 1 | -0/+5 |
* | gc: Better typechecks and errors in switches. | Luuk van Dijk | 2011-11-09 | 1 | -5/+19 |
* | renaming_4: gofix -r everything/but/src/pkg | Rob Pike | 2011-11-08 | 20 | -29/+29 |
* | gofix: add go1pkgrename | Rob Pike | 2011-11-08 | 3 | -0/+192 |
* | gotest: don't run examples that have no expected output | Andrew Gerrand | 2011-11-08 | 2 | -2/+8 |
* | gc: Clean up dostruct/stotype, detect broken fields and propagate up to struc... | Luuk van Dijk | 2011-11-07 | 5 | -155/+247 |
* | go/ast: fix bugs in SortImports | Russ Cox | 2011-11-07 | 1 | -5/+92 |
* | lib9: add ctime | Russ Cox | 2011-11-07 | 1 | -5/+2 |
* | gc: use HEADER_IO macro from gopack | Ron Minnich | 2011-11-07 | 1 | -6/+18 |
* | gc: format nits | Lucio De Re | 2011-11-07 | 2 | -1/+2 |
* | gc: Better error message for range over non-receive channel. | Luuk van Dijk | 2011-11-06 | 1 | -0/+4 |
* | gc: Switch related errors should use plain format. | Luuk van Dijk | 2011-11-06 | 1 | -3/+3 |