| Age | Commit message (Expand) | Author | Lines |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+73 |
| 2023-07-14 | Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino | Matthias Krüger | -1/+1 |
| 2023-07-14 | Make it clearer that we're just checking for an RPITIT | Michael Goulet | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -7/+7 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -8/+18 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -1/+0 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -0/+1 |
| 2023-06-28 | Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco | bors | -8/+0 |
| 2023-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -2/+10 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -1/+2 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -44/+6 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -1/+2 |
| 2023-06-05 | Rollup merge of #112081 - obeis:doc-test-literal, r=compiler-errors | Matthias Krüger | -6/+17 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -3/+23 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -7/+2 |
| 2023-05-29 | Avoid ICE on `#![doc(test(...)]` with literal parameter | Obei Sideg | -6/+17 |
| 2023-05-26 | Fix diagnostics with errors | clubby789 | -8/+0 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -9/+6 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -7/+5 |
| 2023-05-17 | Don't sort output of debugger_visualizer query because it already is in deter... | Michael Woerister | -2/+3 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -2/+6 |
| 2023-05-16 | Turn debugger_visualizers from feed- into regular query. | Michael Woerister | -5/+16 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -110/+61 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -15/+16 |
| 2023-05-04 | Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin | bors | -3/+2 |
| 2023-05-04 | Rollup merge of #111062 - clubby789:invalid-repr-unchecked, r=petrochenkov | Dylan DPC | -7/+1 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -3/+3 |
| 2023-05-01 | Don't bail out early when checking invalid `repr` attr | clubby789 | -7/+1 |
| 2023-04-30 | Arc -> Lrc | klensy | -3/+2 |
| 2023-04-26 | Migrate `rustc_passes` to translatable diagnostics | clubby789 | -174/+266 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-24 | Auto merge of #109590 - Nilstrieb:copy-hir, r=oli-obk | bors | -1/+1 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -13/+14 |
| 2023-04-22 | Impl `Copy` for almost all HIR types | Nilstrieb | -1/+1 |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | -2/+8 |
| 2023-04-21 | Make `check_match` and `check_liveness` take a `LocalDefId` | Oli Scherer | -11/+6 |
| 2023-04-21 | fmt | DrMeepster | -6/+3 |
| 2023-04-21 | fix incorrect param env in dead code lint | DrMeepster | -4/+5 |
| 2023-04-21 | offset_of | DrMeepster | -3/+44 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-16 | Allow all associated functions and add test | Deadbeef | -4/+4 |
| 2023-04-14 | allow `repr(align = x)` on inherent methods | Deadbeef | -5/+11 |
| 2023-04-13 | impl reviewer feedback | Ezra Shaw | -11/+10 |
| 2023-04-13 | dead-code-lint: de-dup multiple unused assoc fns | Ezra Shaw | -17/+37 |
| 2023-04-13 | refactor: emit "unused assoc fn" in lexical order | Ezra Shaw | -4/+7 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -1/+1 |
| 2023-04-12 | Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillot | bors | -2/+0 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -1/+1 |
| 2023-04-09 | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | -1/+1 |
| 2023-04-05 | incr.comp.: Don't ignore dep-tracking during HirId validation. | Michael Woerister | -22/+20 |