| Age | Commit message (Expand) | Author | Lines |
| 2025-06-03 | Merge pull request #687 from FractalFir/better_intrinsics | antoyo | -9982/+10198 |
| 2025-06-03 | update gpu offload build command | Manuel Drehwald | -6/+9 |
| 2025-06-03 | Rollup merge of #141957 - ferrocene:lw/missing-dyn-kw2, r=compiler-errors | Matthias Krüger | -31/+26 |
| 2025-06-03 | Rollup merge of #141945 - nnethercote:rm-Path-is_ident, r=compiler-errors | Matthias Krüger | -14/+10 |
| 2025-06-03 | Rollup merge of #141943 - nnethercote:rm-pre-expansion-ast-stats, r=compiler-... | Matthias Krüger | -122/+61 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -3/+3 |
| 2025-06-03 | Rollup merge of #141925 - cuviper:vestigial-bootstrap, r=workingjubilee | Matthias Krüger | -134/+14 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -4299/+4132 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -48/+31 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -27/+22 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -788/+879 |
| 2025-06-03 | Rollup merge of #141455 - joboet:tls_exhaustion_abort, r=tgross35 | Matthias Krüger | -11/+10 |
| 2025-06-03 | Rollup merge of #137725 - oli-obk:i-want-to-move-it-move-it, r=compiler-error... | Matthias Krüger | -61/+826 |
| 2025-06-03 | native-lib: allow multiple libraries and/or dirs | Nia Espera | -57/+70 |
| 2025-06-03 | Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzol | bors | -3/+53018 |
| 2025-06-03 | Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzol | bors | -3/+5 |
| 2025-06-03 | Use interned strings when possible, for efficiency purposes | Samuel Tardieu | -94/+116 |
| 2025-06-03 | Apply suggestions from code review | Fractal Fir(Michał Kostrubiec) | -6/+7 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -61/+826 |
| 2025-06-03 | hir-ty: add incremental tests checking for `infer` invalidation | David Barsky | -0/+253 |
| 2025-06-03 | Enable Float non-determinism in miri. Update and add tests and change | LorrensP-2158466 | -101/+413 |
| 2025-06-04 | std: simplify `NonNull` variance documentation | xizheyin | -11/+16 |
| 2025-06-03 | Reference correct PR | Benjamin Schulz | -3/+3 |
| 2025-06-03 | Rework collect_and_apply to not rely on size hint for optimization | Michael Goulet | -46/+90 |
| 2025-06-03 | Fix false positive for unused_unit | Benjamin Schulz | -3/+22 |
| 2025-06-03 | compiler: actually remove Conv now that it is irrelevant | Jubilee Young | -163/+1 |
| 2025-06-03 | cg_gcc: convert to CanonAbi | Jubilee Young | -48/+31 |
| 2025-06-03 | cg_clif: convert to CanonAbi | Jubilee Young | -27/+22 |
| 2025-06-03 | compiler: simplify TargetOptions ABI functions | Jubilee Young | -108/+2 |
| 2025-06-03 | bless test for CanonAbi::X86(SysV64) change | Jubilee Young | -1/+3 |
| 2025-06-03 | miri: sed to CanonAbi | Jubilee Young | -327/+354 |
| 2025-06-03 | cg_gcc: convert to CanonAbi | Jubilee Young | -48/+31 |
| 2025-06-03 | cg_clif: convert to CanonAbi | Jubilee Young | -27/+22 |
| 2025-06-03 | cg_llvm: convert to CanonAbi | Jubilee Young | -29/+40 |
| 2025-06-03 | compiler: change Conv to CanonAbi | Jubilee Young | -65/+64 |
| 2025-06-03 | compiler: use CanonAbi for entry_abi | Jubilee Young | -22/+27 |
| 2025-06-03 | compiler: add AbiMap | Jubilee Young | -1/+190 |
| 2025-06-03 | Auto merge of #141961 - matthiaskrgr:rollup-r09j2sp, r=matthiaskrgr | bors | -241/+673 |
| 2025-06-03 | add change-entry | onur-ozkan | -0/+5 |
| 2025-06-03 | bless tidy | onur-ozkan | -50/+188 |
| 2025-06-03 | implement new `x` flag: `--skip-std-check-if-no-download-rustc` | onur-ozkan | -0/+14 |
| 2025-06-03 | Triagebot: Remove `assign.users_on_vacation` | León Orell Valerian Liehr | -4/+0 |
| 2025-06-03 | builtin dyn impl no guide inference | lcnr | -1/+62 |
| 2025-06-03 | Remove uses of `stdarch_x86_avx512` | sayantn | -8/+0 |
| 2025-06-03 | Lint reversed ordering in partial ord impl (#14945) | Samuel Tardieu | -2/+56 |
| 2025-06-03 | Run wfcheck in one big loop instead of per module | Oli Scherer | -68/+63 |
| 2025-06-04 | ci: Pin `cargo-workspaces` to `0.3.6` | Shoyu Vanilla | -1/+1 |
| 2025-06-03 | Add impl for `llvm.roundeven` in cg_clif | sayantn | -9/+9 |
| 2025-06-03 | Add impl for `llvm.roundeven` in cg_clif | sayantn | -9/+9 |
| 2025-06-04 | Lint reversed ordering in partial ord impl | donkomura | -2/+56 |