about summary refs log tree commit diff
path: root/src/test/compile-fail/integral-indexing.rs
AgeCommit message (Expand)AuthorLines
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-6/+6
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-7/+7
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-0/+26