summary refs log tree commit diff
path: root/src/test/run-pass/foreach-external-iterators-hashmap.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+3
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-07-30test: add testcases for external iterators using foreach.Graydon Hoare-0/+27