summary refs log tree commit diff
path: root/src/test/run-pass/nullable-pointer-size.rs
AgeCommit message (Expand)AuthorLines
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-1/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-02-02Update/delete tests using @[].Huon Wilson-1/+0
2014-02-02test: Remove `@str` from the test suitePatrick Walton-1/+0
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