| Age | Commit message (Expand) | Author | Lines |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_hir`. | Nicholas Nethercote | -0/+1 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -2/+9 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -1/+0 |
| 2024-08-18 | Typo | Samuel Moelius | -1/+1 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -1/+0 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -18/+25 |
| 2024-08-06 | Rollup merge of #128377 - veera-sivarajan:fix-128249, r=davidtwco | Matthias Krüger | -0/+5 |
| 2024-07-31 | Delegation: second attempt to improve perf | Bryanskiy | -0/+11 |
| 2024-07-29 | Fix ICE Caused by Incorrectly Delaying E0107 | Veera | -0/+5 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -41/+56 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -2/+8 |
| 2024-07-26 | Rollup merge of #128170 - saethlin:clone-fn, r=compiler-errors | Trevor Gross | -0/+1 |
| 2024-07-25 | Make Clone::clone a lang item | Ben Kimock | -0/+1 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -2/+8 |
| 2024-07-24 | Rollup merge of #127717 - gurry:127441-stray-impl-sugg, r=compiler-errors | Matthias Krüger | -9/+15 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -0/+1 |
| 2024-07-17 | Clarify docs explaining purpose of `ConstArg` | Noah Lev | -7/+6 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -0/+1 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -14/+36 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -4/+4 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -6/+10 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -7/+7 |
| 2024-07-16 | Setup ast_lowering functions for `ConstArg` | Noah Lev | -2/+2 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -4/+35 |
| 2024-07-14 | Stop using the gen keyword in the compiler | Michael Goulet | -9/+9 |
| 2024-07-14 | Fix malformed suggestion for repeated maybe unsized bounds | Gurinder Singh | -9/+15 |
| 2024-07-12 | Add rustdoc support for use<> in (local) RPITs | Michael Goulet | -0/+7 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -1/+1 |
| 2024-07-02 | add TyCtxt::as_lang_item, use in new solver | Michael Goulet | -1/+12 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -1/+1 |
| 2024-06-28 | address review comments | Deadbeef | -2/+2 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -1/+12 |
| 2024-06-25 | Auto merge of #126326 - eggyal:ununsafe-StableOrd, r=michaelwoerister | bors | -3/+5 |
| 2024-06-22 | Ensure careful consideration is given by impls | Alan Egerton | -2/+4 |
| 2024-06-19 | local_def_path_hash_to_def_id can fail | Michael Baikov | -11/+6 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -8/+7 |
| 2024-06-14 | Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ... | Matthias Krüger | -0/+24 |
| 2024-06-13 | LangItem-ify Coroutine trait in solvers | Michael Goulet | -1/+3 |
| 2024-06-12 | Rollup merge of #126303 - sancho20021:patch-1, r=compiler-errors | Jubilee | -0/+14 |
| 2024-06-13 | Add urls to rust lang reference | Aleksandr Pak | -0/+14 |
| 2024-06-12 | E0229: Suggest Moving Type Constraints to Type Parameter Declaration | Veera | -0/+24 |
| 2024-06-12 | Un-unsafe the `StableOrd` trait | Alan Egerton | -2/+2 |
| 2024-06-12 | Rollup merge of #126301 - nnethercote:sort-crate-attributes, r=davidtwco | Jubilee | -1/+3 |
| 2024-06-12 | Rollup merge of #126187 - surechen:fix_125997, r=oli-obk | Jubilee | -0/+1 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -1/+3 |
| 2024-06-12 | For E0277 suggest adding `Result` return type for function which using Quesio... | surechen | -0/+1 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -7/+26 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -2/+25 |
| 2024-06-07 | Revert "Cache whether a body has inline consts" | Oli Scherer | -5/+1 |
| 2024-06-06 | Improve Docs for `hir::Impl` and `hir::ImplItem` | Veera | -1/+7 |