about summary refs log tree commit diff
path: root/src/test/run-pass/alt-phi.rs
AgeCommit message (Collapse)AuthorLines
2013-05-27Change `alt` to `match` in filenames.Lindsey Kuper-24/+0
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-3/+3
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
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-3/+3
(Commit also includes lots of changes to remove '.'s that a git merge messed up, or else it was monkeys.)
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-2/+2
Issue #1056
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-5/+5
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-16/+8
2011-04-19Add testcase for bootstrap blocker and fix for each result type to nil.Graydon Hoare-0/+22