Commit Graph

22 Commits

Author SHA1 Message Date
Patrick Walton 1e91595520 librustc: Remove `fail_unless!` 2013-03-29 16:39:08 -07:00
Niko Matsakis 852619d5d7 Remove `++` mode from the compiler (it is parsed as `+` mode)
and obsolete `-` mode altogether (it *was* parsed as `+` mode).
2013-03-13 17:00:09 -04:00
Patrick Walton d7e74b5e91 librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
Patrick Walton 82062a6348 test: De-mut the test suite. rs=demuting 2013-02-22 18:35:01 -08:00
Brian Anderson ddd9fb6c1e Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
Luqman Aden 178882c98f tests/tutorials: Get rid of `move`. 2013-02-15 02:49:55 -08:00
Graydon Hoare 89c8ef792f check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
Tim Chevalier 6d4907a742 testsuite: Eliminate uses of structural records from most run-pass tests
Except the pipes tests (that needs a snapshot)
2013-01-26 11:35:17 -08:00
Graydon Hoare d1affff623 Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
Tim Chevalier 3ebd878f4a Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
Tim Chevalier f96a2a2ca1 Remove by-mutable-ref mode from the compiler
and test cases. Closes #3513
2012-10-05 22:45:50 -07:00
Brian Anderson 35a9353774 xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
Patrick Walton e653d493fb rustc: Remove legacy mode inference, unless #[legacy_modes] is used 2012-09-18 15:53:04 -07:00
Brian Anderson b355936b4d Convert ret to return 2012-08-01 19:16:06 -07:00
Brian Anderson d1fc2b5995 Convert to new closure syntax 2012-07-01 19:19:32 -07:00
Niko Matsakis f90228b8a8 make all arguments modes immutable
note: you can still move from copy/move mode args
2012-05-29 16:22:17 -07:00
Graydon Hoare 6e6798c4e1 Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
Niko Matsakis dc07280b08 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
Niko Matsakis 5e13d19cc0 s/block()/fn()/g 2012-01-23 19:06:33 -08:00
Marijn Haverbeke ca1df2b111 Pretty-print for new arg-mode syntax 2011-09-12 12:49:00 +02:00
Marijn Haverbeke fc6b7c8b38 Reformat for new mode syntax, step 1
Long lines were fixed in a very crude way, as I'll be following up
with another reformat in a bit.
2011-09-12 12:04:14 +02:00
Marijn Haverbeke 8b7909afd7 Fix tests for new argument-passing convention 2011-09-12 11:07:20 +02:00