summary refs log tree commit diff
path: root/src/test/run-pass/match-str.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-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-4/+4
2014-10-29Rename fail! to panic!Steve Klabnik-6/+6
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-4/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-5/+5
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-6/+6
2013-09-30rpass: Remove usage of fmt!Alex Crichton-6/+6
2013-05-27Change `alt` to `match` in filenames.Lindsey Kuper-0/+31