about summary refs log tree commit diff
path: root/src/test/run-pass/nullable-pointer-iotareduction.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-05Convert unknown_features lint into an errorvarkor-2/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-03-09tests: Avoid transmuting from fn item types.Eduard Burtescu-7/+4
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-3/+3
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2015-01-06Fix falloutCorey Richardson-11/+11
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-2/+2
2014-12-05Utilize fewer reexportsCorey Farwell-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-6/+6
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-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-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-1/+1
2014-05-13test: Add missing `#![feature(managed_boxes)]`klutzy-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-3/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-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-0/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-02-25test: Clean out the test suite a bitAlex Crichton-16/+4
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-02-02Update/delete tests using @[].Huon Wilson-2/+0
2014-02-02test: Remove `@str` from the test suitePatrick Walton-1/+0
2013-11-28Register new snapshotsAlex Crichton-3/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-5/+10
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-2/+0
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-1/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-3/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-04-22Add some tests for nullable-pointer enumsJed Davis-0/+87