| Age | Commit message (Expand) | Author | Lines |
| 2023-12-08 | Tweak `GenKillAnalysis`. | Nicholas Nethercote | -2/+2 |
| 2023-12-08 | Remove `BorrowckAnalyses`. | Nicholas Nethercote | -28/+18 |
| 2023-12-08 | Remove `impl_visitable!`. | Nicholas Nethercote | -65/+62 |
| 2023-12-04 | Provide more suggestions for cloning immutable bindings | Esteban Küber | -1/+101 |
| 2023-12-04 | Deduplicate some logic | Esteban Küber | -110/+51 |
| 2023-12-04 | Tweak output on specific case | Esteban Küber | -1/+21 |
| 2023-12-04 | Suggest cloning and point out obligation errors on move error | Esteban Küber | -48/+124 |
| 2023-12-04 | Tweak `.clone()` suggestion to work in more cases | Esteban Küber | -3/+17 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -22/+22 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -5/+5 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -15/+15 |
| 2023-12-02 | Rename `Handler::span_note_diag` as `struct_span_note`. | Nicholas Nethercote | -2/+2 |
| 2023-12-01 | improve NLL/polonius scope equality assertion | Rémy Rakic | -1/+2 |
| 2023-12-01 | move and maintain live loans in `LivenessValues` | Rémy Rakic | -97/+94 |
| 2023-12-01 | rename a couple of trivial variables | Rémy Rakic | -3/+3 |
| 2023-12-01 | remove useless debug log | Rémy Rakic | -2/+0 |
| 2023-12-01 | Auto merge of #118216 - lqd:constraint-generation-non-non, r=matthewjasper | bors | -432/+454 |
| 2023-11-28 | Fix a typo in a `format_args!` note | Josh Stone | -1/+1 |
| 2023-11-27 | Address unused tuple struct fields in the compiler | Jake Goulding | -1/+2 |
| 2023-11-26 | Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot | bors | -50/+28 |
| 2023-11-26 | Remove Upvar duplication | Mark Rousskov | -50/+28 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -2/+11 |
| 2023-11-26 | Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot | Guillaume Gomez | -60/+0 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -2/+11 |
| 2023-11-26 | move remaining legacy polonius fact generation out of NLL module | Rémy Rakic | -40/+46 |
| 2023-11-26 | merge NLL "constraint generation" into liveness | Rémy Rakic | -81/+82 |
| 2023-11-26 | remove polonius fact generation from NLL constraint generation | Rémy Rakic | -202/+21 |
| 2023-11-26 | small polish of loan invalidations fact generation | Rémy Rakic | -22/+12 |
| 2023-11-26 | rename polonius constraint generation to what it actually does: emit loan kills | Rémy Rakic | -28/+20 |
| 2023-11-26 | simplify polonius constraint generation | Rémy Rakic | -107/+83 |
| 2023-11-26 | remove NLL liveness from polonius constraint generation | Rémy Rakic | -81/+7 |
| 2023-11-26 | extract polonius "constraint generation" | Rémy Rakic | -2/+280 |
| 2023-11-26 | another trivial cleanup | Rémy Rakic | -3/+2 |
| 2023-11-26 | extract polonius loan invalidations fact generation | Rémy Rakic | -25/+42 |
| 2023-11-26 | extract polonius universal regions fact generation | Rémy Rakic | -35/+50 |
| 2023-11-26 | extract polonius move fact generation | Rémy Rakic | -85/+91 |
| 2023-11-26 | remove useless local variables | Rémy Rakic | -11/+8 |
| 2023-11-26 | Auto merge of #118256 - petrochenkov:nohir, r=compiler-errors | bors | -9/+9 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -9/+9 |
| 2023-11-26 | Auto merge of #117880 - lqd:liveness-values, r=cjgillot | bors | -62/+67 |
| 2023-11-26 | Clean dead codes | r0cky | -60/+0 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -3/+2 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -2/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+1 |
| 2023-11-25 | Remove HirId from QPath::LangItem | Michael Goulet | -8/+4 |
| 2023-11-25 | Auto merge of #118203 - nnethercote:rustc_mir_dataflow, r=cjgillot | bors | -18/+18 |
| 2023-11-24 | Remove unused `EverInitializedPlaces::tcx` field. | Nicholas Nethercote | -1/+1 |
| 2023-11-23 | Use `'mir` lifetime name more. | Nicholas Nethercote | -17/+17 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+4 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -76/+72 |