summary refs log tree commit diff
path: root/src/test/run-pass/send_str_hashmap.rs
AgeCommit message (Expand)AuthorLines
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-27std: Remove String's to_ownedRicho Healey-11/+11
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-10/+0
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-19/+19
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