about summary refs log tree commit diff
path: root/src/test/run-pass/nullable-pointer-size.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-35/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-2/+0
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+2
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-1/+0
2014-05-13test: Add missing `#![feature(managed_boxes)]`klutzy-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
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