about summary refs log tree commit diff
path: root/src/librustc_parse/lexer
AgeCommit message (Expand)AuthorLines
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-1/+1
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-2/+1
2020-01-03tweak wording of mismatched delimiter errorsAndy Russell-5/+5
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-6/+6
2019-12-31Inline and remove `nfc_symbol_from` method.Charles Lew-8/+1
2019-12-31Add symbol normalization for proc_macro_server.Charles Lew-8/+12
2019-12-26Normalize identifiers in librustc_parse.Charles Lew-2/+15
2019-12-22Format the worldMark Rousskov-170/+181
2019-12-05rustc_parser: cleanup importsMazdak Farrokhzad-13/+10
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+1530