about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-21Only specify that we have reliable f16 and f128 on targets where those types ...Antoni Boucher-4/+7
2025-05-21Implement missing f16/f128 builtinsAntoni Boucher-13/+64
2025-05-21Update to nightly-2025-05-21Antoni Boucher-1/+1
2025-05-21Merge branch 'master' into sync_from_rust_2025_05_21Antoni Boucher-74/+145
2025-05-21Auto merge of #141366 - matthiaskrgr:rollup-utvtyy3, r=matthiaskrgrbors-81/+203
2025-05-21Merge pull request #681 from rust-lang/test/typosantoyo-15/+30
2025-05-21Fix typosAntoni Boucher-15/+15
2025-05-21Add spell checking job in the CIAntoni Boucher-0/+15
2025-05-21Merge pull request #680 from FractalFir/masterantoyo-23/+90
2025-05-21[Perf] Optimize documentation lints **a lot** (1/2) (18% -> 10%) (#14693)Jason Newcomb-32/+179
2025-05-21Review comments & Add testingblyxyas-32/+138
2025-05-21add doc alias `replace_first` for `str::replacen`waffle-0/+1
2025-05-21Changes to constant handling - faster deduplication, more compact representationmichal kostrubiec-23/+90
2025-05-21Improve speed of `cargo dev fmt` (#14862)Samuel Tardieu-152/+158
2025-05-21Rollup merge of #141363 - BoxyUwU:doc_lta_norm_binders, r=lcnrMatthias Krüger-4/+13
2025-05-21Rollup merge of #141357 - dianne:unhardcode-unpretty-thir-tree-body-expr, r=c...Matthias Krüger-9/+4
2025-05-21Rollup merge of #141356 - dianne:thir-lower-params-before-body-expr, r=compil...Matthias Krüger-10/+11
2025-05-21Rollup merge of #141351 - bjorn3:attr_handling_changes, r=NadrierilMatthias Krüger-8/+8
2025-05-21Rollup merge of #141347 - lcnr:lets-make-it-unsound-3, r=compiler-errorsMatthias Krüger-2/+75
2025-05-21Rollup merge of #141341 - folkertdev:limit-VaArgSafe-impls, r=workingjubileeMatthias Krüger-34/+52
2025-05-21Rollup merge of #141230 - xizheyin:issue-141217, r=tgross35Matthias Krüger-5/+28
2025-05-21Rollup merge of #140526 - Natr1x:sort-direction-documentation, r=dtolnayMatthias Krüger-9/+12
2025-05-21Make `trivial-copy-size-limit` consistently the size of the target pointer (#...Jason Newcomb-94/+251
2025-05-21Fix FnOnce impl for AsyncFn/AsyncFnMut closures in new solverMichael Goulet-1/+16
2025-05-21Make captures state error more preciseMichael Goulet-7/+5
2025-05-21Merge pull request #4341 from RalfJung/freebsdRalf Jung-3/+3
2025-05-21rustdoc-json: Remove false docs and add test for inline attributeAlona Enraght-Moony-7/+12
2025-05-21Auto merge of #141343 - flip1995:clippy-subtree-update, r=Manishearthbors-4620/+6166
2025-05-21Anon consts cant appear as repeat expr elementsBoxy-5/+1
2025-05-21Check for element being `const` before resolving repeat countBoxy-80/+65
2025-05-21GAI logic on stable tooBoxy-62/+186
2025-05-21Properly test whether repeat expr checks are pre/post integer fallbackBoxy-82/+74
2025-05-21Don't allow repeat expr count inference side effects to propagateBoxy-19/+123
2025-05-21Fix testsBoxy-92/+356
2025-05-21Don't evaluate constants depending on infers or paramsBoxy-42/+64
2025-05-21Introduce `tcx.anon_const_kind` queryBoxy-46/+86
2025-05-21document that the entire test suite passes under freebsdRalf Jung-1/+1
2025-05-21Document why we allow escaping bound vars in LTA normBoxy-4/+13
2025-05-21Add `expect_action` helper to `clippy_dev`Jason Newcomb-63/+56
2025-05-21Improve speed of `cargo dev fmt`.Jason Newcomb-100/+113
2025-05-21run the full test suite under FreeBSDRalf Jung-2/+2
2025-05-21Merge pull request #19839 from ChayimFriedman2/inlay-hints-attrLukas Wirth-5/+15
2025-05-21Merge pull request #19840 from rust-lang/davidbarsky/fix-integrated-benchmarksChayim Refael Friedman-8/+12
2025-05-21Merge pull request #4287 from LorrensP-2158466/freebsd-num-cpusRalf Jung-2/+117
2025-05-21Implement FreeBSD syscall cpuset_getaffinity.LorrensP-2158466-2/+117
2025-05-21internal: fix `integrated_benchmarks` to make actual editsDavid Barsky-8/+12
2025-05-21Enable `__powitf2` on MSVCbeetrees-4/+0
2025-05-21Support different lintcheck CARGO_TARGET_DIRblyxyas-15/+26
2025-05-21ci: improve citool job db errorsMarcoIeni-4/+10
2025-05-21Auto merge of #141345 - matthiaskrgr:rollup-vux7gok, r=matthiaskrgrbors-36/+240