about summary refs log tree commit diff
path: root/src/test/run-pass/pipe-select-macro.rs
AgeCommit message (Expand)AuthorLines
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-2/+0
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-10-12Make moves explicit in rpass testsTim Chevalier-0/+2
2012-10-11Fix pipe-select-macroTim Chevalier-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-4/+4
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-17Move select macro into another file, so it can be including in multiple tests.Eric Holk-58/+3
2012-08-13xfail-pretty run-pass/pipe-select-macroBrian Anderson-0/+1
2012-08-13Got the select macro working.Eric Holk-34/+28
2012-08-07Working on a macro for selecting from many pipes.Eric Holk-0/+112