about summary refs log tree commit diff
path: root/src/test/run-pass/alt-path.rs
AgeCommit message (Collapse)AuthorLines
2013-05-27Change `alt` to `match` in filenames.Lindsey Kuper-19/+0
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-2/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under ↵Graydon Hoare-0/+1
#[legacy_exports];
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-1/+1
2012-01-31Require alts to be exhaustiveTim Chevalier-1/+1
middle::check_alt does the work. Lots of changes to add default cases into alts that were previously inexhaustive.
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ↵Patrick Walton-1/+1
tests accordingly.
2012-01-19test: "tag" -> "enum" in run-pass and run-failPatrick Walton-1/+1
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-1/+1
(Commit also includes lots of changes to remove '.'s that a git merge messed up, or else it was monkeys.)
2011-08-20ReformatBrian Anderson-1/+1
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-07-27Reformat for new syntaxMarijn Haverbeke-1/+1
2011-06-29Make tests a little more friendly to combine.Graydon Hoare-1/+1
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-12/+7
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-2/+2
This should be a snapshot transition.
2011-01-27Resolve type paths.Rafael Ávila de Espíndola-2/+1
2011-01-27Handle paths correctly. This lets us handle one more test :-)Rafael Ávila de Espíndola-0/+15