| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-11-21 | Rollup merge of #118035 - ouz-a:november_ice2, r=compiler-errors | Nilstrieb | -2/+9 |
| 2023-11-20 | Fix early param lifetimes in generic_const_exprs | ouz-a | -2/+9 |
| 2023-11-20 | Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler... | Matthias Krüger | -10/+76 |
| 2023-11-17 | Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwU | bors | -8/+9 |
| 2023-11-17 | Auto merge of #112422 - aliemjay:implied-bounds-placeholders, r=lcnr | bors | -1/+4 |
| 2023-11-17 | rename bound region instantiation | lcnr | -8/+9 |
| 2023-11-16 | Auto merge of #116097 - jackh726:higher-ranked-lifetime-error-backup, r=compi... | bors | -13/+54 |
| 2023-11-16 | ignore implied bounds with placeholders | Ali MJ Al-Nasrawy | -1/+4 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -1/+2 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -32/+35 |
| 2023-11-14 | rename debugging support functions | Rémy Rakic | -11/+14 |
| 2023-11-14 | `LivenessValues` does not need to be generic over regions | Rémy Rakic | -18/+18 |
| 2023-11-14 | introduce `is_live_anywhere` instead of peeking into points | Rémy Rakic | -6/+12 |
| 2023-11-13 | fix doc | Rémy Rakic | -5/+3 |
| 2023-11-13 | regions do not contain liveness elements | Rémy Rakic | -8/+8 |
| 2023-11-13 | refer to points and not "elements", and remove unused return value | Rémy Rakic | -6/+5 |
| 2023-11-13 | add locations instead of "element"s, and remove unused return value | Rémy Rakic | -10/+9 |
| 2023-11-13 | iterate over regions and not "rows" in liveness values | Rémy Rakic | -3/+3 |
| 2023-11-13 | stop referring to a region as a "row" in liveness values | Rémy Rakic | -17/+17 |
| 2023-11-13 | continue renaming | lcnr | -7/+7 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -4/+4 |
| 2023-11-13 | remove unnecessary `_` in variable name | lcnr | -2/+2 |