| Age | Commit message (Expand) | Author | Lines |
| 2025-05-21 | Only specify that we have reliable f16 and f128 on targets where those types ... | Antoni Boucher | -4/+7 |
| 2025-05-21 | Implement missing f16/f128 builtins | Antoni Boucher | -13/+64 |
| 2025-05-21 | Update to nightly-2025-05-21 | Antoni Boucher | -1/+1 |
| 2025-05-21 | Merge branch 'master' into sync_from_rust_2025_05_21 | Antoni Boucher | -74/+145 |
| 2025-05-21 | Auto merge of #141366 - matthiaskrgr:rollup-utvtyy3, r=matthiaskrgr | bors | -81/+203 |
| 2025-05-21 | Merge pull request #681 from rust-lang/test/typos | antoyo | -15/+30 |
| 2025-05-21 | Fix typos | Antoni Boucher | -15/+15 |
| 2025-05-21 | Add spell checking job in the CI | Antoni Boucher | -0/+15 |
| 2025-05-21 | Merge pull request #680 from FractalFir/master | antoyo | -23/+90 |
| 2025-05-21 | [Perf] Optimize documentation lints **a lot** (1/2) (18% -> 10%) (#14693) | Jason Newcomb | -32/+179 |
| 2025-05-21 | Review comments & Add testing | blyxyas | -32/+138 |
| 2025-05-21 | add doc alias `replace_first` for `str::replacen` | waffle | -0/+1 |
| 2025-05-21 | Changes to constant handling - faster deduplication, more compact representation | michal kostrubiec | -23/+90 |
| 2025-05-21 | Improve speed of `cargo dev fmt` (#14862) | Samuel Tardieu | -152/+158 |
| 2025-05-21 | Rollup merge of #141363 - BoxyUwU:doc_lta_norm_binders, r=lcnr | Matthias Krüger | -4/+13 |
| 2025-05-21 | Rollup merge of #141357 - dianne:unhardcode-unpretty-thir-tree-body-expr, r=c... | Matthias Krüger | -9/+4 |
| 2025-05-21 | Rollup merge of #141356 - dianne:thir-lower-params-before-body-expr, r=compil... | Matthias Krüger | -10/+11 |
| 2025-05-21 | Rollup merge of #141351 - bjorn3:attr_handling_changes, r=Nadrieril | Matthias Krüger | -8/+8 |
| 2025-05-21 | Rollup merge of #141347 - lcnr:lets-make-it-unsound-3, r=compiler-errors | Matthias Krüger | -2/+75 |
| 2025-05-21 | Rollup merge of #141341 - folkertdev:limit-VaArgSafe-impls, r=workingjubilee | Matthias Krüger | -34/+52 |
| 2025-05-21 | Rollup merge of #141230 - xizheyin:issue-141217, r=tgross35 | Matthias Krüger | -5/+28 |
| 2025-05-21 | Rollup merge of #140526 - Natr1x:sort-direction-documentation, r=dtolnay | Matthias Krüger | -9/+12 |
| 2025-05-21 | Make `trivial-copy-size-limit` consistently the size of the target pointer (#... | Jason Newcomb | -94/+251 |
| 2025-05-21 | Fix FnOnce impl for AsyncFn/AsyncFnMut closures in new solver | Michael Goulet | -1/+16 |
| 2025-05-21 | Make captures state error more precise | Michael Goulet | -7/+5 |
| 2025-05-21 | Merge pull request #4341 from RalfJung/freebsd | Ralf Jung | -3/+3 |
| 2025-05-21 | rustdoc-json: Remove false docs and add test for inline attribute | Alona Enraght-Moony | -7/+12 |
| 2025-05-21 | Auto merge of #141343 - flip1995:clippy-subtree-update, r=Manishearth | bors | -4620/+6166 |
| 2025-05-21 | Anon consts cant appear as repeat expr elements | Boxy | -5/+1 |
| 2025-05-21 | Check for element being `const` before resolving repeat count | Boxy | -80/+65 |
| 2025-05-21 | GAI logic on stable too | Boxy | -62/+186 |
| 2025-05-21 | Properly test whether repeat expr checks are pre/post integer fallback | Boxy | -82/+74 |
| 2025-05-21 | Don't allow repeat expr count inference side effects to propagate | Boxy | -19/+123 |
| 2025-05-21 | Fix tests | Boxy | -92/+356 |
| 2025-05-21 | Don't evaluate constants depending on infers or params | Boxy | -42/+64 |
| 2025-05-21 | Introduce `tcx.anon_const_kind` query | Boxy | -46/+86 |
| 2025-05-21 | document that the entire test suite passes under freebsd | Ralf Jung | -1/+1 |
| 2025-05-21 | Document why we allow escaping bound vars in LTA norm | Boxy | -4/+13 |
| 2025-05-21 | Add `expect_action` helper to `clippy_dev` | Jason Newcomb | -63/+56 |
| 2025-05-21 | Improve speed of `cargo dev fmt`. | Jason Newcomb | -100/+113 |
| 2025-05-21 | run the full test suite under FreeBSD | Ralf Jung | -2/+2 |
| 2025-05-21 | Merge pull request #19839 from ChayimFriedman2/inlay-hints-attr | Lukas Wirth | -5/+15 |
| 2025-05-21 | Merge pull request #19840 from rust-lang/davidbarsky/fix-integrated-benchmarks | Chayim Refael Friedman | -8/+12 |
| 2025-05-21 | Merge pull request #4287 from LorrensP-2158466/freebsd-num-cpus | Ralf Jung | -2/+117 |
| 2025-05-21 | Implement FreeBSD syscall cpuset_getaffinity. | LorrensP-2158466 | -2/+117 |
| 2025-05-21 | internal: fix `integrated_benchmarks` to make actual edits | David Barsky | -8/+12 |
| 2025-05-21 | Enable `__powitf2` on MSVC | beetrees | -4/+0 |
| 2025-05-21 | Support different lintcheck CARGO_TARGET_DIR | blyxyas | -15/+26 |
| 2025-05-21 | ci: improve citool job db errors | MarcoIeni | -4/+10 |
| 2025-05-21 | Auto merge of #141345 - matthiaskrgr:rollup-vux7gok, r=matthiaskrgr | bors | -36/+240 |