| Commit message (Expand) | Author | Age | Files | Lines |
* | [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations | Russ Cox | 2015-02-23 | 1 | -3856/+0 |
* | cmd/gc: rename arch to thearch | Russ Cox | 2015-02-13 | 1 | -2/+2 |
* | cmd/gc: add .y to error about missing x in x.y | Russ Cox | 2015-02-13 | 1 | -0/+13 |
* | cmd/gc: restore stack frame debugging | Dmitry Vyukov | 2015-02-12 | 1 | -17/+12 |
* | cmd/gc: remove dead code | Dmitry Vyukov | 2015-02-09 | 1 | -3/+3 |
* | all: don't refer to code.google.com/p/go{,-wiki}/ | Péter Surányi | 2015-02-06 | 1 | -1/+1 |
* | cmd/gc: simplify code for c2go (more) | Russ Cox | 2015-01-26 | 1 | -6/+6 |
* | cmd/gc: make cmd/gc a real library | Russ Cox | 2015-01-26 | 1 | -2/+2 |
* | cmd/gc: simplify code for c2go | Russ Cox | 2015-01-26 | 1 | -7/+7 |
* | cmd/gc: treat non-local vars inlined into wrapper as escaping | Ian Lance Taylor | 2015-01-22 | 1 | -0/+9 |
* | runtime: remove size argument from hash and equal algorithms | Keith Randall | 2015-01-07 | 1 | -26/+36 |
* | cmd/gc: update issue tracker link | Alberto Donizetti | 2015-01-02 | 1 | -1/+1 |
* | runtime: make stack frames fixed size by modifying goproc/deferproc. | Keith Randall | 2014-12-23 | 1 | -2/+5 |
* | [dev.cc] cmd/gc: changes for removing runtime C code | Russ Cox | 2014-11-11 | 1 | -30/+16 |
* | cmd/gc: avoid infinite recursion on invalid recursive type | Russ Cox | 2014-09-25 | 1 | -1/+2 |
* | cmd/gc: fix undefined behaviour warning in subr.c | Dave Cheney | 2014-09-08 | 1 | -1/+1 |
* | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -1/+1 |
* | cmd/gc, runtime: treat slices and strings like pointers in garbage collection | Russ Cox | 2014-08-25 | 1 | -2/+6 |
* | cmd/gc: re-enable IfacePointerOnly | Russ Cox | 2014-08-24 | 1 | -1/+1 |
* | undo CL 130240043 / b09f70c301a5 | Dave Cheney | 2014-08-23 | 1 | -1/+1 |
* | cmd/gc: change interface representation: only pointers in data word | Russ Cox | 2014-08-23 | 1 | -1/+1 |
* | cmd/gc, runtime: refactor interface inlining decision into compiler | Russ Cox | 2014-08-18 | 1 | -0/+39 |
* | runtime: convert equality functions to Go | Keith Randall | 2014-08-07 | 1 | -32/+34 |
* | runtime: convert hash functions to Go calling convention. | Keith Randall | 2014-07-31 | 1 | -31/+38 |
* | build: annotations and modifications for c2go | Russ Cox | 2014-07-02 | 1 | -2/+2 |
* | cmd/gc: don't generate zillions of linehists for wrapper functions | Rob Pike | 2014-06-02 | 1 | -1/+6 |
* | cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1 | Russ Cox | 2014-05-12 | 1 | -1/+3 |
* | cmd/gc, cmd/ld, runtime: compact liveness bitmaps | Russ Cox | 2014-04-02 | 1 | -1/+1 |
* | cmd/gc: shorten even more temporary lifetimes | Russ Cox | 2014-04-02 | 1 | -1/+1 |
* | cmd/gc: fix spurious 'const initializer is not a constant' error | Jan Ziak | 2014-03-24 | 1 | -0/+1 |
* | cmd/gc: do not nop-convert equivalent but different interface types. | Rémy Oudompheng | 2014-02-27 | 1 | -2/+4 |
* | cmd/gc: explain 'nointerface' method failure | Russ Cox | 2014-02-20 | 1 | -0/+3 |
* | cmd/gc: do not consider length zero arrays as comparable. | Rémy Oudompheng | 2014-01-31 | 1 | -2/+0 |
* | cmd/gc: add missing dupok flag for interface method wrappers. | Rémy Oudompheng | 2014-01-07 | 1 | -2/+4 |
* | all: fix a few spelling errors in source comments | Martin Olsson | 2013-12-27 | 1 | -1/+1 |
* | debug/goobj: expand package prefix correctly | Russ Cox | 2013-12-18 | 1 | -1/+2 |
* | cmd/cc, cmd/gc: update compilers, assemblers for liblink changes | Russ Cox | 2013-12-16 | 1 | -0/+1 |
* | 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 |