summary refs log tree commit diff
path: root/src/test/run-pass/select-macro.rs
AgeCommit message (Expand)AuthorLines
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-8/+8
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-20Remove old fixed-length vector syntaxBen Striegel-1/+1
2012-10-12Make moves explicit in rpass testsTim Chevalier-6/+6
2012-10-11Use move instead of ref in select-macroTim Chevalier-1/+1
2012-10-11Use match move in select-macro, get rid of a FIXMETim Chevalier-3/+2
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-08-23Update invocation syntax for `macro_rules!`Paul Stansifer-4/+4
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-4/+4
2012-08-17Move select macro into another file, so it can be including in multiple tests.Eric Holk-0/+63