| Age | Commit message (Expand) | Author | Lines |
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -31/+31 |
| 2011-07-11 | Started working on MapReduce. | Eric Holk | -0/+220 |
| 2011-07-08 | Adding more support for working with u64s. | Eric Holk | -7/+14 |
| 2011-07-07 | Added a stress test mode to pfib. | Eric Holk | -13/+57 |
| 2011-06-30 | Added a new version of pfib that's better suited for benchmarking the task sy... | Eric Holk | -0/+79 |
| 2011-06-30 | Added a nanosecond timer to time.rs, support for some floating point casts, a... | Eric Holk | -24/+47 |
| 2011-06-27 | Fixed a few concurrency bugs. Still not perfect, but overall it seems much mo... | Eric Holk | -4/+4 |
| 2011-06-27 | Added a parallel fibonacci program. It doesn't actually run in parallel yet, ... | Eric Holk | -0/+41 |
| 2011-06-15 | Reformat source tree (minus a couple tests that are still grumpy). | Graydon Hoare | -446/+310 |
| 2011-06-15 | Fix assignments to immutable fields throughout the code | Marijn Haverbeke | -3/+3 |
| 2011-05-23 | test: Un-xfail some working tests | Brian Anderson | -3/+0 |
| 2011-05-17 | Finally rename std::_xxx to std::xxx | Marijn Haverbeke | -39/+39 |
| 2011-05-16 | Rewrite everything to use [] instead of vec() in value position. | Graydon Hoare | -10/+10 |
| 2011-05-14 | Remove xfail-boot lines from tests | Brian Anderson | -1/+0 |
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -71/+71 |
| 2011-05-06 | Remove a few more superfluous 'mutable' keywords | Marijn Haverbeke | -4/+4 |
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -40/+40 |
| 2011-05-05 | Change checks to asserts in test/bench files | Tim Chevalier | -6/+6 |
| 2011-05-03 | Assume xfail-stage0 implies stage1 and stage2 in tests, for now. | Graydon Hoare | -0/+2 |
| 2011-05-03 | Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage | Patrick Walton | -1/+1 |
| 2011-05-03 | Rename the "llvm" API to "llvm-intrinsic" | Patrick Walton | -1/+1 |
| 2011-05-01 | Un-XFAIL various tests in stage0 | Brian Anderson | -6/+0 |
| 2011-04-19 | Remove effect system from src. | Graydon Hoare | -3/+3 |
| 2011-03-28 | Move all allocas to dedicated basic block at top of function, to keep frames ... | Graydon Hoare | -5/+8 |
| 2011-03-28 | shootout: Hoist out the movement too; switch square root to an LLVM intrinsic | Patrick Walton | -13/+13 |
| 2011-03-26 | shootout: Hoist out the vector indexing on nbody; don't rely on LICM, which i... | Patrick Walton | -19/+21 |
| 2011-03-26 | Got the nbody demo working, and hopefully faster, too! | Lindsey Kuper | -106/+112 |
| 2011-03-26 | Updates to the nbody demo. | Lindsey Kuper | -38/+47 |
| 2011-03-25 | Switch xfail system to use comments embedded in source files. | Graydon Hoare | -0/+8 |
| 2011-03-25 | A first stab at the 'nbody' demo, with support for calling C sqrt(). | Lindsey Kuper | -0/+209 |
| 2011-03-16 | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw... | Graydon Hoare | -5/+5 |
| 2011-03-14 | Add fannkuchredux shootout benchmark | Brian Anderson | -0/+99 |
| 2011-03-14 | Rename binary trees benchmark to match the original shootout source | Brian Anderson | -0/+0 |
| 2011-03-14 | Implement the rest of the binary trees shootout benchmark | Brian Anderson | -0/+56 |
| 2011-03-14 | Remove broken 99-bottles makefile and run script | Brian Anderson | -23/+0 |
| 2011-03-14 | Integrate shootout benchmarks into testsuite | Brian Anderson | -5/+5 |
| 2010-09-30 | Initial check-in of 99 Bottles Of Beer | Peter Hull | -0/+269 |
| 2010-09-15 | Add Peter Hull's contributed translation of the fasta shootout benchmark (int... | Graydon Hoare | -1/+131 |
| 2010-06-23 | Populate tree. | Graydon Hoare | -0/+62 |