summary refs log tree commit diff
path: root/src/test/run-pass/deriving-primitive.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-27Test fixes and rebase conflictsAlex Crichton-3/+3
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-4/+4
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-01-25Uppercase numeric constantsChris Wong-3/+3
2013-10-05test: fix the tests for windowsErick Tryzelaar-1/+1
2013-10-02syntax: Add #[deriving(FromPrimitive)] syntax extensionErick Tryzelaar-0/+37