| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -304/+0 | |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 | |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -1/+1 | |
| 2020-08-06 | rustc_ast: Stop using "string typing" for doc comment tokens | Vadim Petrochenkov | -10/+5 | |
| Explicitly store their kind and style retrieved during lexing in the token | ||||
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 | |
| In various ways, such as changing functions to take a `Symbol` instead of a `&str`. | ||||
| 2020-07-01 | Remove `token::FlattenGroup` | Vadim Petrochenkov | -2/+2 | |
| 2020-06-26 | proc_macro: Stop flattening groups with dummy spans | Vadim Petrochenkov | -2/+2 | |
| 2020-04-22 | Add error code to inner doc comment attribute error | Guillaume Gomez | -3/+9 | |
| 2020-03-10 | parser/attr: adjust indentation. | Mazdak Farrokhzad | -7/+5 | |
| 2020-03-10 | unify/improve/simplify attribute parsing | Mazdak Farrokhzad | -126/+97 | |
| 2020-03-10 | simplify parse_inner_attributes | Mazdak Farrokhzad | -6/+2 | |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 | |
| 2020-03-04 | Use .map() to modify data inside Options instead of using .and_then(|x| ↵ | Matthias Krüger | -1/+1 | |
| Some(y)) (clippy::option_and_then_some) | ||||
| 2020-03-01 | Rollup merge of #69579 - petrochenkov:noprevspan, r=Centril | Yuki Okushi | -3/+3 | |
| parser: Remove `Parser::prev_span` Follow-up to https://github.com/rust-lang/rust/pull/69384. r? @Centril | ||||
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -4/+4 | |
| 2020-02-29 | parser: `prev_span` -> `prev_token.span` | Vadim Petrochenkov | -3/+3 | |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -2/+2 | |
| Caller now passes in a `decorate` function, which is only run if the lint is allowed. | ||||
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-30 | Use `P` for `NtMeta`. | Nicholas Nethercote | -1/+1 | |
| This commit reduces the size of `Nonterminal` from a 72 bytes to 40 bytes (on x86-64). | ||||
| 2020-01-12 | Add backticks in appropriate places | varkor | -2/+2 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 | |
| 2019-12-31 | parser::attr: remove .fatal calls | Mazdak Farrokhzad | -2/+4 | |
| 2019-12-31 | parser: call .struct_span_err directly | Mazdak Farrokhzad | -4/+3 | |
| 2019-12-23 | fix rebase fallout | Mazdak Farrokhzad | -1/+1 | |
| 2019-12-23 | extract parse_not_expr | Mazdak Farrokhzad | -3/+4 | |
| 2019-12-22 | Format the world | Mark Rousskov | -31/+38 | |
| 2019-12-20 | fix bug in parse_tuple_parens_expr + related refactoring | Mazdak Farrokhzad | -16/+7 | |
| 2019-12-06 | parse_meta: ditch parse_in_attr | Mazdak Farrokhzad | -2/+17 | |
| 2019-12-06 | cfg_attr: avoid .outer_tokens | Mazdak Farrokhzad | -8/+4 | |
| 2019-12-05 | rustc_parser: cleanup imports | Mazdak Farrokhzad | -1/+1 | |
| 2019-12-02 | syntax: Use `ast::MacArgs` for attributes | Vadim Petrochenkov | -27/+3 | |
| 2019-12-02 | syntax: Introduce a struct `MacArgs` for macro arguments | Vadim Petrochenkov | -1/+1 | |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -0/+351 | |
| also move MACRO_ARGUMENTS -> librustc_parse | ||||
