| Age | Commit message (Expand) | Author | Lines |
| 2025-07-03 | Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35 | Jana Dönszelmann | -1/+1 |
| 2025-07-02 | avoid suggesting traits from private dependencies | Jeremy Smart | -1/+1 |
| 2025-07-02 | Do not depend on FOREVER_RED_NODE. | Camille GILLOT | -6/+4 |
| 2025-07-01 | Update `cfg(bootstrap)` | Josh Stone | -2/+1 |
| 2025-06-27 | Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars... | Jonathan Brouwer | -26/+4 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -8/+0 |
| 2025-06-26 | Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwU | Michael Goulet | -8/+0 |
| 2025-06-26 | Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -1/+1 |
| 2025-06-25 | Auto merge of #142746 - compiler-errors:super-implied-outlives, r=lcnr | bors | -0/+7 |
| 2025-06-23 | Uplift find_const_ty_from_env | Michael Goulet | -8/+0 |
| 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 | Apply impl_super_outlives optimization to new trait solver | Michael Goulet | -0/+7 |
| 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 |