about summary refs log tree commit diff
path: root/src/librustc_parse/lexer/tokentrees.rs
AgeCommit message (Expand)AuthorLines
2020-04-04Run fmtKevin Per-31/+16
2020-04-04Drop `this` in error message to not reach 100 charactersKevin Per-1/+1
2020-04-04Show open and closed braces of last proper blockKevin Per-9/+39
2020-04-03Fixing testsKevin Per-1/+0
2020-04-02Check if the suggestion's `this block is empty...` span is in the last proper...Kevin Per-4/+19
2020-04-01Revert "Dropping "block is empty..." error message on incorrect closing delim...Kevin Per-3/+7
2020-03-31Dropping "block is empty..." error message on incorrect closing delimiter #70583Kevin Per-7/+3
2020-03-04On mismatched delimiters, only point at empty blocks that are in the same lineEsteban Küber-1/+6
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-6/+6
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-28Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simu...Dylan DPC-1/+1
2020-02-27don't use .into() to convert types into identical types.Matthias Krüger-1/+1
2020-02-27use find(x) instead of filter(x).next()Matthias Krüger-5/+2
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-1/+1
2020-01-03tweak wording of mismatched delimiter errorsAndy Russell-5/+5
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-27/+31
2019-12-05rustc_parser: cleanup importsMazdak Farrokhzad-5/+3
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+280