summary refs log tree commit diff
path: root/src/test/compile-fail/kindck-send.rs
AgeCommit message (Expand)AuthorLines
2014-06-20libsyntax: Stop parsing `+` with no bounds after it.Patrick Walton-1/+1
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-5/+5
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-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-6/+6
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/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-11-05Make TypeContents consider the type `T` to be reachable via `*T` pointersNiko Matsakis-0/+59