about summary refs log tree commit diff
path: root/src/test/ui/parser/recover-range-pats.stderr
AgeCommit message (Expand)AuthorLines
2020-09-26`char` not charvarkor-12/+12
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+6
2020-01-24Normalise notes with the/isvarkor-1/+1
2020-01-11Ban `...X` pats, harden tests, and improve diagnostics.Mazdak Farrokhzad-53/+53
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-247/+102
2019-12-30refactor and fix this-expression-has-type noteMazdak Farrokhzad-6/+9
2019-12-30note other end-point when typeck range patsMazdak Farrokhzad-18/+30
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-36/+0
2019-11-13Tweak non-char/numeric in range pattern diagnosticYuki Okushi-48/+24
2019-07-30Account for maybe_whole_expr in range patterns.Mazdak Farrokhzad-1/+82
2019-07-28And --bless tests accordingly for those exceptions.Mazdak Farrokhzad-332/+80
2019-07-28Test parsing and recovery of all sorts of range patterns.Mazdak Farrokhzad-0/+790