Age | Commit message (Expand) | Author | Files | Lines |
2010-05-03 | big: completed set of Int division routines & cleanups | Robert Griesemer | 1 | -2/+2 |
2010-05-03 | gc: bug264 | Russ Cox | 2 | -16/+0 |
2010-05-03 | test/bench: import new fasta C reference, update Go, optimizations | Russ Cox | 2 | -222/+297 |
2010-05-03 | test: test of static initialization (fails) | Russ Cox | 2 | -0/+103 |
2010-05-03 | gc: bug267 | Russ Cox | 2 | -4/+0 |
2010-05-03 | test: fix run-arm to count bugs correctly | Russ Cox | 1 | -2/+2 |
2010-05-01 | gc: be pickier about slice, chan, array, and map sizes | Russ Cox | 1 | -0/+95 |
2010-04-30 | big: use fast shift routines | Robert Griesemer | 1 | -2/+2 |
2010-04-30 | 8g: bug272 | Russ Cox | 1 | -0/+25 |
2010-04-30 | gc: bug271 | Russ Cox | 1 | -0/+20 |
2010-04-30 | gc: bug270 | Russ Cox | 1 | -0/+21 |
2010-04-29 | gc: never include ( ) on singleton func return type | Russ Cox | 1 | -0/+18 |
2010-04-29 | gc: bug268 | Russ Cox | 1 | -0/+53 |
2010-04-27 | pidigits: ~10% performance win by using adds instead of shifts | Robert Griesemer | 1 | -2/+2 |
2010-04-27 | 6g bug: no need for parens around array index expression | Robert Griesemer | 2 | -0/+26 |
2010-04-26 | Added fannkuch-parallel.go | Kyle Consalus | 3 | -0/+257 |
2010-04-26 | gc: more specific error for statements at top level | Russ Cox | 1 | -0/+20 |
2010-04-22 | runtime: closures, defer bug fix for Native Client | Russ Cox | 19 | -441/+17 |
2010-04-21 | test/bench: reenable chameneosredux for gccgo. | Rob Pike | 1 | -6/+1 |
2010-04-20 | big: Add Lsh and Value; convert pidigits to use big | Evan Shaw | 1 | -22/+28 |
2010-04-19 | gc benchmark: Update package list | Evan Shaw | 1 | -3/+8 |
2010-04-19 | gc: cmplx typecheck bug fix | Russ Cox | 1 | -0/+31 |
2010-04-16 | the android runner script | Kai Backman | 2 | -6/+15 |
2010-04-15 | synchronize ARM runner environment variable with run-arm | Kai Backman | 1 | -1/+1 |
2010-04-15 | support for printing floats: | Kai Backman | 1 | -9/+9 |
2010-04-12 | test: minor updates to avoid bitrot | Christopher Wedgwood | 2 | -6/+6 |
2010-04-12 | gc: zero unnamed return values on entry if func has defer | Russ Cox | 1 | -0/+26 |
2010-04-11 | gc: make sure main.main has correct type | Russ Cox | 1 | -1/+1 |
2010-04-08 | runtime: turn divide by zero, nil dereference into panics | Russ Cox | 1 | -0/+78 |
2010-04-06 | arm: fix build, attempt #2 | Russ Cox | 1 | -2/+2 |
2010-04-06 | arm: fix build, attempt #1 | Russ Cox | 3 | -74/+133 |
2010-04-06 | runtime: two proc bug fixes | Russ Cox | 1 | -0/+5 |
2010-04-05 | test/bench: add k-nucleotide-parallel | Kyle Consalus | 3 | -0/+184 |
2010-04-05 | runtime: various arm fixes | Russ Cox | 4 | -141/+219 |
2010-04-01 | runtime: turn run time errors checks into panics | Russ Cox | 3 | -25/+107 |
2010-04-01 | runtime: correct memory leak in select | Russ Cox | 1 | -0/+48 |
2010-03-31 | runtime: make type assertion a runtime.Error, the first of many | Russ Cox | 1 | -8/+4 |
2010-03-31 | test for panic and recover | Russ Cox | 2 | -0/+387 |
2010-03-31 | gc: implement panic and recover | Russ Cox | 1 | -0/+1 |
2010-03-30 | simplify various code using new map index rule | Russ Cox | 1 | -11/+2 |
2010-03-30 | single argument panic | Russ Cox | 33 | -734/+859 |
2010-03-29 | gc: bug265 | Russ Cox | 2 | -3/+0 |
2010-03-29 | bug265: test case for issue 700 | Robert Griesemer | 2 | -0/+25 |
2010-03-26 | arm: fix build | Dean Prichard | 1 | -1/+0 |
2010-03-26 | gc: allow taking address of out parameters | Russ Cox | 2 | -17/+32 |
2010-03-26 | runtime: run all finalizers in a single goroutine. | Russ Cox | 1 | -2/+8 |
2010-03-25 | bug264 didn't report BUG correctly, caused "fail" from test/run | Rob Pike | 2 | -5/+6 |
2010-03-25 | gc: more syntax errors | Russ Cox | 2 | -0/+20 |
2010-03-25 | bug264: test case for issue 692 | Robert Griesemer | 2 | -0/+58 |
2010-03-25 | arm: disable some problematic tests | Dean Prichard | 2 | -7/+0 |