| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -23/+0 | |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -2/+2 | |
| 2015-01-08 | Rename `target_word_size` to `target_pointer_width` | Nick Cameron | -2/+2 | |
| Closes #20421 [breaking-change] | ||||
| 2014-12-20 | Allow use of `[_ ; n]` syntax for fixed length and repeating arrays. | Nick Cameron | -2/+2 | |
| This does NOT break any existing programs because the `[_, ..n]` syntax is also supported. | ||||
| 2014-11-19 | clearly define `int` and `uint` to fix unsoundness | Daniel Micay | -0/+6 | |
| This fixes the gap in the language definition causing #18726 by defining a clear bound on the maximum size for libraries to enforce. Closes #18069 | ||||
| 2014-10-15 | response for review comments | Ariel Ben-Yehuda | -0/+17 | |
