about summary refs log tree commit diff
path: root/src/test/run-pass/issue-2834.rs
AgeCommit message (Expand)AuthorLines
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-13Rename Send trait to OwnedBrian Anderson-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-12Make moves explicit in rpass testsTim Chevalier-1/+1
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-2/+2
2012-09-10Uppercase Send bound and make test for #2834 workTim Chevalier-1/+1
2012-09-10Un-xfail test for #2834Tim Chevalier-2/+1
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-10Added a test case for issue #2834.Eric Holk-0/+21