| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-01 | Rollup merge of #69579 - petrochenkov:noprevspan, r=Centril | Yuki Okushi | -1/+1 | |
| 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 | -3/+3 | |
| 2020-02-29 | parser: `prev_span` -> `prev_token.span` | Vadim Petrochenkov | -1/+1 | |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -0/+2 | |
| Fixes #68690 When we generate the proc macro harness, we now explicitly recorder the order in which we generate entries. We then use this ordering data to deserialize the correct proc-macro-data from the crate metadata. | ||||
| 2020-02-13 | parser: remove `Option<Vec<Attribute>>` in `ItemInfo`. | Mazdak Farrokhzad | -1/+1 | |
| 2020-02-13 | parser_item_mod: avoid cloning outer attributes | Mazdak Farrokhzad | -14/+12 | |
| 2020-02-06 | Remove the `Cow` from `Directory`. | Nicholas Nethercote | -3/+3 | |
| The previous commit wrapped `Parser` within a `Cow` for the hot macro parsing path. As a result, there's no need for the `Cow` within `Directory`, because it lies within `Parser`. | ||||
| 2020-01-11 | restore some rustc_parse visibilities | Caleb Cartwright | -4/+8 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -2/+2 | |
| 2019-12-31 | parser::module: remove .fatal calls | Mazdak Farrokhzad | -1/+2 | |
| 2019-12-31 | parser: span_fatal -> struct_span_err | Mazdak Farrokhzad | -1/+1 | |
| 2019-12-31 | parser: call .struct_span_err directly | Mazdak Farrokhzad | -4/+3 | |
| 2019-12-23 | extract parse_not_expr | Mazdak Farrokhzad | -1/+1 | |
| 2019-12-22 | Format the world | Mark Rousskov | -60/+48 | |
| 2019-12-05 | Rollup merge of #67045 - Centril:parser-import-clean, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+2 | |
| rustc_parser: cleanup imports Reorganize & canonicalize some imports + Drop `rustc_target` as a dependency. r? @Mark-Simulacrum | ||||
| 2019-12-05 | rustc_parser: cleanup imports | Mazdak Farrokhzad | -3/+2 | |
| 2019-12-03 | Account for raw idents in module file finding | Esteban Küber | -2/+2 | |
| 2019-11-20 | Delete ProcessCfgMod | Mark Rousskov | -1/+0 | |
| The previous commit removes the use of this, and now we cleanup. | ||||
| 2019-11-19 | Move syntax_expand::config to rustc_parse::config | Mark Rousskov | -1/+1 | |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -0/+316 | |
| also move MACRO_ARGUMENTS -> librustc_parse | ||||
