| Age | Commit message (Expand) | Author | Lines |
| 2025-05-28 | Remove unused arg_memory_ty method | bjorn3 | -15/+3 |
| 2025-05-28 | Remove unused arg_memory_ty method | bjorn3 | -26/+3 |
| 2025-05-28 | Mark all optimize methods and the codegen method as safe | bjorn3 | -3/+3 |
| 2025-05-28 | Mark all optimize methods and the codegen method as safe | bjorn3 | -34/+25 |
| 2025-05-28 | Remove methods from StaticCodegenMethods that are not called in cg_ssa itself | bjorn3 | -8/+3 |
| 2025-05-28 | Remove methods from StaticCodegenMethods that are not called in cg_ssa itself | bjorn3 | -37/+16 |
| 2025-05-28 | Make predefine methods take &mut self | bjorn3 | -3/+3 |
| 2025-05-28 | Make predefine methods take &mut self | bjorn3 | -10/+10 |
| 2025-05-28 | Remove a couple of uses of interior mutability around statics | bjorn3 | -3/+3 |
| 2025-05-28 | Move supports_parallel from CodegenBackend to ExtraBackendMethods | bjorn3 | -8/+8 |
| 2025-05-28 | Remove codegen_unit from MiscCodegenMethods | bjorn3 | -7/+8 |
| 2025-05-28 | Remove a couple of uses of interior mutability around statics | bjorn3 | -28/+33 |
| 2025-05-28 | Reduce amount of types that need to be PartialEq | bjorn3 | -3/+3 |
| 2025-05-28 | The personality function is a Function, not a Value | bjorn3 | -4/+4 |
| 2025-05-28 | Remove codegen_unit from MiscCodegenMethods | bjorn3 | -42/+29 |
| 2025-05-28 | Remove checks that are run with `tidy` | Guillaume Gomez | -3/+0 |
| 2025-05-28 | Add `eslint` as part of tidy run | Guillaume Gomez | -0/+94 |
| 2025-05-28 | Typo in README.md | Dario Damiani | -1/+1 |
| 2025-05-28 | Fix some old `// <directive>` to `//@ <directive>` | Alona Enraght-Moony | -4/+4 |
| 2025-05-28 | directives.md: Fix `//@ build_aux_docs` -> `//@ build-aux-docs` | Alona Enraght-Moony | -1/+1 |
| 2025-05-28 | `zombie_processes`: do not complain about early early returns | Samuel Tardieu | -15/+21 |
| 2025-05-28 | Add eholk to compiler reviewer rotation | Eric Holk | -0/+1 |
| 2025-05-28 | Auto merge of #141696 - tgross35:rollup-fhpj180, r=tgross35 | bors | -575/+907 |
| 2025-05-28 | Merge pull request #4354 from RalfJung/before_stack_pop | Ralf Jung | -1/+1 |
| 2025-05-28 | Clarify &mut-methods' docs on sync::OnceLock | Lukas Lueg | -5/+13 |
| 2025-05-28 | `while_let_loop`: Include `let` assignment in suggestion (#14756) | Jason Newcomb | -40/+271 |
| 2025-05-28 | fix comment in before_stack_pop | Ralf Jung | -1/+1 |
| 2025-05-28 | Optimize `unit_return_expecting_ord` (#14905) | Samuel Tardieu | -47/+79 |
| 2025-05-28 | Optimize `unit_return_expecting_ord` | blyxyas | -47/+79 |
| 2025-05-28 | When replacing an old value we may not drop it in place | Orson Peters | -12/+8 |
| 2025-05-28 | `needless_return`: look inside `else if` parts as well (#14798) | Alejandra González | -3/+230 |
| 2025-05-28 | [book] fix the trait checking example code (#14908) | Philipp Krones | -1/+1 |
| 2025-05-28 | Mark myself as on vacation until June 30 (#14909) | Alejandra González | -0/+1 |
| 2025-05-28 | Remove incremental test, disable incremental for cargo tests | Alex Macleod | -37/+4 |
| 2025-05-28 | docs:deleting duplicate documentation | vremyavnikuda | -70/+0 |
| 2025-05-28 | clif: Provide better output messages for failed copies | Trevor Gross | -3/+5 |
| 2025-05-28 | clif: Provide better output messages for failed copies | Trevor Gross | -3/+5 |
| 2025-05-28 | tidy: Skip pal and `#[test]` checks in compiler-builtins | Trevor Gross | -0/+2 |
| 2025-05-28 | Add same unsafe bound on get_or_init_slow | Orson Peters | -2/+8 |
| 2025-05-28 | Add comments to diagnostic items | Patrick-6 | -0/+6 |
| 2025-05-28 | Add cfg for FormatShortCmd | Mu001999 | -0/+3 |
| 2025-05-28 | Do not panic, maintain old behavior | Orson Peters | -25/+17 |
| 2025-05-28 | Mark myself as on vacation until June 30 | blyxyas | -0/+1 |
| 2025-05-28 | Update trait_checking.md | Kazuki Obata | -1/+1 |
| 2025-05-28 | Rollup merge of #141670 - chenyukang:yukang-fix-ice-from-contracts, r=nnether... | Trevor Gross | -26/+60 |
| 2025-05-28 | Rollup merge of #141627 - nnethercote:drop-cleanups, r=matthewjasper | Trevor Gross | -53/+59 |
| 2025-05-28 | Rollup merge of #141548 - bvanjoi:issue-141256, r=petrochenkov | Trevor Gross | -5/+200 |
| 2025-05-28 | Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill... | Trevor Gross | -8/+84 |
| 2025-05-28 | Rollup merge of #141404 - bjorn3:refactor_cg_ssa_call_codegen, r=davidtwco | Trevor Gross | -266/+237 |
| 2025-05-28 | Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4 | Trevor Gross | -217/+234 |