| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 | |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 | |
| 2013-01-08 | Remove ret_style and instead check whether fn return type is bot | Niko Matsakis | -1/+1 | |
| cc #3681 | ||||
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 | |
| 2012-06-30 | change the test suite `//! kind` syntax to `//~ kind` in order to avoid a | Gareth Daniel Smith | -2/+2 | |
| conflict with the new single-line-sugared-inner-doc-comment (`//! ...`). | ||||
| 2012-06-19 | Adding `i` suffixes so cfail tests keep failing after suffix inference | Lindsey Kuper | -1/+1 | |
| 2012-04-06 | improve error messages | Niko Matsakis | -1/+1 | |
| 2012-03-24 | correct more broken tests | Niko Matsakis | -2/+4 | |
| 2012-03-05 | rustc: Lower case error messages | Brian Anderson | -1/+1 | |
| 2012-01-20 | Handle fail after return correctly in typestate | Tim Chevalier | -0/+3 | |
| Previously, typestate would conclude that this function was correctly diverging: fn f() -> ! { ret; fail; } even though it always returns to the caller. It wasn't handling the i_diverge and i_return bits correctly in the fail case. Fixed it. Closes #897 | ||||
