| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-08 | Update compile fail tests to use usize. | Huon Wilson | -1/+1 | |
| 2014-12-20 | Allow use of `[_ ; n]` syntax for fixed length and repeating arrays. | Nick Cameron | -1/+1 | |
| This does NOT break any existing programs because the `[_, ..n]` syntax is also supported. | ||||
| 2014-11-01 | Add lint for checking exceeding bitshifts #17713 | Falco Hirschenberger | -1/+1 | |
| 2014-10-17 | Make the tests green as they should on 32-bit architectures | Ariel Ben-Yehuda | -1/+1 | |
| On 32-bit architectures, the size calculations on two of the tests wrap-around in typeck, which gives the relevant arrays a size of 0, which is (correctly) successfully allocated. | ||||
| 2014-10-15 | response for review comments | Ariel Ben-Yehuda | -0/+15 | |
