| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | ||||
