summary refs log tree commit diff
path: root/src/test/run-pass/pipe-presentation-examples.rs
AgeCommit message (Expand)AuthorLines
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-29Update tests to respect the way that macros work now.Paul Stansifer-2/+2
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-1/+1
2012-11-14Convert the test suite to use the Drop traitBen Striegel-1/+4
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-1/+0
2012-10-20Remove old fixed-length vector syntaxBen Striegel-1/+1
2012-10-12Make moves explicit in rpass testsTim Chevalier-9/+9
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-1/+1
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-2/+2
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-08-24Enforce copyability in bind_by_value match arms (fix #3255)Ben Blum-2/+1
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-2/+2
2012-08-23Update invocation syntax for `macro_rules!`Paul Stansifer-4/+4
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-16/+16
2012-08-08Updating examplesEric Holk-11/+2
2012-08-08xfail-prettyEric Holk-0/+2
2012-08-08Adding some examples for my internship presentation.Eric Holk-0/+169