aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench/99-bottles/99bob-pattern.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-5/+5
| | | | This should be a snapshot transition.
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-4/+4
| | | | (Have fun mergining your stuff with this.)
* Un-XFAIL various tests in stage0Brian Anderson2011-05-011-1/+0
|
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Initial check-in of 99 Bottles Of BeerPeter Hull2010-09-301-0/+75
using different methods (simple, iterator, tail-call, pattern match)