summary refs log tree commit diff
path: root/src/test/run-pass/vec-to_str.rs
AgeCommit message (Expand)AuthorLines
2014-08-26Rebasing changesNick Cameron-2/+2
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-4/+3
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-4/+4
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2014-02-02Update/delete tests using @[].Huon Wilson-6/+0
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-6/+6
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
2013-02-27Added ToStr implementations for &[T] and @[T]Marvin Löbel-0/+24