about summary refs log tree commit diff
path: root/src/test/run-pass/rfc-2005-default-binding-mode
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-637/+0
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-2/+2
These were stabilized in March 2018's #47813, and are the Preferred Way to Do It going forward (q.v. #51043).
2018-03-28Stabilize match_default_bindingsTaylor Cramer-24/+0
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-02-22reset default binding mode when we pass through a `&` patternNiko Matsakis-0/+25
Fixes #46688.
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-0/+636
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