summary refs log tree commit diff
path: root/src/librustc_parse/parser/attr.rs
AgeCommit message (Expand)AuthorLines
2020-01-12Add backticks in appropriate placesvarkor-2/+2
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-31parser::attr: remove .fatal callsMazdak Farrokhzad-2/+4
2019-12-31parser: call .struct_span_err directlyMazdak Farrokhzad-4/+3
2019-12-23fix rebase falloutMazdak Farrokhzad-1/+1
2019-12-23extract parse_not_exprMazdak Farrokhzad-3/+4
2019-12-22Format the worldMark Rousskov-31/+38
2019-12-20fix bug in parse_tuple_parens_expr + related refactoringMazdak Farrokhzad-16/+7
2019-12-06parse_meta: ditch parse_in_attrMazdak Farrokhzad-2/+17
2019-12-06cfg_attr: avoid .outer_tokensMazdak Farrokhzad-8/+4
2019-12-05rustc_parser: cleanup importsMazdak Farrokhzad-1/+1
2019-12-02syntax: Use `ast::MacArgs` for attributesVadim Petrochenkov-27/+3
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-1/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+351