summary refs log tree commit diff
path: root/src/test/run-pass/nullable-pointer-size.rs
AgeCommit message (Expand)AuthorLines
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-3/+3
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-2/+2
2013-04-22Add some tests for nullable-pointer enumsJed Davis-0/+44