about summary refs log tree commit diff
path: root/src/test/run-pass/cleanup-rvalue-temp-during-incomplete-alloc.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-48/+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/+3
2018-08-05Convert unknown_features lint into an errorvarkor-1/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-0/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-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-06Fallout from stabilizationAaron Turon-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-5/+5
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/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-0/+39