summary refs log tree commit diff
path: root/src/test/compile-fail/minus-string.rs
AgeCommit message (Expand)AuthorLines
2014-06-05Fallout from the libcollections movementAlex Crichton-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-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-14Treat bare vector and string literals as fixed length vecs. Closes #2922.Michael Sullivan-1/+1
2012-07-13Change the pretty printer to print vstores for strs in prefix notation.Michael Sullivan-1/+1
2012-07-12Make str be treated as str/~.Michael Sullivan-1/+1
2012-01-26Allow operator overloading of the indexing operatorMarijn Haverbeke-1/+1
2012-01-26First stab at operator overloadingMarijn Haverbeke-1/+1
2011-12-28On second thought, re-land pull request #1385 with backquotes; easier to grep...Graydon Hoare-1/+1
2011-12-25Use singlequotes in the typechecker too, to distinguish code and EnglishLenny222-1/+1
2011-09-02Print the type of istrs as 'str' in error messages. Issue #855Brian Anderson-1/+1
2011-09-01Fix the error-patterns in 2 cfail tests. Issue #855Brian Anderson-1/+1
2011-08-20ReformatBrian Anderson-3/+1
2011-08-12Properly typecheck unary minusMarijn Haverbeke-0/+5