rust/src/libsyntax/parse
bors cec1f38c30 auto merge of #5077 : jbclements/rust/increase-monomorphization-depth-limit, r=catamorphism
It appears that using deriving_eq/auto_encode on ASTs bumps up against the "gee this looks like infinite unfolding" limit of 10 in monomorphization. Increasing it to 30 seems to solve this problem for me....

Also, commenting and a few renames.
2013-02-21 19:36:35 -08:00
..
attr.rs Cleanup, commenting, trivial renaming 2013-02-21 16:17:06 -08:00
classify.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
comments.rs Get rid of structural records in libsyntax and the last bit in librustc. 2013-02-21 00:19:15 -08:00
common.rs Get rid of structural records in libsyntax and the last bit in librustc. 2013-02-21 00:19:15 -08:00
eval.rs Get rid of structural records in libsyntax and the last bit in librustc. 2013-02-21 00:19:15 -08:00
lexer.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
mod.rs Cleanup, commenting, trivial renaming 2013-02-21 16:17:06 -08:00
obsolete.rs librustc: Separate the rest of the trait bounds with + and stop parsing space-separated ones. rs=plussing 2013-02-21 08:29:48 -08:00
parser.rs auto merge of #5077 : jbclements/rust/increase-monomorphization-depth-limit, r=catamorphism 2013-02-21 19:36:35 -08:00
prec.rs libsyntax: De-export a lot of libsyntax. rs=deëxporting 2013-01-29 13:55:30 -08:00
token.rs libsyntax: convert interner into a modern struct 2013-02-19 10:02:50 -08:00