about summary refs log tree commit diff
path: root/src/test/ui/half-open-range-patterns
AgeCommit message (Collapse)AuthorLines
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+68
2020-02-09--bless --compare-mode=nllMatthias Prechtl-6/+6
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+4
2020-01-11Ban `...X` pats, harden tests, and improve diagnostics.Mazdak Farrokhzad-37/+156
Also fix a bug with the span passed in `mk_range`.
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-0/+1555
This feature adds `X..`, `..X`, and `..=X` patterns.