rust/src/librustc_parse/parser
2020-06-15 11:50:27 -04:00
..
attr.rs Add error code to inner doc comment attribute error 2020-04-22 11:08:50 +02:00
diagnostics.rs Fix more clippy warnings 2020-06-09 18:51:08 +02:00
expr.rs Track span of function in method calls, and use this in #[track_caller] 2020-06-10 17:30:11 -04:00
generics.rs Don't lose empty where clause when pretty-printing 2020-06-08 21:09:54 -04:00
item.rs Only capture tokens for items with outer attributes 2020-05-25 23:44:40 -04:00
mod.rs Always capture tokens for macro_rules! arguments 2020-06-15 11:50:27 -04:00
pat.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
path.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
stmt.rs Detect errors caused by async block in 2015 edition 2020-05-05 19:35:20 -07:00
ty.rs parse: recover on const fn() / async fn(). 2020-03-26 09:44:11 +01:00