summary refs log tree commit diff
path: root/src/test/run-pass/deriving-global.rs
AgeCommit message (Expand)AuthorLines
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-4/+3
2015-03-31rustc: Remove old_orphan_check entirelyAlex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-3/+3
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-3/+3
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-3/+3
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+2
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-3/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-13test: Fix a pretty printing testAlex Crichton-2/+2
2014-05-13Touch up and rebase previous commitsAlex Crichton-12/+0
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-0/+2
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-3/+3
2014-02-24test: Use `#[deriving(Hash)]` in a couple testsErick Tryzelaar-0/+3
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-3/+3
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-3/+0
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-3/+3
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-1/+1
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-1/+1
2013-11-14test: Clean up xfail-{fast,win32} testsklutzy-1/+1
2013-06-24xfail-pretty on un-xfailed testDaniel Micay-0/+1
2013-06-24Fix/annotate a variety of xfailsCorey Richardson-1/+1
2013-06-14xfail test on windows, because extern mod doesn't work thereHuon Wilson-0/+2
2013-06-14syntax: correct the Rand::rand call to select enum variants in #[deriving(Ran...Huon Wilson-0/+39