about summary refs log tree commit diff
path: root/src/test/run-pass/explicit-self-closures.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-25/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2014-01-03test: De-`@mut` the test suitePatrick Walton-3/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-2/+2
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-3/+3
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-26test: De-~mut the test suite. rs=demutingPatrick Walton-3/+0
2013-02-25Revert "test: De-~mut the test suite. rs=demuting"Patrick Walton-0/+3
2013-02-25test: De-~mut the test suite. rs=demutingPatrick Walton-3/+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-09-19demode the each() method on vec and other iterables.Niko Matsakis-3/+3
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-1/+1
2012-08-22Track the type of self properly. Closes #3247.Michael Sullivan-0/+19