about summary refs log tree commit diff
path: root/src/test/compile-fail/use-after-move-implicity-coerced-object.rs
AgeCommit message (Expand)AuthorLines
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-3/+3
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+4
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-0/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-3/+2
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-3/+5
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-1/+1
2014-02-07Added tests to make tidyDerek Guenther-2/+4
2014-01-13librustc: Don't allow use after move of implicitly coerced object. Fixes #11481.Luqman Aden-0/+37