| Age | Commit message (Expand) | Author | Lines |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -4/+26 |
| 2025-05-04 | Auto merge of #140549 - BoxyUwU:proper_const_norm, r=lcnr | bors | -4/+15 |
| 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-03 | Auto merge of #140464 - oli-obk:successors-mut-perf, r=petrochenkov | bors | -55/+48 |
| 2025-05-02 | borrowck nested items in dead code | lcnr | -5/+7 |
| 2025-05-02 | Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -5/+3 |
| 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-02 | Add useful comments on `ExprKind::If` variants. | Nicholas Nethercote | -0/+3 |
| 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 #140467 - BoxyUwU:no_fcw_assoc_consts, r=lcnr | Matthias Krüger | -9/+10 |
| 2025-04-30 | interpret: better error message for out-of-bounds pointer arithmetic and acce... | Ralf Jung | -5/+3 |
| 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-30 | Rollup merge of #140448 - Zalathar:query-append, r=compiler-errors | Matthias Krüger | -6/+14 |
| 2025-04-30 | Rollup merge of #140404 - lcnr:canonical-no-type-foldable, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-04-30 | Auto merge of #127516 - nnethercote:simplify-LazyAttrTokenStream, r=petrochenkov | bors | -0/+1 |
| 2025-04-29 | canonical no type foldable :< | lcnr | -2/+2 |
| 2025-04-30 | Simplify `LazyAttrTokenStream`. | Nicholas Nethercote | -0/+1 |
| 2025-04-29 | Don't FCW assoc consts in patterns | Boxy | -9/+10 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -1/+61 |
| 2025-04-29 | Use a closure instead of three chained iterators | Oli Scherer | -55/+48 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -9/+15 |
| 2025-04-29 | Reformat parameters to macros used by with-all-queries | Zalathar | -4/+10 |
| 2025-04-29 | Rename `rustc_query_append!` to `rustc_with_all_queries!` | Zalathar | -2/+4 |
| 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 | -1/+21 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -36/+36 |
| 2025-04-28 | Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obk | bors | -256/+455 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -36/+36 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -256/+455 |
| 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-27 | Use `search_for_cycle_permutation` to look for `variances_of` | John Kåre Alsaker | -12/+20 |
| 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-25 | Rollup merge of #140236 - lcnr:normalizes-to-goals, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2025-04-25 | Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-04-24 | lower deref patterns on boxes using built-in derefs | dianne | -1/+21 |
| 2025-04-24 | norm nested aliases before evaluating the parent goal | lcnr | -4/+4 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -36/+36 |
| 2025-04-23 | Auto merge of #138845 - compiler-errors:stall-generators, r=lcnr | bors | -5/+29 |
| 2025-04-23 | More | Michael Goulet | -8/+15 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |