summary refs log tree commit diff
path: root/src/test/compile-fail/issue-8727.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-7/+3
2014-12-02Correct various compile-fail tests. Most of the changes are because weNiko Matsakis-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-2/+0
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-3/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13Introduce a common recursion limit for auto-dereference and monomorphization.Eduard Burtescu-1/+1
2014-02-14Test fixes and rebase conflicts from rollupsAlex Crichton-1/+5
2014-02-14Ensure an error is raised on infinite recursionFlavio Percoco-0/+24