| Commit message (Expand) | Author | Age | Files | Lines |
* | gc: delete float, complex | Russ Cox | 2011-01-19 | 3 | -4/+1 |
* | remove nacl | Russ Cox | 2010-12-15 | 1 | -11/+1 |
* | gc: introduce explicit alignments | Russ Cox | 2010-12-13 | 2 | -3/+2 |
* | 5g/8g, 8l, ld, prof: fix output of 32-bit values | Eoghan Sherry | 2010-12-12 | 1 | -1/+1 |
* | 5g, 6g, 8g: generate code for string index | Russ Cox | 2010-10-26 | 2 | -12/+38 |
* | arm: prop up software floating point | Russ Cox | 2010-10-21 | 1 | -1/+1 |
* | various: avoid %ld etc | Russ Cox | 2010-10-13 | 3 | -14/+14 |
* | gc: O(1) string comparison when lengths differ | Russ Cox | 2010-10-06 | 1 | -0/+3 |
* | 6g, 6l, 8g, 8l: move read-only data to text segment | Russ Cox | 2010-09-12 | 2 | -4/+11 |
* | gc: more accurate line numbers for ATEXT | Russ Cox | 2010-09-09 | 1 | -0/+4 |
* | 8g: use FCHS, not FMUL, for minus float | Russ Cox | 2010-08-27 | 2 | -9/+7 |
* | build: $GOBIN defaults to $GOROOT/bin | Russ Cox | 2010-08-24 | 1 | -15/+6 |
* | 6g, 8g: handle slice by sub-word-sized index (uint8, int8, uint16, int16) | Russ Cox | 2010-08-11 | 1 | -5/+26 |
* | 5g, 8g: dead code (already removed from 6g) | Russ Cox | 2010-08-11 | 1 | -12/+2 |
* | gc: index bounds tests and fixes | Russ Cox | 2010-08-03 | 2 | -12/+42 |
* | 5g: fix build | Russ Cox | 2010-07-27 | 1 | -1/+1 |
* | gc: fix smaller-than-pointer-sized receivers in interfaces | Russ Cox | 2010-07-26 | 1 | -1/+1 |
* | gc: bug293 | Russ Cox | 2010-07-15 | 1 | -5/+5 |
* | gc: issue 894 | Russ Cox | 2010-07-15 | 1 | -0/+2 |
* | 8g: out of register bug fix | Russ Cox | 2010-06-30 | 1 | -1/+3 |
* | code gen bug in len(nil) and cap(nil) | Ken Thompson | 2010-06-29 | 1 | -0/+4 |
* | 8g compiler missing call to splitclean(). | Ken Thompson | 2010-06-28 | 1 | -1/+4 |
* | gc: better error messages for interface failures, conversions | Russ Cox | 2010-06-20 | 1 | -1/+1 |
* | 8g: out of register bug | Russ Cox | 2010-05-24 | 1 | -4/+8 |
* | gc: bug281 - bad overlap in stack copy | Russ Cox | 2010-05-24 | 1 | -1/+32 |
* | fix issue 798 | Ken Thompson | 2010-05-20 | 3 | -0/+21 |
* | 8g: bug272 | Russ Cox | 2010-04-30 | 1 | -13/+37 |
* | runtime: closures, defer bug fix for Native Client | Russ Cox | 2010-04-22 | 1 | -1/+11 |
* | runtime: turn run time errors checks into panics | Russ Cox | 2010-04-01 | 4 | -11/+11 |
* | gc: implement panic and recover | Russ Cox | 2010-03-31 | 1 | -2/+7 |
* | gc: allow taking address of out parameters | Russ Cox | 2010-03-26 | 1 | -3/+24 |
* | issue 682 | Ken Thompson | 2010-03-20 | 1 | -0/+21 |
* | fix 386 a[i] = cmplx(r, j) | Russ Cox | 2010-03-10 | 1 | -6/+6 |
* | identical complex implementation | Ken Thompson | 2010-03-09 | 4 | -14/+34 |
* | 5g/6g/8g: fix double function call in slice | Russ Cox | 2010-03-08 | 2 | -32/+25 |
* | 6g complex type usable | Ken Thompson | 2010-03-05 | 1 | -0/+18 |
* | gc: better compilation of floating point += | Russ Cox | 2010-03-05 | 2 | -11/+24 |
* | 8g: fix out of register bug in byte(x) code | Russ Cox | 2010-02-26 | 1 | -6/+1 |
* | 8g: make a[byte(x)] truncate x | Russ Cox | 2010-02-26 | 1 | -1/+8 |
* | gc: fix this morning's bug fix | Russ Cox | 2010-02-18 | 1 | -0/+2 |
* | 5g/8g: fix build | Russ Cox | 2010-02-17 | 1 | -0/+1 |
* | 8g: respect ullman numbers in float comparison | Russ Cox | 2010-02-17 | 1 | -8/+14 |
* | gc: add ... T, rework plain ... | Russ Cox | 2010-02-01 | 1 | -1/+0 |
* | change print print buffer size | Ken Thompson | 2010-01-27 | 1 | -2/+2 |
* | eliminate the package global name space assumption in object files | Russ Cox | 2010-01-22 | 4 | -9/+9 |
* | cleanup toward eliminating package global name space | Russ Cox | 2010-01-19 | 1 | -8/+1 |
* | 8g: float->uint64 conversion optimization | Evan Shaw | 2010-01-06 | 1 | -9/+3 |
* | 8g: add TESTL etc to reg opt | Russ Cox | 2009-12-21 | 1 | -0/+3 |
* | more on the optimizer | Ken Thompson | 2009-12-12 | 1 | -54/+60 |
* | bug in 6g optimizer | Ken Thompson | 2009-12-11 | 1 | -0/+2 |