| Age | Commit message (Expand) | Author | Lines |
| 2025-03-21 | Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am... | Matthias Krüger | -1/+18 |
| 2025-03-21 | Rollup merge of #138364 - BLANKatGITHUB:compiler, r=RalfJung | Matthias Krüger | -25/+17 |
| 2025-03-21 | Rollup merge of #138754 - oli-obk:push-vtqtnwluyxop, r=compiler-errors | Matthias Krüger | -1/+22 |
| 2025-03-21 | Rollup merge of #138724 - fmease:list-stems-bear-no-name, r=nnethercote | Matthias Krüger | -2/+1 |
| 2025-03-21 | Rollup merge of #138713 - RalfJung:memory-hook-pointers, r=oli-obk | Matthias Krüger | -2/+23 |
| 2025-03-20 | Auto merge of #138747 - matthiaskrgr:rollup-68x44rw, r=matthiaskrgr | bors | -171/+313 |
| 2025-03-20 | Auto merge of #138515 - petrochenkov:cfgtrace, r=nnethercote | bors | -18/+52 |
| 2025-03-20 | Handle spans of `~const`, `const` and `async` trait bounds in macro expansion | Oli Scherer | -1/+22 |
| 2025-03-20 | interpret memory access hooks: also pass through the Pointer used for the access | Ralf Jung | -2/+23 |
| 2025-03-20 | Rollup merge of #138732 - compiler-errors:did, r=jieyouxu | Matthias Krüger | -5/+6 |
| 2025-03-20 | Rollup merge of #138731 - Zalathar:llvm-expansion, r=jieyouxu | Matthias Krüger | -34/+97 |
| 2025-03-20 | Rollup merge of #138729 - compiler-errors:gen, r=lcnr | Matthias Krüger | -16/+19 |
| 2025-03-20 | Rollup merge of #138727 - compiler-errors:ty-var-origin, r=fmease | Matthias Krüger | -54/+27 |
| 2025-03-20 | Rollup merge of #138700 - xizheyin:issue-138612, r=Nadrieril | Matthias Krüger | -0/+6 |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -50/+83 |
| 2025-03-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -12/+75 |
| 2025-03-20 | Auto merge of #133889 - compiler-errors:inh-unstable, r=Nadrieril | bors | -2/+22 |
| 2025-03-20 | Auto merge of #137930 - nnethercote:use-Wunused-crate-dependencies, r=jieyoux... | bors | -41/+50 |
| 2025-03-20 | Use def_path_str for def id arg in UnsupportedOpInfo | Michael Goulet | -5/+6 |
| 2025-03-20 | coverage: Convert and check span coordinates without a local file ID | Zalathar | -27/+40 |
| 2025-03-20 | Pre cleanups | Michael Goulet | -16/+19 |
| 2025-03-20 | Do not rely on type_var_origin in OrphanCheckErr::NonLocalInputType | Michael Goulet | -54/+27 |
| 2025-03-20 | coverage: Add LLVM plumbing for expansion regions | Zalathar | -7/+57 |
| 2025-03-19 | Check attrs: Don't try to retrieve the name of list stems | León Orell Valerian Liehr | -2/+1 |
| 2025-03-20 | Convert `rustc_serialize` integration tests to unit tests. | Nicholas Nethercote | -14/+16 |
| 2025-03-20 | Use `-Wunused_crate_dependencies` for compiler crates. | Nicholas Nethercote | -34/+41 |
| 2025-03-19 | Auto merge of #138714 - matthiaskrgr:rollup-8uwbpwv, r=matthiaskrgr | bors | -179/+166 |
| 2025-03-19 | Rollup merge of #138613 - m-ou-se:no-more-e0773, r=jdonszelmann,petrochenkov | Matthias Krüger | -96/+36 |
| 2025-03-19 | Rollup merge of #138594 - oli-obk:no-select, r=lcnr | Matthias Krüger | -12/+18 |
| 2025-03-19 | Rollup merge of #138589 - zachs18:block-label-not-supported-here-loop-body-he... | Matthias Krüger | -25/+66 |
| 2025-03-19 | Rollup merge of #138001 - meithecatte:privately-uninhabited, r=Nadrieril | Matthias Krüger | -46/+46 |
| 2025-03-19 | Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obk | bors | -206/+185 |
| 2025-03-19 | Fix next solver handling of shallow trait impl check | Oli Scherer | -12/+18 |
| 2025-03-19 | Allow builtin macros to be used more than once. | Mara Bos | -96/+36 |
| 2025-03-19 | Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgr | bors | -519/+966 |
| 2025-03-19 | Suggest `-Whelp` when pass `--print lints` to rustc | xizheyin | -0/+6 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -50/+83 |
| 2025-03-19 | Rollup merge of #138674 - oli-obk:llvm-cleanups, r=compiler-errors | Matthias Krüger | -205/+206 |
| 2025-03-19 | Rollup merge of #138670 - compiler-errors:remove-afidt, r=oli-obk | Matthias Krüger | -263/+7 |
| 2025-03-19 | Rollup merge of #138661 - RalfJung:revert-rustc-dev-breakage, r=petrochenkov | Matthias Krüger | -19/+736 |
| 2025-03-18 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -22/+57 |
| 2025-03-18 | Dont consider fields that are forced unstable due to -Zforce-unstable-if-unma... | Michael Goulet | -6/+13 |
| 2025-03-18 | Consider fields to be inhabited if they are unstable | Michael Goulet | -1/+14 |
| 2025-03-18 | Apply suggestions from code review | Eric Holk | -2/+2 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -263/+7 |
| 2025-03-18 | Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType` | Oli Scherer | -42/+60 |
| 2025-03-18 | Avoid splitting up a layout | Oli Scherer | -22/+24 |
| 2025-03-18 | updated compiler tests for rustc_intrinsic' | aaishwarymishra@gmail.com | -25/+17 |
| 2025-03-18 | Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev... | Ralf Jung | -19/+736 |
| 2025-03-18 | coverage: Don't store a body span in `FunctionCoverageInfo` | Zalathar | -6/+8 |