summary refs log tree commit diff
path: root/src/test/ui/rfc-2005-default-binding-mode
AgeCommit message (Collapse)AuthorLines
2018-04-18Update the previously checkpointed (but unused by bors) tests to reflect ↵Felix S. Klock II-12/+24
current reality.
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+56
2018-04-05make mem-categorization use adjusted type for patternsNiko Matsakis-0/+47
Fixes #49631
2018-03-28Stabilize match_default_bindingsTaylor Cramer-51/+12
This includes a submodule update to rustfmt in order to allow a stable feature declaration.
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+1
Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)`
2018-03-14update testsGuillaume Gomez-9/+9
2018-02-26Update UI testsVadim Petrochenkov-20/+20
2018-02-25Update ui testsGuillaume Gomez-0/+9
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-1/+1
2017-11-24Use `get_parent_node` instead of using spansEsteban Küber-1/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-24/+26
2017-11-15Point to ADT definition when not finding variant, method, assoc typeEsteban Küber-1/+1
2017-10-30typeck: suggest use of match_default_bindings featureTamir Duberstein-0/+25
Fixes #45383. Updates #42640.
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-0/+338
See the [RFC] and [tracking issue]. [tracking issue]: https://github.com/rust-lang/rust/issues/42640 [RFC]: https://github.com/rust-lang/rfcs/blob/491e0af/text/2005-match-ergonomics.md