| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-27 | Change `alt` to `match` in filenames. | Lindsey Kuper | -47/+0 | |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵ | Patrick Walton | -1/+1 | |
| rs=implflipping | ||||
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-09-01 | Remove the 'to' keyword | Brian Anderson | -9/+9 | |
| 2012-08-23 | Remove match check from test cases | Tim Chevalier | -5/+10 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -5/+5 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -10/+10 | |
| 2012-04-25 | Rewrite exhaustiveness checker | Marijn Haverbeke | -5/+5 | |
| Issue #2111 | ||||
| 2011-11-22 | Only warn about unreachable range patterns when appropriate | Marijn Haverbeke | -9/+3 | |
| Also simplifies the literal-munging, and moves it into ast_util Closes #1170 | ||||
| 2011-09-28 | Revert "Revert "Implement pattern ranges for all numeric types."" | Brian Anderson | -0/+38 | |
| This reverts commit a034f87146e60e1db2327c6f6807c47406a1bb0b. Conflicts: src/comp/middle/check_alt.rs src/comp/middle/trans_alt.rs src/comp/syntax/ast.rs src/comp/syntax/ast_util.rs src/comp/syntax/fold.rs src/comp/syntax/print/pprust.rs Conflicts: src/comp/middle/trans_alt.rs | ||||
| 2011-09-21 | Revert "Implement pattern ranges for all numeric types." | Marijn Haverbeke | -38/+0 | |
| This reverts commit ce0f054f9d56df4e60291fc2e1b89ce979cf374f. | ||||
| 2011-09-21 | Implement pattern ranges for all numeric types. | Josh Matthews | -0/+38 | |
