| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-29 | Cleanup error messages, improve docstrings | Russell Cohen | -0/+1 | |
| 2020-03-22 | parse: nix new_sub_parser_from_file | Mazdak Farrokhzad | -11/+5 | |
| 2020-03-21 | parse: nix unused `root_module_name`. | Mazdak Farrokhzad | -11/+4 | |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 | |
| 2020-03-18 | parser/expand: minor cleanup | Mazdak Farrokhzad | -15/+0 | |
| 2020-03-18 | {rustc_parse -> rustc_expand}::config | Mazdak Farrokhzad | -2/+0 | |
| 2020-03-18 | move Directory -> parser::module | Mazdak Farrokhzad | -17/+1 | |
| 2020-03-18 | outline modules: parse -> expand. | Mazdak Farrokhzad | -14/+6 | |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -3/+3 | |
| 2020-03-10 | parse_if_expr: recover on attributes | Mazdak Farrokhzad | -0/+1 | |
| 2020-03-09 | rustc_parse: Remove `Parser::normalized(_prev)_token` | Vadim Petrochenkov | -3/+2 | |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -3/+3 | |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 | |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 | |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -1/+1 | |
| example: let s: String = format!("hello").into(); | ||||
| 2020-02-24 | syntax: Remove `Nt(Impl,Trait,Foreign)Item` | Vadim Petrochenkov | -3/+0 | |
| 2020-02-17 | parser: Remove `Option`s from unnormalized tokens | Vadim Petrochenkov | -4/+4 | |
| They are always set synchronously with normalized tokens now | ||||
| 2020-02-17 | parser: Set previous and unnormalized tokens in couple more places | Vadim Petrochenkov | -0/+1 | |
| 2020-02-06 | Remove the `Cow` from `Directory`. | Nicholas Nethercote | -5/+4 | |
| 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-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 | |
| Step stage0 to bootstrap from 1.42 This also includes a commit which fixes the rustfmt downloading logic to redownload when the rustfmt channel changes, and bumps rustfmt to a more recent version. | ||||
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -1/+1 | |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -5/+4 | |
| 2. invert rustc_session & syntax deps 3. drop rustc_session dep in rustc_hir | ||||
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 | |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -2/+2 | |
| 2019-12-22 | Format the world | Mark Rousskov | -51/+67 | |
| 2019-12-20 | recover `#[attr] if expr {}` | Mazdak Farrokhzad | -0/+1 | |
| 2019-12-12 | Simplify `nt_to_tokenstream`. | Mazdak Farrokhzad | -4/+1 | |
| 2019-12-06 | Rollup merge of #67052 - Centril:config-1, r=petrochenkov | Mazdak Farrokhzad | -12/+4 | |
| Ditch `parse_in_attr` Fixes #66940 r? @petrochenkov | ||||
| 2019-12-06 | parse_meta: ditch parse_in_attr | Mazdak Farrokhzad | -11/+0 | |
| 2019-12-06 | derive: avoid parse_in_attr | Mazdak Farrokhzad | -1/+1 | |
| 2019-12-06 | cfg_attr: avoid .outer_tokens | Mazdak Farrokhzad | -12/+15 | |
| 2019-12-06 | Fix rebase issues | varkor | -0/+1 | |
| 2019-12-05 | rustc_parser: cleanup imports | Mazdak Farrokhzad | -2/+2 | |
| 2019-12-02 | Address review comments | Vadim Petrochenkov | -0/+2 | |
| 2019-12-02 | syntax: Use `ast::MacArgs` for attributes | Vadim Petrochenkov | -2/+2 | |
| 2019-11-19 | Move syntax_expand::config to rustc_parse::config | Mark Rousskov | -0/+2 | |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -1/+0 | |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -0/+423 | |
| also move MACRO_ARGUMENTS -> librustc_parse | ||||
