about summary refs log tree commit diff
path: root/src/test/run-pass/argument-passing.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-12/+0
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-01-05fix rpass testsJorge Aparicio-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-2/+2
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-1/+3
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-5/+5
2013-05-08test: Fix tests.Patrick Walton-2/+4
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-5/+5
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-5/+5
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-4/+4
2013-02-22Remove legacy_modes from test casesBrian Anderson-3/+2
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
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-2/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-12Make moves explicit in rpass testsTim Chevalier-1/+1
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-4/+4
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-05-29make all arguments modes immutableNiko Matsakis-1/+0
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-1/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-2/+2
2011-09-12Fix tests for new argument-passing conventionMarijn Haverbeke-0/+18