| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-31 | Kill more `isize`s | Tobias Bucher | -1/+1 | |
| 2015-01-08 | Update compile-fail tests to use is/us, not i/u. | Huon Wilson | -1/+1 | |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 | |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 | |
| floating point numbers for real. This will break code that looks like: let mut x = 0; while ... { x += 1; } println!("{}", x); Change that code to: let mut x = 0i; while ... { x += 1; } println!("{}", x); Closes #15201. [breaking-change] | ||||
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -2/+2 | |
| Closes #2569 | ||||
| 2013-05-30 | Promote unreachable code to being a lint attribute | Alex Crichton | -3/+5 | |
| 2013-03-11 | Remove uses of log | Brian Anderson | -1/+1 | |
| 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-03-10 | Tweak some test cases and add a few new ones | Tim Chevalier | -0/+6 | |
