summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-16/+16
2013-03-23turn std::oldmap into a wrapper around LinearMapDaniel Micay-5/+3
2013-03-22test: Remove `pure` from the test suitePatrick Walton-2/+2
2013-03-22test: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-21auto merge of #5480 : pcwalton/rust/at-const, r=pcwaltonbors-0/+1
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-0/+1
2013-03-20add assert_eq! macroJohn Clements-0/+8
2013-03-19Allow custom messages on assert statementsAlex Crichton-0/+15
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-2/+2
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-1/+1
2013-03-11Remove the log keyword (by renaming it to __log)Brian Anderson-14/+0
2013-03-11Remove uses of logBrian Anderson-22/+22
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-2/+2
2013-03-07test: Fix tests.Patrick Walton-2/+5
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-14/+14
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-5/+9
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-8/+9
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-2/+2
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-1/+1
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-3/+12
2013-02-23test: Fix comments in pretty-printed test. rs=burningtreePatrick Walton-2/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-7/+7
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-9/+9
2013-02-14libcore: Remove ptr::mut_addr_of since &mut is coerced to *mutLuqman Aden-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-15/+15
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-91/+91
2013-02-11rt: remove last_os_error and adjust tests.Luqman Aden-2/+2
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-3/+3
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-8/+8
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-113/+113
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-0/+1
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-9/+4
2013-01-30Remove oldcomm from the test suiteBrian Anderson-56/+13
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-2/+2
2013-01-26testsuite: Eliminate structural records from run-fail testsTim Chevalier-7/+21
2013-01-24librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...Patrick Walton-0/+0
2013-01-24librustc: Make C functions unsafePatrick Walton-4/+8
2013-01-23libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti...Patrick Walton-0/+6
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-14/+20
2013-01-20testsuite: Un-xfail test for #3029 and move to run-failTim Chevalier-0/+17
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...Patrick Walton-0/+32
2013-01-15librustc: Make the default sigil for block lambdas `&` instead of `@`.Graydon Hoare-1/+1
2013-01-10mode: reset mode on entry to fn body.Niko Matsakis-1/+1
2012-12-14Fix broken testsBrian Anderson-1/+1
2012-12-14Rename core::comm to core::oldcommBrian Anderson-16/+16
2012-12-13Rename Send trait to OwnedBrian Anderson-4/+4
2012-12-10Adjust the die macro to only accept ~str and to work in statement positionBrian Anderson-0/+19
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+1020