summary refs log tree commit diff
path: root/src/test/run-pass/small-enum-range-edge.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-04-01Fallout in testsNiko Matsakis-2/+2
2015-04-01Include feature `core` to get access to `wrapping_add`.Felix S. Klock II-0/+3
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-4/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+6
2014-11-17Switch to purely namespaced enumsSteven Fackler-10/+10
2013-10-29Initial implementation of enum discrimnant sizing.Jed Davis-0/+32