| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-05-19 | Address review commets | Ariel Ben-Yehuda | -9/+9 | |
| I think I didn't run tests properly - my second call to select_all_obligations_or_error has made 3 tests fail. However, this is just an error message change - integer fallback never worked with casts. | ||||
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -1/+1 | |
| + lots of rebasing | ||||
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -1/+1 | |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -1/+1 | |
| here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test. | ||||
| 2015-02-11 | Opt into `box_patterns` feature gate in all tests that use them. | Felix S. Klock II | -0/+1 | |
| 2015-01-31 | Kill more `isize`s | Tobias Bucher | -9/+9 | |
| 2015-01-12 | Fix testsuite errors | mdinger | -3/+18 | |
| 2015-01-08 | Update compile-fail tests to use is/us, not i/u. | Huon Wilson | -9/+9 | |
| 2015-01-08 | Update compile fail tests to use isize. | Huon Wilson | -1/+1 | |
| 2015-01-08 | compile-fail tests: Add feature attributes to enable box pat/expr syntax in ↵ | Felix S. Klock II | -0/+2 | |
| various tests. | ||||
| 2014-10-24 | Update tests with the new error messages | Jakub Bukaj | -6/+6 | |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -9/+9 | |
| This breaks a fair amount of code. The typical patterns are: * `for _ in range(0, 10)`: change to `for _ in range(0u, 10)`; * `println!("{}", 3)`: change to `println!("{}", 3i)`; * `[1, 2, 3].len()`: change to `[1i, 2, 3].len()`. RFC #30. Closes #6023. [breaking-change] | ||||
| 2014-06-22 | Make destructuring trait reference work | Edward Wang | -0/+41 | |
| Closes #15031. | ||||
