| Age | Commit message (Expand) | Author | Lines |
| 2023-11-27 | Remove some unused code relating to `ResultsCloned`. | Nicholas Nethercote | -39/+2 |
| 2023-11-27 | Use typedefs to clarify some impls. | Nicholas Nethercote | -2/+5 |
| 2023-11-25 | Rollup merge of #118288 - compiler-errors:is_some_and, r=lqd,dtolnay | Michael Goulet | -1/+1 |
| 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/+0 |
| 2023-11-25 | is_{some,ok}_and | Michael Goulet | -1/+1 |
| 2023-11-25 | Auto merge of #118203 - nnethercote:rustc_mir_dataflow, r=cjgillot | bors | -164/+88 |
| 2023-11-24 | Remove `ResultsCursor::get_with_analysis`. | Nicholas Nethercote | -6/+2 |
| 2023-11-24 | Remove unnecessary `mut`. | Nicholas Nethercote | -1/+1 |
| 2023-11-24 | Remove unused arguments from `on_all_children_bits`. | Nicholas Nethercote | -56/+25 |
| 2023-11-24 | Remove unused `EverInitializedPlaces::tcx` field. | Nicholas Nethercote | -4/+2 |
| 2023-11-24 | Remove unneeded derives from `MaybeLiveLocals`. | Nicholas Nethercote | -1/+0 |
| 2023-11-23 | Use `'mir` lifetime name more. | Nicholas Nethercote | -14/+14 |
| 2023-11-23 | Remove unnecessary things from `State` and `Map`. | Nicholas Nethercote | -25/+4 |
| 2023-11-23 | Remove unnecessary and misleading `..` in a pattern. | Nicholas Nethercote | -1/+0 |
| 2023-11-23 | Remove unnecessary `ValueAnalysisWrapper::Direction`. | Nicholas Nethercote | -5/+1 |
| 2023-11-23 | Reduce `pub` usage. | Nicholas Nethercote | -12/+10 |
| 2023-11-23 | Avoid unnecessary exports. | Nicholas Nethercote | -11/+11 |
| 2023-11-23 | Remove `indexes` module. | Nicholas Nethercote | -6/+1 |
| 2023-11-23 | Move `has_rustc_mir_with`. | Nicholas Nethercote | -19/+17 |
| 2023-11-23 | Reorder some `use` items. | Nicholas Nethercote | -8/+6 |
| 2023-11-23 | Remove unused feature. | Nicholas Nethercote | -1/+0 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -15/+11 |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -2/+2 |
| 2023-11-08 | generator layout: ignore fake borrows | lcnr | -2/+7 |
| 2023-10-24 | Auto merge of #116300 - cjgillot:split-move, r=petrochenkov | bors | -253/+125 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -1/+1 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+1 |
| 2023-10-21 | Use terse form for Fn bound. | Camille GILLOT | -16/+4 |
| 2023-10-21 | Remove on_all_drop_children_bits. | Camille GILLOT | -27/+3 |
| 2023-10-21 | Parametrize gather_moves by filter. | Camille GILLOT | -60/+84 |
| 2023-10-21 | Stop computing error info in move path builder. | Camille GILLOT | -82/+26 |
| 2023-10-21 | Avoid using a magic value for untracked locals. | Camille GILLOT | -25/+32 |
| 2023-10-21 | Do not report errors from move path builder. | Camille GILLOT | -17/+8 |
| 2023-10-21 | Remove is_terminal_path. | Camille GILLOT | -59/+1 |
| 2023-10-21 | Improve naming and comments. | Camille GILLOT | -17/+45 |
| 2023-10-21 | Implement JumpThreading pass. | Camille GILLOT | -18/+89 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -13/+13 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -11/+11 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -4/+8 |
| 2023-10-06 | Preserve DebugInfo in DeadStoreElimination. | Camille GILLOT | -0/+21 |
| 2023-10-02 | have better explanation for `relate_types` | ouz-a | -4/+3 |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -4/+5 |
| 2023-10-02 | subtyping_projections | ouz-a | -0/+4 |
| 2023-09-28 | Some tracing cleanups | Oli Scherer | -4/+3 |
| 2023-09-24 | Auto merge of #115794 - cjgillot:aggregate-no-box, r=davidtwco | bors | -1/+3 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -4/+2 |
| 2023-09-22 | Rollup merge of #115770 - ouz-a:match_elem_builder, r=lcnr | Matthias Krüger | -32/+113 |
| 2023-09-22 | match array for constantindex and subslice | ouz-a | -8/+9 |