| Age | Commit message (Expand) | Author | Lines |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -1/+1 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -23/+18 |
| 2023-02-14 | Do not fetch HIR for reachable. | Camille GILLOT | -16/+13 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -7/+5 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -0/+15 |
| 2023-02-08 | const_eval: `implies_by` in `rustc_const_unstable` | David Wood | -0/+9 |
| 2023-02-05 | rustc_passes: remove huge error imports | est31 | -56/+57 |
| 2023-02-03 | Auto merge of #107569 - petrochenkov:optattr, r=nnethercote | bors | -3/+2 |
| 2023-02-02 | Rollup merge of #107515 - Swatinem:hirvalidator, r=compiler-errors | Matthias Krüger | -25/+14 |
| 2023-02-01 | Improve pretty-printing of `HirIdValidator` errors | Arpad Borsos | -25/+14 |
| 2023-02-01 | ast: Optimize list and value extraction primitives for attributes | Vadim Petrochenkov | -3/+2 |
| 2023-02-01 | Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco | bors | -0/+63 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -27/+33 |
| 2023-01-31 | Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors | bors | -2/+9 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -2/+9 |
| 2023-01-30 | Replace some `_ == _ || _ == _`s with `matches!(_, _ | _)`s | Maybe Waffle | -1/+1 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -26/+32 |
| 2023-01-30 | Consider `#[allow(dead_code)]` before lang items | Maybe Waffle | -2/+2 |
| 2023-01-30 | Split `has_allow_dead_code_or_lang_attr` into sub functions | Maybe Waffle | -16/+18 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -41/+33 |
| 2023-01-28 | Take a LocalDefId in hir::Visitor::visit_fn. | Camille GILLOT | -1/+2 |
| 2023-01-26 | fixup new usages of fn_sig, bound_fn_sig after rebasing | Kyle Matsuda | -1/+2 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -2/+2 |
| 2023-01-26 | Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors | Matthias Krüger | -6/+190 |
| 2023-01-24 | Make sure FFI attrs aren't used on foreign statics | inquisitivecrystal | -9/+9 |
| 2023-01-24 | Move FFI attribute validation to `check_attr` | inquisitivecrystal | -0/+63 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -1/+1 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -15/+15 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -15/+15 |
| 2023-01-17 | Auto merge of #106627 - Ezrashaw:no-e0711-without-staged-api, r=Mark-Simulacrum | bors | -0/+6 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -1/+1 |
| 2023-01-14 | fix: don't emit `E0711` if `staged_api` not enabled | Ezra Shaw | -0/+6 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -4/+4 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -4/+4 |
| 2023-01-12 | [RFC 2397] Deny incorrect locations | Caio | -0/+18 |
| 2023-01-12 | Expand format_args!() in rust_ast_lowering. | Mara Bos | -2/+2 |
| 2023-01-12 | Address feedback | mejrs | -20/+36 |
| 2023-01-12 | Improve proc macro attribute diagnostics | mejrs | -6/+174 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -2/+2 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -3/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -26/+18 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -6/+4 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -1/+0 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -1/+0 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -4/+2 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -2/+2 |
| 2022-12-18 | Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -2/+2 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -2/+0 |
| 2022-12-07 | Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obk | Matthias Krüger | -3/+3 |