rust/src/librustc_front
Marvin Löbel 2a8f358de7 Add syntax support for attributes on expressions and all syntax
nodes in statement position.

Extended #[cfg] folder to allow removal of statements, and
of expressions in optional positions like expression lists and trailing
block expressions.

Extended lint checker to recognize lint levels on expressions and
locals.
2015-11-26 21:46:12 +01:00
..
print Fix two long lines. 2015-11-18 19:23:29 -05:00
fold.rs Add syntax support for attributes on expressions and all syntax 2015-11-26 21:46:12 +01:00
hir.rs Add syntax support for attributes on expressions and all syntax 2015-11-26 21:46:12 +01:00
intravisit.rs Add comment explaining why it is called intravisit 2015-11-18 19:23:29 -05:00
lib.rs Remove all uses of #[staged_api] 2015-11-25 21:55:26 +03:00
lowering.rs Add syntax support for attributes on expressions and all syntax 2015-11-26 21:46:12 +01:00
util.rs Refactor the HIR so that items are stored in a map in the Crate, 2015-11-18 19:22:18 -05:00