| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-07 | Check for literals that are out of range for their type | Marijn Haverbeke | -1/+18 | |
| 2011-12-02 | const_check: trans: added support for trivial casts | Stefan Plantikow | -0/+1 | |
| Part of #1215 | ||||
| 2011-12-02 | Allow literal patterns to contain arbitrary literal expressions | Marijn Haverbeke | -31/+46 | |
| This removes the need for the unary minus hacks, and allows some other neat things like matching on 1 >> 4. Issue #954 | ||||
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 | |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -1/+0 | |
| 2011-11-09 | trans: Add binops (except for logic and comparators) and unops to ↵ | Joshua Wise | -1/+13 | |
| trans_const_expr. Working towards issue #570. | ||||
| 2011-11-09 | middle: Add a pass to reject bad const expressions earlier. Currently just ↵ | Joshua Wise | -0/+42 | |
| rejects unimplemented const expressions, but will be needed later. | ||||
