| Age | Commit message (Expand) | Author | Lines |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -6/+9 |
| 2023-08-15 | Deny FnDef in patterns | Michael Goulet | -1/+6 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -6/+9 |
| 2023-08-14 | Remove unnecessary FIXME | ouz-a | -1/+0 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-07 | Auto merge of #113902 - Enselic:lint-recursive-drop, r=oli-obk | bors | -21/+96 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -2/+8 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -2/+8 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -0/+6 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -1/+1 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -54/+35 |
| 2023-07-24 | Perform OpaqueCast field projection on HIR, too. | Oli Scherer | -0/+6 |
| 2023-07-22 | Make `unconditional_recursion` warning detect recursive drops | Martin Nordholts | -19/+91 |
| 2023-07-20 | Add is_recursive_terminator() helper for `unconditional_recursion` lint | Martin Nordholts | -10/+13 |
| 2023-07-20 | Avoid unneeded `terminator()` call in `fn ignore_edge()` | Martin Nordholts | -3/+3 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -1/+1 |
| 2023-07-15 | Implement "items do not inherit unsafety" for THIR unsafeck | syvb | -24/+146 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -152/+140 |
| 2023-07-14 | Auto merge of #113609 - nnethercote:maybe_lint_level_root_bounded-cache, r=cj... | bors | -12/+71 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -24/+20 |
| 2023-07-13 | Add a cache for `maybe_lint_level_root_bounded`. | Nicholas Nethercote | -10/+47 |
| 2023-07-12 | Move `maybe_lint_level_root_bounded`. | Nicholas Nethercote | -3/+24 |
| 2023-07-12 | Shorten some overlong comment lines. | Nicholas Nethercote | -6/+7 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -28/+1 |
| 2023-07-08 | Rollup merge of #113217 - ericmarkmartin:lower-type-relative-ctor-to-adt, r=c... | Matthias Krüger | -15/+32 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -16/+25 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -23/+31 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -1/+1 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -8/+16 |
| 2023-07-02 | refactor | Eric Mark Martin | -17/+19 |
| 2023-06-30 | resolve typerelative ctors to adt | Eric Mark Martin | -12/+27 |
| 2023-06-28 | remove cruft | Eric Mark Martin | -1/+0 |
| 2023-06-28 | use translatable subdiagnostic | Eric Mark Martin | -1/+6 |
| 2023-06-28 | add note for non-exhaustive matches with guards | Eric Mark Martin | -0/+5 |
| 2023-06-27 | Rollup merge of #113093 - WaffleLapkin:become_unuwuable_in_thir, r=Nilstrieb | Matthias Krüger | -8/+24 |
| 2023-06-27 | `thir`: Add `Become` expression kind | Maybe Waffle | -8/+24 |
| 2023-06-27 | Rollup merge of #113039 - matthiaskrgr:custom_mir, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -15/+4 |
| 2023-06-26 | make custom mir ICE a bit nicer | Matthias Krüger | -1/+5 |
| 2023-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -0/+5 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -15/+4 |
| 2023-06-21 | Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk | Nilstrieb | -0/+18 |
| 2023-06-20 | address most easy comments | Ziru Niu | -13/+7 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -17/+27 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -5/+11 |
| 2023-06-19 | Remove duplicated comment. | Camille GILLOT | -7/+0 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -0/+25 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -5/+11 |
| 2023-06-16 | Re-use the deref-pattern recursion instead of duplicating the logic | Oli Scherer | -59/+26 |