| Age | Commit message (Expand) | Author | Lines |
| 2022-03-03 | Rollup merge of #94554 - Urgau:stmt-node-id-ice, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2022-03-03 | Rollup merge of #94547 - nnethercote:parse_tt-cleanups, r=petrochenkov | Matthias Krüger | -101/+115 |
| 2022-03-03 | Move the set of features to the `features` query. | Camille GILLOT | -0/+3 |
| 2022-03-03 | all: fix some typos | cuishuang | -2/+2 |
| 2022-03-03 | Fix invalid lint_node_id being put on a removed stmt | Loïc BRANSTETT | -2/+2 |
| 2022-03-03 | Change `initial_matcher_pos()` into `MatcherPos::new()`. | Nicholas Nethercote | -29/+29 |
| 2022-03-03 | Use a better return type for `inner_parse_loop`. | Nicholas Nethercote | -25/+35 |
| 2022-03-03 | Introduce `MatcherPosRepetition`. | Nicholas Nethercote | -23/+27 |
| 2022-03-03 | Add a static size assertion for `MatcherPos`. | Nicholas Nethercote | -0/+4 |
| 2022-03-03 | Improve if/else formatting in macro_parser.rs. | Nicholas Nethercote | -32/+28 |
| 2022-03-03 | Rollup merge of #94544 - mark-i-m:macro-comments, r=petrochenkov | Matthias Krüger | -0/+38 |
| 2022-03-02 | add some examples to comments in mbe code | mark | -0/+38 |
| 2022-03-03 | Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov | Dylan DPC | -14/+29 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -16/+16 |
| 2022-03-01 | Improve allowness of the unexpected_cfgs lint | Loïc BRANSTETT | -14/+29 |
| 2022-02-28 | Tweak diagnostics | Esteban Kuber | -1/+2 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-25 | Rollup merge of #92714 - yanganto:ignore-message, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2022-02-24 | Include ignore message in libtest output | Antonio Yang | -0/+4 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -14/+18 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -1/+1 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -6/+2 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -57/+39 |
| 2022-02-19 | Adopt let else in more places | est31 | -57/+39 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -1/+0 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2022-01-23 | expand: Pass everything by reference to pre-expansion lint callback | Vadim Petrochenkov | -16/+26 |
| 2022-01-23 | rustc_lint: Stop creating a fake `ast::Crate` for running early lints | Vadim Petrochenkov | -3/+9 |
| 2022-01-23 | rustc_lint: Reuse the set of registered tools from resolver | Vadim Petrochenkov | -1/+4 |
| 2022-01-17 | Auto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011 | bors | -130/+228 |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -3/+3 |
| 2022-01-10 | expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributes | Vadim Petrochenkov | -130/+228 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -3/+3 |
| 2022-01-07 | expand: Import more AST enums | Vadim Petrochenkov | -35/+35 |
| 2022-01-07 | expand: Refactor `InvocationCollector` visitor for better code reuse | Vadim Petrochenkov | -497/+686 |
| 2022-01-07 | expand: Remove some unnecessary `self` mutability | Vadim Petrochenkov | -13/+10 |
| 2022-01-07 | expand: Rename some `AstFragment`s to match AST structures | Vadim Petrochenkov | -21/+21 |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -5/+8 |
| 2021-12-30 | Rollup merge of #91519 - petrochenkov:cratexp2, r=Aaron1011 | Matthias Krüger | -9/+11 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -9/+11 |
| 2021-12-15 | Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7... | Matthias Krüger | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -1/+1 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -4/+6 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-09 | Remove redundant [..]s | est31 | -7/+7 |
| 2021-12-07 | Future compatibility warning on cfg_attr on crate_type and crate_name | bjorn3 | -1/+18 |