about summary refs log tree commit diff
path: root/src/test/compile-fail/use-after-move-implicity-coerced-object.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-40/+0
2015-04-09Remove `ignore-tidy-linelength` from tests that no longer need itLuke Gallagher-2/+0
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-2/+2
2015-02-21Kill fmt::Show and fmt::String with fire!Simonas Kazlauskas-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
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