| Age | Commit message (Expand) | Author | Lines |
| 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 | -33/+30 |
| 2025-05-02 | Add useful comments on `ExprKind::If` variants. | Nicholas Nethercote | -0/+9 |
| 2025-05-02 | Handle `Path<>` better in error messages. | Nicholas Nethercote | -27/+42 |
| 2025-05-01 | Rollup merge of #140552 - folkertdev:naked-function-rustc_std_internal_symbol... | Guillaume Gomez | -0/+1 |
| 2025-05-01 | Rollup merge of #140544 - m-ou-se:format-args-const-cleanup, r=fee1-dead | Guillaume Gomez | -2/+2 |
| 2025-05-01 | Rollup merge of #140460 - heiher:issue-140455, r=Urgau | Guillaume Gomez | -0/+9 |
| 2025-05-01 | Rollup merge of #138703 - pudongair:master, r=workingjubilee | Guillaume Gomez | -1/+1 |
| 2025-05-01 | Set groundwork for proper const normalization | Boxy | -218/+364 |
| 2025-05-01 | PassWrapper: adapt for llvm/llvm-project@f137c3d592e96330e450a8fd63ef7e8877fc... | Erick Tryzelaar | -0/+5 |
| 2025-05-01 | Auto merge of #139965 - amandasystems:marginally-improved-scc-annotations, r=... | bors | -171/+239 |
| 2025-05-01 | allow `#[rustc_std_internal_symbol]` in combination with `#[naked]` | Folkert de Vries | -0/+1 |
| 2025-05-01 | No-op split into sub functions | Boxy | -164/+162 |
| 2025-05-01 | User type annotations for free consts in pattern position | Boxy | -2/+1 |
| 2025-05-01 | Auto merge of #138522 - osiewicz:shared-generics-respect-visibility, r=bjorn3 | bors | -12/+59 |
| 2025-05-01 | Clean up "const" situation in format_args!(). | Mara Bos | -2/+2 |
| 2025-05-01 | Add some comments | John Kåre Alsaker | -1/+3 |
| 2025-05-01 | Use thread local dep graph encoding | John Kåre Alsaker | -183/+288 |
| 2025-05-01 | rustc_target: RISC-V "Zfinx" is incompatible with {ILP32,LP64}[FD] ABIs | Tsukasa OI | -4/+4 |
| 2025-05-01 | Auto merge of #140145 - Zoxc:job-server-proxy, r=SparrowLii | bors | -29/+156 |
| 2025-05-01 | rustc_target: RISC-V: Add BF16 extensions | Tsukasa OI | -0/+3 |
| 2025-05-01 | rustc_target: RISC-V: Add atomics/memory-related extensions | Tsukasa OI | -0/+7 |
| 2025-05-01 | rustc_target: Adjust RISC-V feature implication (Za64rs and Za128rs) | Tsukasa OI | -1/+1 |
| 2025-05-01 | Remove `avx512dq` and `avx512vl` implication for `avx512fp16` | Sayantan Chakraborty | -1/+1 |
| 2025-04-30 | Auto merge of #121909 - Zoxc:drop-ast-task, r=petrochenkov | bors | -3/+26 |
| 2025-04-30 | Change rustc_driver dependency on stable_mir crate | Celina G. Val | -2/+12 |
| 2025-04-30 | Rollup merge of #140494 - ehuss:document-restrictions, r=traviscross,SparrowLii | Matthias Krüger | -0/+49 |
| 2025-04-30 | Rollup merge of #140468 - BoxyUwU:normalization_confusings2, r=lcnr | Matthias Krüger | -52/+56 |
| 2025-04-30 | Rollup merge of #140467 - BoxyUwU:no_fcw_assoc_consts, r=lcnr | Matthias Krüger | -9/+10 |
| 2025-04-30 | Rollup merge of #140458 - azhogin:azhogin/async-drop-fix-dropped-tuple-ice, r... | Matthias Krüger | -9/+15 |
| 2025-04-30 | Use select in projection lookup | Michael Goulet | -20/+22 |
| 2025-04-30 | interpret: better error message for out-of-bounds pointer arithmetic and acce... | Ralf Jung | -75/+64 |
| 2025-04-30 | Optimize the codegen for `Span::from_expansion` | Jason Newcomb | -2/+15 |
| 2025-04-30 | Rollup merge of #140516 - rperier:type-ir-to-type-middle, r=lcnr | Matthias Krüger | -26/+21 |
| 2025-04-30 | Rollup merge of #140504 - tmiasko:answer-ensure-stack, r=jswrenn | Matthias Krüger | -455/+284 |
| 2025-04-30 | Rollup merge of #140498 - compiler-errors:check-fn-tweaks, r=oli-obk | Matthias Krüger | -139/+91 |
| 2025-04-30 | Rollup merge of #140450 - petrochenkov:vistok, r=nnethercote | Matthias Krüger | -214/+32 |
| 2025-04-30 | Rollup merge of #140203 - Wyliodrin:error_for_no_mangle_weak_language_items, ... | Matthias Krüger | -0/+30 |
| 2025-04-30 | Rollup merge of #140090 - Urgau:snake_case-fn-var, r=petrochenkov | Matthias Krüger | -0/+10 |
| 2025-04-30 | Rollup merge of #134232 - bjorn3:naked_asm_improvements, r=wesleywiser | Matthias Krüger | -397/+333 |
| 2025-04-30 | Use less rustc_type_ir in the compiler codebase | Romain Perier | -26/+21 |
| 2025-04-30 | Fix naked asm symbol name for cg_clif on macOS | bjorn3 | -1/+2 |
| 2025-04-30 | transmutability: merge contiguous runs with a common destination | Tomasz Miąsko | -7/+19 |
| 2025-04-30 | error when using no_mangle on language items | Alexandru RADOVICI | -0/+30 |
| 2025-04-30 | transmutability: ensure_sufficient_stack when answering query | Tomasz Miąsko | -117/+125 |
| 2025-04-30 | Rollup merge of #140448 - Zalathar:query-append, r=compiler-errors | Matthias Krüger | -13/+36 |
| 2025-04-30 | Rollup merge of #140445 - oli-obk:const-manually-drop, r=fee1-dead | Matthias Krüger | -0/+6 |
| 2025-04-30 | Rollup merge of #140439 - RalfJung:miri-algebraic-float-nondet, r=oli-obk | Matthias Krüger | -2/+9 |
| 2025-04-30 | Rollup merge of #140404 - lcnr:canonical-no-type-foldable, r=compiler-errors | Matthias Krüger | -26/+4 |
| 2025-04-30 | Rollup merge of #140312 - nnethercote:DelimArgs-spacing, r=petrochenkov | Matthias Krüger | -17/+35 |