aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench/99-bottles
Commit message (Collapse)AuthorAgeFilesLines
* 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)