| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 8 | -71/+71 |
| | | | | | This should be a snapshot transition. | ||||
| * | Remove a few more superfluous 'mutable' keywords | Marijn Haverbeke | 2011-05-06 | 1 | -4/+4 |
| | | |||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 7 | -40/+40 |
| | | | | | (Have fun mergining your stuff with this.) | ||||
| * | Change checks to asserts in test/bench files | Tim Chevalier | 2011-05-05 | 2 | -6/+6 |
| | | |||||
| * | Assume xfail-stage0 implies stage1 and stage2 in tests, for now. | Graydon Hoare | 2011-05-03 | 1 | -0/+2 |
| | | |||||
| * | Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage | Patrick Walton | 2011-05-03 | 1 | -1/+1 |
| | | | | | This reverts commit 6871c245a67fab222eccc2a21dcb620d11d3b0d0. | ||||
| * | Rename the "llvm" API to "llvm-intrinsic" | Patrick Walton | 2011-05-03 | 1 | -1/+1 |
| | | |||||
| * | Un-XFAIL various tests in stage0 | Brian Anderson | 2011-05-01 | 6 | -6/+0 |
| | | |||||
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 2 | -3/+3 |
| | | |||||
| * | Move all allocas to dedicated basic block at top of function, to keep frames ↵ | Graydon Hoare | 2011-03-28 | 1 | -5/+8 |
| | | | | | finite. Un-comment next size in nbody.rs. | ||||
| * | shootout: Hoist out the movement too; switch square root to an LLVM intrinsic | Patrick Walton | 2011-03-28 | 1 | -13/+13 |
| | | |||||
| * | shootout: Hoist out the vector indexing on nbody; don't rely on LICM, which ↵ | Patrick Walton | 2011-03-26 | 1 | -19/+21 |
| | | | | | isn't working for some reason (insufficient alias info?) Speeds up nbody a bit. | ||||
| * | Got the nbody demo working, and hopefully faster, too! | Lindsey Kuper | 2011-03-26 | 1 | -106/+112 |
| | | |||||
| * | Updates to the nbody demo. | Lindsey Kuper | 2011-03-26 | 1 | -38/+47 |
| | | |||||
| * | Switch xfail system to use comments embedded in source files. | Graydon Hoare | 2011-03-25 | 8 | -0/+8 |
| | | |||||
| * | A first stab at the 'nbody' demo, with support for calling C sqrt(). | Lindsey Kuper | 2011-03-25 | 1 | -0/+209 |
| | | |||||
| * | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. ↵ | Graydon Hoare | 2011-03-16 | 3 | -5/+5 |
| | | | | | Tweak std lib vec fns in process. | ||||
| * | Add fannkuchredux shootout benchmark | Brian Anderson | 2011-03-14 | 1 | -0/+99 |
| | | |||||
| * | Rename binary trees benchmark to match the original shootout source | Brian Anderson | 2011-03-14 | 1 | -0/+0 |
| | | |||||
| * | Implement the rest of the binary trees shootout benchmark | Brian Anderson | 2011-03-14 | 1 | -0/+56 |
| | | |||||
| * | Remove broken 99-bottles makefile and run script | Brian Anderson | 2011-03-14 | 2 | -23/+0 |
| | | |||||
| * | Integrate shootout benchmarks into testsuite | Brian Anderson | 2011-03-14 | 1 | -5/+5 |
| | | |||||
| * | Initial check-in of 99 Bottles Of Beer | Peter Hull | 2010-09-30 | 6 | -0/+269 |
| | | | | | using different methods (simple, iterator, tail-call, pattern match) | ||||
| * | Add Peter Hull's contributed translation of the fasta shootout benchmark ↵ | Graydon Hoare | 2010-09-15 | 2 | -1/+131 |
| | | | | | (integer-only version). | ||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 3 | -0/+62 |