| Age | Commit message (Expand) | Author | Lines |
| 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-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -1/+0 |
| 2023-11-22 | Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-dead | bors | -1/+1 |
| 2023-11-22 | Update itertools to 0.11. | Nicholas Nethercote | -1/+1 |
| 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 |
| 2023-11-13 | add fixme to `RegionCtxt` | lcnr | -0/+3 |
| 2023-11-12 | Note about object lifetime defaults in does not live long enough error | Nilstrieb | -10/+76 |
| 2023-11-09 | Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726 | bors | -31/+30 |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -31/+30 |
| 2023-11-08 | Auto merge of #117560 - lqd:issue-117146, r=matthewjasper | bors | -13/+14 |
| 2023-11-07 | Auto merge of #117511 - gurry:117406-err-packed-structs, r=compiler-errors | bors | -1/+19 |
| 2023-11-04 | traverse region graph instead of SCCs to compute polonius loan scopes | Rémy Rakic | -13/+14 |
| 2023-11-03 | Emit explanatory note for move errors in packed struct derives | Gurinder Singh | -1/+19 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -3/+2 |
| 2023-10-31 | prepopulate opaque ty storage before using it :> | lcnr | -6/+8 |
| 2023-10-30 | Rollup merge of #117357 - tmiasko:terminate, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -6/+6 |