summary refs log tree commit diff
path: root/src/test/run-pass/issue-3559.rs
AgeCommit message (Expand)AuthorLines
2017-06-13Merge crate `collections` into `alloc`Murarth-4/+0
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-24Modify collection's `Debug` output to resemble in their content onlyTobias Bucher-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+3
2014-02-12Reenable some ignored test casesFlorian Hahn-17/+10
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-3/+3
2013-10-24Remove even more of std::ioAlex Crichton-3/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-3/+3
2013-05-11Correct testcases that passed because fns with #[test] were stripped before e...Huon Wilson-4/+2
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-1/+1
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-2/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-07test: Regular expression mistake. rs=bustagePatrick Walton-1/+1
2013-01-07test: Fix check-fast for resolve changes. rs=bustagePatrick Walton-1/+1
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-1/+2
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-06Test cases, some xfailedTim Chevalier-0/+26