summary refs log tree commit diff
path: root/src/test/run-pass/issue-2185.rs
AgeCommit message (Expand)AuthorLines
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+2
2013-04-30more commits on issue 2185John Clements-0/+1
2013-04-30fixed up issue-2185, but now it has a trait failureJohn Clements-4/+27
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-3/+3
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-7/+7
2013-02-22Remove legacy_modes from test casesBrian Anderson-4/+2
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-3/+3
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-2/+2
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-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-0/+1
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-2/+2
2012-10-12Make moves explicit in rpass testsTim Chevalier-1/+1
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-2/+2
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-3/+3
2012-08-08Convert impls to new syntaxBrian Anderson-2/+2
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-8/+8
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-4/+4
2012-06-20Remove bind. Issue #2189Brian Anderson-3/+3
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+9
2012-04-27new, simpler approach to the iter libraryNiko Matsakis-4/+34
2012-04-23Fix long line in testMarijn Haverbeke-2/+3
2012-04-23Fix broken determination of external method type param countMarijn Haverbeke-0/+9