summary refs log tree commit diff
path: root/src/test/run-pass/enum-discrim-width-stuff.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-2/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-3/+3
2014-10-16Remove libdebug and update tests.Luqman Aden-4/+3
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-6/+2
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2013-10-30Fix check-fast breakage in new enum test.Jed Davis-1/+1
2013-10-29Add tests for enum discriminant sizing.Jed Davis-7/+42
2013-10-29Adjust reflection for the possibility of discriminants larger than int.Jed Davis-7/+2
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-2/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-2/+2
2013-08-24Add a test case for the preceding changes.Jed Davis-0/+25