aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/alt-join.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-5/+5
| | | | (Have fun mergining your stuff with this.)
* Fix bug in handling of expr_alt (postcond for alts was being intersected ↵Tim Chevalier2011-04-281-0/+34
with postcond for scrutinee)