about summary refs log tree commit diff
path: root/src/libsyntax/util/literal.rs
AgeCommit message (Collapse)AuthorLines
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-318/+0
2020-02-24Add some missing support for `NtIdent`Vadim Petrochenkov-3/+10
2020-02-13parser: fuse free `fn` parsing together.Mazdak Farrokhzad-0/+2
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-2/+2
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-54/+58
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-5/+5
also move MACRO_ARGUMENTS -> librustc_parse
2019-11-07move syntax::{parse::literal -> util::literal}Mazdak Farrokhzad-0/+305