about summary refs log tree commit diff
path: root/src/test/run-pass/move-arg-2.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-22/+0
2018-08-05Convert unknown_features lint into an errorvarkor-2/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+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-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-5/+3
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-3/+4
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/+3
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-3/+3
2013-10-23register snapshotsDaniel Micay-0/+2
2013-05-08test: Fix tests.Patrick Walton-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-12Make moves explicit in rpass testsTim Chevalier-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-3/+3
2012-06-28Parse ~[...] as [...]/~. Same for @ and &. Closes #2747.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-1/+1
2011-08-20ReformatBrian Anderson-5/+3
2011-08-09Actually perform handoff from caller to callee on move-mode args.Graydon Hoare-0/+12