summary refs log tree commit diff
path: root/src/test/run-pass/match-pattern-bindings.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-3/+3
2014-08-01librustc: Forbid pattern bindings after `@`s, for memory safety.Patrick Walton-13/+4
2014-07-07Properly bind nested pattern bindings when there's more than oneJakub Wieczorek-0/+38