rust/src/libsyntax/parse
Esteban Küber c1383e4dc4 Add filtering options to rustc_on_unimplemented
- filter error on the evaluated value of `Self`
 - filter error on the evaluated value of the type arguments
 - add argument to include custom note in diagnostic
 - allow the parser to parse `Self` when processing attributes
 - add custom message to binops
2018-02-01 15:06:20 -08:00
..
lexer Toggle span highlighting on -Zteach 2018-01-29 08:59:15 -08:00
attr.rs Add filtering options to rustc_on_unimplemented 2018-02-01 15:06:20 -08:00
classify.rs Catch expression does not require semicolon to be a statement 2017-07-18 03:42:21 +03:00
common.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
mod.rs Do not capture stderr in the compiler. Instead just panic silently for fatal errors 2018-01-26 04:52:30 +01:00
obsolete.rs address review comments 2017-11-20 18:03:20 +00:00
parser.rs Add filtering options to rustc_on_unimplemented 2018-02-01 15:06:20 -08:00
token.rs Support extern in paths 2018-01-03 18:09:20 +03:00