summary refs log tree commit diff
path: root/src/test/run-pass/enum-discrim-width-stuff.rs
AgeCommit message (Expand)AuthorLines
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