summary refs log tree commit diff
path: root/src/test/run-pass/issue-9446.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
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-2/+2
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-1/+2
2013-10-01Merge fall out of removing fmt!Alex Crichton-1/+1
2013-10-01fix dropping non-primitive immediatesDaniel Micay-3/+1
2013-09-30Add test for issue #9446.David Creswick-0/+40