about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-loan-blocks-move-cc.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-2/+2
2014-02-11test -- update tests with new error messagesNiko Matsakis-0/+2
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-1/+1
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30cfail: Remove usage of fmt!Alex Crichton-2/+2
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-04-30new borrow checker (mass squash)Niko Matsakis-4/+4
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-8/+8
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-4/+4
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-4/+4
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-3/+0
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-0/+3
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-3/+0
2012-05-16add xfail-fast directives for borrowck testsNiko Matsakis-0/+1
2012-05-10replace mutbl pass with borrowckNiko Matsakis-0/+24