about summary refs log tree commit diff
path: root/src/test/run-pass/foreach-external-iterators-nested.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-24/+0
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
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-02-05Implement pretty-printing of `..` and update tests.Ulrik Sverdrup-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-4/+4
2015-01-02More falloutNick Cameron-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-4/+4
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-07-30test: add testcases for external iterators using foreach.Graydon Hoare-0/+23