| Age | Commit message (Expand) | Author | Lines |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -0/+6 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`. | Nicholas Nethercote | -0/+6 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -31/+30 |
| 2024-08-28 | Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead | bors | -4/+21 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_hir_analysis`. | Nicholas Nethercote | -2/+2 |
| 2024-08-24 | Get rid of predicates_defined_on | Michael Goulet | -4/+21 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -14/+13 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -1/+1 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -5/+8 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -5/+8 |
| 2024-08-06 | Cache supertrait outlives of impl header for soundness check | Michael Goulet | -0/+21 |
| 2024-08-06 | Auto merge of #125558 - Amanieu:const-asm-type, r=lcnr | bors | -7/+59 |
| 2024-08-05 | Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors | Matthias Krüger | -2/+0 |
| 2024-07-31 | Delegation: second attempt to improve perf | Bryanskiy | -14/+20 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -0/+16 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -19/+20 |
| 2024-07-25 | use `ErrorGuaranteed` from emit | Folkert | -8/+6 |
| 2024-07-25 | rustfmt | Amanieu d'Antras | -5/+1 |
| 2024-07-25 | Apply suggestions from code review | Folkert de Vries | -2/+2 |
| 2024-07-25 | apply fix suggested by lcnr | Folkert | -7/+65 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -1/+1 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -5/+1 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -33/+65 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -3/+3 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -1/+1 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -1/+1 |
| 2024-07-15 | make invalid_type_param_default lint show up in cargo future-compat reports | Ralf Jung | -2/+0 |
| 2024-07-09 | Remove HirTyLowerer::set_tainted_by_errors, since it is now redundant | Oli Scherer | -9/+18 |
| 2024-07-05 | Use `ControlFlow` results for visitors that are only looking for a single value | Oli Scherer | -42/+32 |
| 2024-06-30 | add `rustc_dump_def_parents` attribute | Boxy | -1/+49 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -15/+79 |
| 2024-06-28 | address review comments | Deadbeef | -1/+1 |
| 2024-06-28 | general fixups and turn `TODO`s into `FIXME`s | Deadbeef | -5/+10 |
| 2024-06-28 | Implement `Self::Effects: Compat<HOST>` desugaring | Deadbeef | -3/+20 |
| 2024-06-28 | move desugaring to item bounds | Deadbeef | -31/+26 |
| 2024-06-28 | Implement `Min` trait in new solver | Deadbeef | -1/+1 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -15/+62 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -7/+7 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -2/+2 |
| 2024-06-22 | Rollup merge of #126686 - fmease:dump-preds-n-item-bounds, r=compiler-errors | Guillaume Gomez | -18/+46 |
| 2024-06-22 | Add `#[rustc_dump_{predicates,item_bounds}]` | León Orell Valerian Liehr | -0/+25 |
| 2024-06-21 | Rename a bunch of things | Michael Goulet | -1/+1 |
| 2024-06-20 | Slightly refactor the dumping of HIR analysis data | León Orell Valerian Liehr | -18/+21 |
| 2024-06-19 | Allow tracing through item_bounds query invocations on opaques | Oli Scherer | -1/+1 |
| 2024-06-12 | Rollup merge of #126340 - fee1-dead-contrib:fix-predicates_of-comments, r=com... | Michael Goulet | -5/+4 |
| 2024-06-12 | Fix outdated predacates_of.rs comments | Deadbeef | -5/+4 |
| 2024-06-12 | Rollup merge of #126228 - BoxyUwU:nested_repeat_expr_generics, r=compiler-errors | Guillaume Gomez | -5/+21 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -2/+13 |
| 2024-06-10 | Correct parent for nested anon consts | Boxy | -5/+21 |