| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -22/+0 | |
| 2016-08-19 | wording fixes in error messages | Jonathan Turner | -1/+1 | |
| 2016-05-02 | update test cases to reflect new messages | Niko Matsakis | -2/+2 | |
| 2015-01-27 | Adjust error messages due to having more type information available. | Niko Matsakis | -1/+2 | |
| 2015-01-20 | Forbid coercing &T to &mut T | Seo Sanghyeon | -1/+5 | |
| 2015-01-08 | rollup merge of #20754: nikomatsakis/int-feature | Alex Crichton | -1/+1 | |
| Conflicts: src/test/compile-fail/borrowck-move-out-of-overloaded-auto-deref.rs src/test/compile-fail/issue-2590.rs src/test/compile-fail/lint-stability.rs src/test/compile-fail/slice-mut-2.rs src/test/compile-fail/std-uncopyable-atomics.rs | ||||
| 2015-01-08 | Update compile fail tests to use isize. | Huon Wilson | -1/+1 | |
| 2015-01-08 | Update the "English-language" to-string function of a `cmt` to use | Niko Matsakis | -1/+1 | |
| more modern terminology and update tests accordingly. | ||||
| 2015-01-07 | remove some `slicing_syntax` feature gates | Jorge Aparicio | -2/+0 | |
| 2015-01-07 | fallout | Nick Cameron | -1/+1 | |
| 2015-01-07 | Tests | Nick Cameron | -1/+1 | |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -1/+1 | |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -5/+0 | |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+2 | |
| [breaking-change] If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate. | ||||
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+0 | |
| This reverts commit 95cfc35607ccf5f02f02de56a35a9ef50fa23a82. | ||||
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+2 | |
| [breaking-change] If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate. | ||||
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -0/+22 | |
| `expr[]`, `expr[expr..]`, `expr[..expr]`,`expr[expr..expr]` Uses the Slice and SliceMut traits. Allows ... as well as .. in range patterns. | ||||
