- 3c5dbb0 bug218.go: testcase for issue 238 by Robert Griesemer · 15 years ago
- ef46a9d gc: fix up floating point NaN comparisons by Russ Cox · 15 years ago
- a338231 gc: five bug fixes, one better error. by Russ Cox · 15 years ago
- 8e5854a make arm pass match what's working on real hardware by Kai Backman · 15 years ago
- 98811f4 test/interface/receiver.go: expand to do dynamic by Russ Cox · 15 years ago
- 553be84 Build changes to support work on the BSDs. by Devon H. O'Dell · 15 years ago
- 0263103 move evaluation of null-matching instructions one iteration earlier. by Rob Pike · 15 years ago
- 662ee87 test/run: use bash, not sh. by Russ Cox · 15 years ago
- f3a9729 test/run: unset GREP_OPTIONS by Russ Cox · 15 years ago weekly.2009-11-12
- da77679 drop output from nilptr tests; by Russ Cox · 15 years ago
- 71983af bug212, bug213. by Russ Cox · 15 years ago
- ceb6031 delete TODO now that compiler is better at % by Rob Pike · 15 years ago
- 52c549f make 5g executables run on android/arm hardware. change OABI usage to EABI. by Kai Backman · 15 years ago
- 2f1d6a5 Cleaned up gccgo error messages require minor adjustment to test. by Ian Lance Taylor · 15 years ago
- 74a52ee Set LANG to control sorting. This affects the order in which by Ian Lance Taylor · 15 years ago
- 6358cac We should not silently permit a named type to match an unnamed by Ian Lance Taylor · 15 years ago
- a824651 use the new routine regexp.MustCompile to clean up some code that uses global regexps. by Rob Pike · 15 years ago
- 102357f Recognize gccgo error message. by Ian Lance Taylor · 15 years ago
- e6f85af cleaning up bug132 by Robert Griesemer · 15 years ago
- 9dd2e1e nil pointer checks in 8g. by Russ Cox · 15 years ago
- 770b872 clone and futex by Kai Backman · 15 years ago
- f305d04 Bug: 6g accepts fallthrough in type switch. by Ian Lance Taylor · 15 years ago
- eb63c3f Test that the compiler rejects map types which should not be compatible. by Ian Lance Taylor · 15 years ago
- 5e6194c Recognize gccgo error messages. by Ian Lance Taylor · 15 years ago
- dfecedd make 5l ignore multiple defs, remove use of multiple by Kai Backman · 15 years ago
- 68d5c51 fix conditional branch instructions for unsigned ints and by Kai Backman · 15 years ago
- f860bc0 fixed len/cap for chan. disable gc for now. by Kai Backman · 15 years ago
- 942d659 one more argsize fix. we were copying with the correct by Kai Backman · 15 years ago
- 219fb02 fix build after Mercurial move. various missing or incorrect files. by Russ Cox · 15 years ago
- d7ad3c4 Match gccgo error messages. by Ian Lance Taylor · 15 years ago
- fbba532 gccgo does not distinguish "use" and "assign" in these error by Ian Lance Taylor · 15 years ago
- 60ff8cc address bug193 and add note to spec about it. by Russ Cox · 15 years ago
- 02fd255 bug162, over and over by Russ Cox · 15 years ago
- d6b64f2 forgot to include in 35898. by Russ Cox · 15 years ago
- dde4090 removed tempalloc/tempfree and replaced with tempname by Kai Backman · 15 years ago
- 33a7bcf getcallerpc and setcallerpc by Kai Backman · 15 years ago
- a156486 bug196 by Russ Cox · 15 years ago
- 62c4818 bug136 by Russ Cox · 15 years ago
- a15aa05 first version of closures. test/closure doesn't yet pass. by Kai Backman · 15 years ago
- 1be7476 bug169 by Russ Cox · 15 years ago
- 4c3a85d 6g bug fixes: by Russ Cox · 15 years ago
- 8fffa1d bug190. by Russ Cox · 15 years ago
- 4db52d4 duplicate of bug190 by Russ Cox · 15 years ago
- b4896b4 function literals by Kai Backman · 15 years ago
- 36ccbbd fiddling while rome burns: explain why tests are commented out by Rob Pike · 15 years ago
- e32883d bug 211: duplicate interface methods not caught by 6g by Rob Pike · 15 years ago
- b0dcc6b bug210 by Robert Griesemer · 15 years ago
- 22a5c78 rename sys functions to runtime, because they are in package runtime. by Russ Cox · 15 years ago
- 545dbd8 fix OINDEX address generation, leftover misunderstanding about by Kai Backman · 15 years ago
- 4e4097d 386 shift bug; wasn't zero-extending 16- and 8-bit counts +test by Russ Cox · 15 years ago
- c7f837b disable ken/complit for arm by Kai Backman · 15 years ago
- f6d67c9 write stack traces and panics to stderr by Rob Pike · 15 years ago
- 101f7cb changed 5c 64 bit word ordering to little endian so it matches by Kai Backman · 15 years ago
- 2372408 sort errors by line number by Russ Cox · 15 years ago
- 867e10f fix build by Russ Cox · 15 years ago
- 6d0983a 64bit and float code generation. fmt compiles but by Kai Backman · 15 years ago
- 7b5da35 handle compiler crash better: by Russ Cox · 15 years ago
- c736b65 bug209 by Russ Cox · 15 years ago
- d5c4142 bug209.go by Robert Griesemer · 15 years ago
- ebd27d6 time tests; sort -nr times.out | sed 10q is illuminating. by Russ Cox · 15 years ago
- f0bde7c fix nacl build by Russ Cox · 15 years ago
- 6084dcd floating point calc, added a few more packages that pass by Kai Backman · 15 years ago
- d8b461d rewrite errchk in perl for speed (compared to bash) by Russ Cox · 15 years ago
- 680ee6a add & fix bug208, from ken. fix bug198. by Russ Cox · 15 years ago
- 55edf49 add & fix bug207: rewritten if condition was discarding initialization work. by Russ Cox · 15 years ago
- 116beb2 - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) by Kai Backman · 15 years ago
- 5afce0c 64 bit cmp and some sgen tweaks by Kai Backman · 15 years ago
- b691447 fix arm test to actual return success/fail and expose runcgo build breakage. by Kai Backman · 15 years ago
- 11d3805 clean more by Russ Cox · 15 years ago
- 3e5a817 a few more code generation bugs and an interface alignment issue. by Kai Backman · 15 years ago
- 57f834a generate float registers correctly. by Kai Backman · 15 years ago
- 8fd53f4 cgen_asop sudoaddable by Kai Backman · 15 years ago
- a1b4796 fixed a few calls to gcmp and some really bothched OINDEX code by Kai Backman · 15 years ago
- 399d23d load binary op arguments into registers by Kai Backman · 15 years ago
- 6f16987 undo 35108 (disallow parens around type in struct literal). by Russ Cox · 15 years ago
- 187cc1e fix munging of pointer. by Kai Backman · 15 years ago
- 9c3c140 disallow parens around type in struct literal syntax, per discussion with gri. by Russ Cox · 15 years ago
- 8ccf824 fixed alignment issue resulting from confusion around the meaning of out args. by Kai Backman · 15 years ago
- 24bfaaf - added gcmp for proper ACMP generation, changed all call by Kai Backman · 15 years ago
- 7743ffe disallow interface { x, y() } by Russ Cox · 15 years ago
- 78ebe2b test: comparisons have type bool by Russ Cox · 15 years ago
- f448057 Sqrt in assembler is worth 3-4X for nbody by Rob Pike · 15 years ago
- 285b602 missing files; cleaned up g4 nothave output. fixes 386 build. by Russ Cox · 15 years ago
- 567673f nacl - run tests under emulator. by Russ Cox · 15 years ago
- b9493de updated numbers after more slice inlining by Rob Pike · 15 years ago
- 8ce5f6e fix bad code generation. by Kai Backman · 15 years ago
- ce46cbe test of named operations by Russ Cox · 15 years ago
- f053659 fix build by Russ Cox · 15 years ago
- e4eaf4c expanded arm regression testing. will go away once 5g is compliant by Kai Backman · 15 years ago
- 1c71ab1 added emulator support for arm. by Kai Backman · 15 years ago
- 20011bc unused imports by Russ Cox · 15 years ago
- ae54cf7 last round: non-package code by Russ Cox · 16 years ago
- 1a31989 fix "declared and not used" in tests; by Russ Cox · 16 years ago
- 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 16 years ago
- 5e11bb2 add tests for the func()() case by Rob Pike · 16 years ago
- 2204cfd fix bug206. delay calls to savex as long as possible. by Russ Cox · 16 years ago
- 757fe32 fix bug206 output on different platforms by Russ Cox · 16 years ago
- 82540eb bug206 by Robert Griesemer · 16 years ago
- aa6e81dd a few more blank tests by Russ Cox · 16 years ago
- f4ee9f1 check type of string/map/array index expressions by Russ Cox · 16 years ago