summary refs log tree commit diff
path: root/src/librustc/middle/recursion_limit.rs
AgeCommit message (Expand)AuthorLines
2016-12-02limit the length of types in monomorphizationAriel Ben-Yehuda-5/+16
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-1/+1
2016-08-25Refactor away `AttrMetaMethods`.Jeffrey Seyfried-1/+0
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-30std: Stabilize FromStr and parseAlex Crichton-2/+1
2015-01-20Add error codes to rustcBrian Anderson-1/+1
2015-01-11Fix attr syntax in recursion limit diagnosticSteven Fackler-2/+2
2014-12-08Add ability to configure recursion limit.Niko Matsakis-0/+39