about summary refs log tree commit diff
path: root/src/librustc_parse/parser/attr.rs
AgeCommit message (Expand)AuthorLines
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2020-07-01Remove `token::FlattenGroup`Vadim Petrochenkov-2/+2
2020-06-26proc_macro: Stop flattening groups with dummy spansVadim Petrochenkov-2/+2
2020-04-22Add error code to inner doc comment attribute errorGuillaume Gomez-3/+9
2020-03-10parser/attr: adjust indentation.Mazdak Farrokhzad-7/+5
2020-03-10unify/improve/simplify attribute parsingMazdak Farrokhzad-126/+97
2020-03-10simplify parse_inner_attributesMazdak Farrokhzad-6/+2
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-04Use .map() to modify data inside Options instead of using .and_then(|x| Some(...Matthias Krüger-1/+1
2020-03-01Rollup merge of #69579 - petrochenkov:noprevspan, r=CentrilYuki Okushi-3/+3
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-4/+4
2020-02-29parser: `prev_span` -> `prev_token.span`Vadim Petrochenkov-3/+3
2020-02-11Invert control in struct_lint_level.jumbatm-2/+2
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-1/+1
2020-01-30Use `P` for `NtMeta`.Nicholas Nethercote-1/+1
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