| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2015-04-21 | add notes clarifying introduction of warnings for a pair of run-pass tests. | Felix S. Klock II | -0/+8 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -4/+4 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -10/+10 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -4/+4 |
| 2015-01-05 | Un-gate macro_rules | Keegan McAllister | -2/+0 |
| 2014-08-29 | Add support for labeled while loops. | Pythoner6 | -0/+17 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -6/+6 |
| 2014-05-13 | compiletest: Test `--pretty expanded` | klutzy | -0/+2 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -1/+1 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -0/+59 |
