summary refs log tree commit diff
path: root/src/test/run-pass/send_str_hashmap.rs
AgeCommit message (Expand)AuthorLines
2016-03-12std: Clean out deprecated APIsAlex Crichton-33/+31
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-18Stabilize std::borrowAaron Turon-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-2/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-35/+35
2014-11-06Fallout from collection conventionsAlexis Beingessner-22/+22
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-31DSTify HashJorge Aparicio-4/+4
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