summary refs log tree commit diff
path: root/src/test/run-pass/match-pipe-binding.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-5/+5
2014-10-29Rename fail! to panic!Steve Klabnik-5/+5
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-4/+4
2014-05-27std: Remove String's to_ownedRicho Healey-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-5/+5
2013-09-30rpass: Remove usage of fmt!Alex Crichton-5/+5
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-08-16Pointers to bound variables are stored after all patterns are matched.Dmitry Ermolov-2/+0
2013-08-16Test for issue #6338.Dmitry Ermolov-0/+70