summary refs log tree commit diff
path: root/src/test/run-pass/last-use-in-cap-clause.rs
AgeCommit message (Expand)AuthorLines
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-8/+2
2015-05-04Remove several FIXMEsJohannes Oertel-1/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-03-03Switched to Box::new in many places.Felix S. Klock II-2/+3
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+2
2015-02-03Teach project to unify the return type even if a precise match is notNiko Matsakis-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2015-01-05fix rpass testsJorge Aparicio-4/+5
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-04-08Register new snapshotsAlex Crichton-2/+2
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-2/+2
2013-09-23test: Fix rustdoc and tests.Patrick Walton-2/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-15Clonify some of run-passBen Striegel-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-2/+3
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
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-1/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: More run-pass test fixesPatrick Walton-1/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-05-04new cap clause syntaxNiko Matsakis-1/+1
2012-01-09Remove proto_sugar and 'lambda' as keyword, commit to fn@.Graydon Hoare-2/+2
2012-01-05require a non-semi expr acting as a stmt to have unit return typeNiko Matsakis-0/+11