summary refs log tree commit diff
path: root/src/test/run-pass/issue-2383.rs
AgeCommit message (Expand)AuthorLines
2017-06-13Merge crate `collections` into `alloc`Murarth-3/+0
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-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-3/+3
2013-07-11extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Dequeblake2-ppc-3/+4
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-02-16modernize std::dequeDaniel Micay-3/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
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-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-08-28CamelCasify lots of stdBen Striegel-1/+1
2012-05-29In reachability, don't ignore nested itemsTim Chevalier-0/+8