| Age | Commit message (Expand) | Author | Lines |
| 2025-06-20 | Use gen blocks in the compiler instead of from_coroutine | Michael Goulet | -16/+13 |
| 2025-06-20 | Auto merge of #142316 - compiler-errors:cache-param-env, r=lcnr | bors | -0/+8 |
| 2025-06-20 | Rollup merge of #142687 - cjgillot:less-hir_crate, r=oli-obk | Trevor Gross | -22/+13 |
| 2025-06-19 | Cache instantiation of canonical binder | Michael Goulet | -0/+8 |
| 2025-06-18 | Make feature suggestion more consistent. | Camille GILLOT | -21/+12 |
| 2025-06-18 | Reduce uses of `hir_crate`. | Camille GILLOT | -1/+1 |
| 2025-06-16 | hir_analysis: add `{Meta,Pointee}Sized` bounds | David Wood | -5/+6 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -4/+5 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `Sized` types | David Wood | -0/+2 |
| 2025-06-15 | Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub... | León Orell Valerian Liehr | -17/+8 |
| 2025-06-14 | Auto merge of #142289 - fmease:maybe-perf-gen-args, r=compiler-errors | bors | -3/+3 |
| 2025-06-13 | [perf] Change asserts to debug ones in trait_ref_and_own_args | León Orell Valerian Liehr | -3/+3 |
| 2025-06-12 | introduce new lint infra | Jana Dönszelmann | -3/+15 |
| 2025-06-11 | Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwU | bors | -0/+4 |
| 2025-06-08 | add `param_env` cache to canonicalization | lcnr | -0/+14 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -4/+4 |
| 2025-06-03 | `FIXME(-Znext-solver)` triage | lcnr | -0/+4 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -17/+8 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -2/+2 |
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -1/+1 |
| 2025-05-23 | yeet `CanonicalVarInfo` | lcnr | -9/+12 |
| 2025-05-20 | Querify coroutine_hidden_types | Michael Goulet | -1/+1 |
| 2025-05-07 | Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errors | bors | -4/+6 |
| 2025-05-06 | Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-... | bors | -4/+3 |
| 2025-05-05 | Handle rustc_middle cases of rustc::potential_query_instability lint | ismailarilik | -4/+3 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -9/+9 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -4/+10 |
| 2025-05-02 | borrowck nested items in dead code | lcnr | -4/+6 |
| 2025-05-02 | Rename parameter to `override_def_path_data` | John Kåre Alsaker | -4/+5 |
| 2025-05-01 | Set groundwork for proper const normalization | Boxy | -2/+10 |
| 2025-05-01 | Auto merge of #140145 - Zoxc:job-server-proxy, r=SparrowLii | bors | -0/+6 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -0/+12 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -9/+8 |
| 2025-04-29 | Add some comments | John Kåre Alsaker | -0/+1 |
| 2025-04-29 | Add a jobserver proxy to ensure at least one token is always held | John Kåre Alsaker | -0/+5 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -2/+2 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -1/+4 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+12 |
| 2025-04-25 | handle specialization in the new trait solver | lcnr | -0/+4 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -2/+2 |
| 2025-04-23 | More | Michael Goulet | -5/+12 |
| 2025-04-22 | Don't compute query unless in new solver | Michael Goulet | -1/+5 |
| 2025-04-22 | Properly drain pending obligations for coroutines | Michael Goulet | -2/+6 |
| 2025-04-15 | Rollup merge of #139772 - nnethercote:rm-hir-Map, r=Zalathar | Stuart Cook | -2/+2 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -1/+1 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -1/+1 |
| 2025-04-14 | Remove unused `Map` field from `TraitObjectVisitor`. | Nicholas Nethercote | -2/+2 |
| 2025-04-12 | Move FlagComputation, PatternKind, and TypeWalker to rustc_type_ir | jackh726 | -5/+5 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -0/+4 |