aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench/99-bottles
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-124-22/+22
| | | | This should be a snapshot transition.
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-064-18/+18
| | | | (Have fun mergining your stuff with this.)
* Un-XFAIL various tests in stage0Brian Anderson2011-05-014-4/+0
|
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-254-0/+4
|
* Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. ↵Graydon Hoare2011-03-162-2/+2
| | | | Tweak std lib vec fns in process.
* Remove broken 99-bottles makefile and run scriptBrian Anderson2011-03-142-23/+0
|
* Initial check-in of 99 Bottles Of BeerPeter Hull2010-09-306-0/+269
using different methods (simple, iterator, tail-call, pattern match)