summary refs log tree commit diff
path: root/src/test/compile-fail/match-range-fail.rs
AgeCommit message (Expand)AuthorLines
2018-03-28Stabilize match_default_bindingsTaylor Cramer-2/+0
2017-10-30typeck: suggest use of match_default_bindings featureTamir Duberstein-0/+2
2016-07-28Move to {integer} and {float}Jonathan Turner-2/+2
2016-07-28Rename _ to {numerics} for unknown numeric typesJonathan Turner-1/+1
2016-07-22remove rustc_typeck::same_type_errAriel Ben-Yehuda-2/+3
2016-05-02update test cases to reflect new messagesNiko Matsakis-2/+1
2015-07-17Clarify the usage of "hints" in const_eval.Eli Friedman-6/+0
2015-06-03Improve diagnostic messages for range patterns.Michael Sproul-9/+19
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-4/+4
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-4/+4
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-3/+3
2014-06-08Improve error message for range in matchPiotr Jawniak-1/+1
2013-05-27Change `alt` to `match` in filenames.Lindsey Kuper-0/+29