| Age | Commit message (Expand) | Author | Lines |
| 2025-05-11 | Async drop fix for async_drop_in_place<T> layout calculated for unspecified T | Andrew Zhogin | -0/+3 |
| 2025-05-08 | Rollup merge of #140684 - compiler-errors:unnecessary-assoc, r=lcnr | Matthias Krüger | -1/+4 |
| 2025-05-08 | Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnr | Matthias Krüger | -3/+3 |
| 2025-05-07 | Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomez | bors | -1/+4 |
| 2025-05-07 | Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errors | bors | -4/+6 |
| 2025-05-07 | Only include associated type bounds for Self:Sized associated types if they a... | Michael Goulet | -1/+4 |
| 2025-05-07 | Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwco | Guillaume Gomez | -1/+4 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -3/+3 |
| 2025-05-06 | Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-... | bors | -24/+19 |
| 2025-05-05 | Rollup merge of #140559 - rperier:type-ir-to-type-middle, r=compiler-errors | Guillaume Gomez | -1/+9 |
| 2025-05-05 | Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnr | Guillaume Gomez | -5/+13 |
| 2025-05-05 | Handle rustc_middle cases of rustc::potential_query_instability lint | ismailarilik | -24/+19 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -5/+13 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -9/+12 |
| 2025-05-05 | Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkov | bors | -4/+14 |
| 2025-05-04 | Rollup merge of #140630 - azhogin:azhogin/async-drop-proxy-source-info-fix, r... | Trevor Gross | -1/+5 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -4/+14 |
| 2025-05-04 | Async drop source info fix for proxy-drop-coroutine - fixes crash at debug in... | Andrew Zhogin | -1/+5 |
| 2025-05-03 | Correct warning message in restricted visibility | yuk1ty | -1/+4 |
| 2025-05-02 | borrowck nested items in dead code | lcnr | -4/+6 |
| 2025-05-02 | Split `get_opt_name` hashing use into `hashed_symbol` | John Kåre Alsaker | -4/+0 |
| 2025-05-02 | Rename parameter to `override_def_path_data` | John Kåre Alsaker | -4/+5 |
| 2025-05-02 | Use less rustc_type_ir in the compiler codebase | Romain Perier | -1/+9 |
| 2025-05-01 | Set groundwork for proper const normalization | Boxy | -4/+15 |
| 2025-05-01 | Auto merge of #140145 - Zoxc:job-server-proxy, r=SparrowLii | bors | -0/+6 |
| 2025-04-30 | Rollup merge of #140516 - rperier:type-ir-to-type-middle, r=lcnr | Matthias Krüger | -0/+1 |
| 2025-04-30 | Use less rustc_type_ir in the compiler codebase | Romain Perier | -0/+1 |
| 2025-04-29 | canonical no type foldable :< | lcnr | -2/+2 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -1/+61 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -9/+15 |
| 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 | Rollup merge of #140022 - dianne:box-deref-pats, r=Nadrieril | Chris Denton | -0/+15 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -31/+31 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -31/+31 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -225/+214 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+59 |
| 2025-04-28 | Split out various pattern type matches into their own function | Oli Scherer | -1/+2 |
| 2025-04-26 | Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errors | Matthias Krüger | -5/+29 |
| 2025-04-26 | convert some `GenericArg` to `Term` | lcnr | -5/+29 |
| 2025-04-25 | handle specialization in the new trait solver | lcnr | -0/+4 |
| 2025-04-24 | lower deref patterns on boxes using built-in derefs | dianne | -0/+15 |
| 2025-04-24 | norm nested aliases before evaluating the parent goal | lcnr | -4/+4 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -31/+31 |
| 2025-04-23 | Auto merge of #138845 - compiler-errors:stall-generators, r=lcnr | bors | -4/+19 |
| 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-22 | Use `is_lang_item` and `as_lang_item` instead of handrolling their logic | Oli Scherer | -3/+1 |
| 2025-04-21 | Rollup merge of #140052 - GuillaumeGomez:fix-140026, r=nnethercote | Chris Denton | -0/+2 |