summary refs log tree commit diff
path: root/src/test/run-pass/regions-mock-tcx.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout in testsNiko Matsakis-4/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-06Ported regions-mock-tcx to use TypedArena rather than Arena since it holdsFelix S. Klock II-8/+11
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-10/+4
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-2/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+9
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-11core: Remove the cast moduleAlex Crichton-1/+0
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2014-03-23use TotalEq for HashMapDaniel Micay-1/+3
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-0/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-0/+1
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+2
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-29extra: move arena to libarenaDavid Manescu-3/+2
2014-01-28syntax: make deriving have slightly less cryptic error messages.Huon Wilson-1/+9
2013-11-09Make irrelevant changes to regions-mock-tcx to convince the pretty printer to...Niko Matsakis-4/+0
2013-11-09xfail-fast regions-mock-tcx.rsNiko Matsakis-0/+2
2013-11-08Add new tests showing multiple lifetime parameters in useNiko Matsakis-0/+124