| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -6/+0 | |
| 2020-04-28 | Allow Locals to be propagated into and from, but restricted to their own block | Félix Fischer | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2016-10-18 | Fix some pretty printing tests | Vadim Petrochenkov | -2/+0 | |
| 2016-08-04 | Update wording on E0080 | Shantanu Raj | -1/+1 | |
| Change "attempted" to "attempt" | ||||
| 2016-06-05 | trans: use the same messages for both MIR and old arithmetic checks. | Eduard Burtescu | -1/+1 | |
| 2016-06-05 | Enable the overflow-related tests for MIR | James Miller | -2/+0 | |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+5 | |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -2/+2 | |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -2/+2 | |
| 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] | ||||
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -1/+1 | |
| 2013-04-24 | Improve divide-by-zero error messages | Brendan Zabarauskas | -1/+1 | |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -1/+1 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-06-14 | Add zero check/fail paths on div/mod paths. Close #944. | Graydon Hoare | -0/+5 | |
