| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/5g, cmd/6g, cmd/8g: use liblink | Russ Cox | 2013-12-08 | 1 | -22/+4 |
* | cmd/gc: do not report fields when looking for methods | Russ Cox | 2013-09-16 | 1 | -1/+1 |
* | cmd/gc: don't generate algs for internal map types. | R?my Oudompheng | 2013-09-14 | 1 | -0/+3 |
* | runtime, cmd/gc, cmd/ld: ignore method wrappers in recover | Russ Cox | 2013-09-12 | 1 | -0/+1 |
* | build: remove various uses of C undefined behavior | Russ Cox | 2013-09-09 | 1 | -3/+3 |
* | cmd/gc: diagnose '_ = nil' better | Russ Cox | 2013-09-09 | 1 | -0/+3 |
* | cmd/gc: &x panics if x does | Russ Cox | 2013-08-15 | 1 | -2/+2 |
* | all: be more idiomatic when documenting boolean return values. | Rob Pike | 2013-07-23 | 1 | -1/+1 |
* | cmd/gc: tweak interface satisfaction error message | Russ Cox | 2013-07-15 | 1 | -1/+1 |
* | cmd/gc: fix computation of equality class of types. | R?my Oudompheng | 2013-07-02 | 1 | -9/+9 |
* | cmd/gc: fix race detector on tail-call wrappers | Russ Cox | 2013-06-18 | 1 | -4/+2 |
* | cmd/gc: turn race detector off for tail-call method wrapper functions | Russ Cox | 2013-06-11 | 1 | -0/+2 |
* | cmd/gc: move genembedtramp into portable code | Russ Cox | 2013-06-11 | 1 | -14/+31 |
* | cmd/gc: fix some overflows in the compiler | Rob Pike | 2013-04-29 | 1 | -3/+8 |
* | cmd/gc: be more tolerant with recursive types when checking map types. | R?my Oudompheng | 2013-04-03 | 1 | -2/+11 |
* | cmd/gc: fix nil pointer dereferences. | R?my Oudompheng | 2013-03-26 | 1 | -1/+7 |
* | cmd/gc: instrument logical && and ||. | R?my Oudompheng | 2013-03-25 | 1 | -0/+7 |
* | cmd/gc: implement method values | Russ Cox | 2013-03-20 | 1 | -0/+14 |
* | cmd/gc: enable inlining in generated method wrappers. | R?my Oudompheng | 2013-03-11 | 1 | -0/+1 |
* | cmd/gc: unbreak exporting of composite literals. | R?my Oudompheng | 2013-03-04 | 1 | -1/+13 |
* | cmd/gc: emit explicit type information for local variables | Russ Cox | 2013-02-25 | 1 | -4/+2 |
* | cmd/gc: remove reference to ? and @ symbols in error message | Russ Cox | 2013-02-03 | 1 | -2/+11 |
* | cmd/gc: reject non-Go constants | Russ Cox | 2013-02-01 | 1 | -0/+1 |
* | cmd/gc: fix handling of struct padding in hash/eq. | R?my Oudompheng | 2013-01-18 | 1 | -16/+18 |
* | cmd/gc: don't hash nor compare struct padding or blank fields. | R?my Oudompheng | 2013-01-18 | 1 | -11/+34 |
* | cmd/gc: mark wrapper methods for unnamed types as DUPOK. | R?my Oudompheng | 2013-01-02 | 1 | -0/+3 |
* | cmd/gc: fix eval order in select | Russ Cox | 2012-12-22 | 1 | -1/+3 |
* | cmd/gc: prevent ngotype from allocating. | R?my Oudompheng | 2012-12-09 | 1 | -1/+1 |
* | cmd/gc: fix escape analysis bug | Russ Cox | 2012-11-07 | 1 | -0/+2 |
* | cmd/gc, cmd/ld: struct field tracking | Russ Cox | 2012-11-02 | 1 | -1/+1 |
* | cmd/gc, cmd/ld: use go.weak instead of weak as the weak symbol prefix | Russ Cox | 2012-10-23 | 1 | -3/+13 |
* | ld: add .gcdata and .gcbss sections | Jan Ziak | 2012-09-13 | 1 | -1/+0 |
* | cmd/gc: Specify which package import caused an redeclaration error. | Daniel Morsing | 2012-09-13 | 1 | -1/+4 |
* | cmd/gc: Don't claim type assertion would help when it wont. | Daniel Morsing | 2012-08-15 | 1 | -1/+1 |
* | cmd/gc: fix error message for type errors involving conversions. | R?my Oudompheng | 2012-07-12 | 1 | -0/+1 |
* | cmd/gc: do not crash on struct with _ field | Russ Cox | 2012-06-07 | 1 | -2/+2 |
* | cmd/gc: fix parallel assignment in range | Russ Cox | 2012-05-24 | 1 | -0/+6 |
* | cmd/gc: faster code, mainly for rotate | Russ Cox | 2012-05-24 | 1 | -3/+3 |
* | gc: use correct line number for EOF syntax error | Anthony Martin | 2012-04-26 | 1 | -0/+5 |
* | gc: use quoted string format in import error | Russ Cox | 2012-03-13 | 1 | -5/+5 |
* | gc: allow ~ in import paths | Rob Pike | 2012-03-13 | 1 | -1/+1 |
* | gc: include full text of import path in error message | Rob Pike | 2012-03-13 | 1 | -5/+5 |
* | cmd/gc: unnamed struct types can have methods | Russ Cox | 2012-03-07 | 1 | -9/+7 |
* | gc: reject import paths containing special characters | Anthony Martin | 2012-02-24 | 1 | -4/+40 |
* | gc: new, less strict bool rules | Russ Cox | 2012-02-22 | 1 | -0/+12 |
* | gc: return of ideal bool | Russ Cox | 2012-02-21 | 1 | -2/+2 |
* | gc: drop ideal bool | Russ Cox | 2012-02-18 | 1 | -2/+2 |
* | cmd/gc: fix comparison of struct with _ field | Russ Cox | 2012-02-17 | 1 | -5/+20 |
* | gc, 8g, 8l: fix a handful of warnings | Anthony Martin | 2012-02-12 | 1 | -5/+3 |
* | gc: eliminate duplicate ambiguous selector message | Russ Cox | 2012-02-10 | 1 | -2/+5 |