summary refs log tree commit diff
path: root/src/test/run-pass/estr-slice.rs
AgeCommit message (Expand)AuthorLines
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-2/+2
2014-05-01remove leftover obsolete string literalsDaniel Micay-8/+8
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-6/+6
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-6/+6
2013-09-30rpass: Remove usage of fmt!Alex Crichton-6/+6
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-6/+6
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-3/+3
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-19/+19
2013-03-11Remove uses of logBrian Anderson-6/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-19/+19
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-08-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-7/+3
2012-08-07Const slices now work. Something odd about non-const cases though, see #3138.Graydon Hoare-2/+7
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-8/+8
2012-05-03Implement better shape code for evec, estr.Graydon Hoare-4/+44
2012-04-11Translate slice-strings and make fixed-strings carry their null.Graydon Hoare-5/+4
2012-04-11Add some xfailed estr tests.Graydon Hoare-0/+8