summary refs log tree commit diff
path: root/src/test/run-pass/issue-9382.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2014-08-09Fix misspelled comments for tests.Joseph Crail-1/+1
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-5/+5
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-2/+2
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-2/+4
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2014-02-02Update/delete tests using @[].Huon Wilson-8/+0
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-4/+4
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-0/+1
2013-12-11Make 'self lifetime illegal.Erik Price-4/+4
2013-12-06librustc: Pass the correct type when adding cleanups.Luqman Aden-0/+53