summary refs log tree commit diff
path: root/src/test/run-pass/borrowed-ptr-pattern-2.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-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
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-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-23Fix trans for region patterns (&P)Niko Matsakis-5/+6
2012-09-07Implement &-patternsTim Chevalier-0/+10