summary refs log tree commit diff
path: root/src/test/run-pass/send_str_hashmap.rs
AgeCommit message (Expand)AuthorLines
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-7/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+3
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-32/+31
2014-02-02test: Remove `@str` from the test suitePatrick Walton-5/+0
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-09-16Add an SendStr typeMarvin Löbel-0/+80