about summary refs log tree commit diff
path: root/src/test/compile-fail/recursion_limit.rs
AgeCommit message (Expand)AuthorLines
2017-02-09suggest doubling recursion limit in more situationsAlex Burka-57/+0
2016-03-16Stop ignoring expected note/help messages in compiletest suite.Corey Farwell-0/+11
2015-03-23Refactor how we handle overflow so that it is a fatal error that abortsNiko Matsakis-8/+1
2015-02-22Restore the coherence visitor and fix falloutsFlavio Percoco-0/+3
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-13/+13
2014-12-12Switch to using predicates to drive checking. Correct various tests --Niko Matsakis-2/+2
2014-12-08Stop masking overflow and propagate it out more aggressively; also improve er...Niko Matsakis-2/+6
2014-12-08Add ability to configure recursion limit.Niko Matsakis-0/+47