about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-11update cargo_metadata to 0.21.0asahi-myzk-5/+36
2025-07-10Rollup merge of #143744 - fmease:lta-expand-proper-depth, r=compiler-errorsTrevor Gross-2/+24
2025-07-10Rollup merge of #143742 - estebank:borrow-suggestion, r=compiler-errorsTrevor Gross-179/+316
2025-07-10Rollup merge of #143728 - LorrensP-2158466:refactor-resolve-extraction, r=pet...Trevor Gross-118/+143
2025-07-10Rollup merge of #143722 - oli-obk:sound-llvm, r=dianqkTrevor Gross-7/+9
2025-07-10Rollup merge of #143707 - Kobzol:bootstrap-std-check, r=jieyouxuTrevor Gross-7/+31
2025-07-10Rollup merge of #143642 - Kobzol:stdarch-push, r=AmanieuTrevor Gross-455/+243
2025-07-10Rollup merge of #140136 - dpaoliello:arm64winci, r=KobzolTrevor Gross-5/+50
2025-07-11fix typos in function names in the `target_feature` testFluid-3/+3
2025-07-11Split up the `unknown_or_malformed_diagnostic_attributes` lintmejrs-59/+157
2025-07-10`arithmetic_side_effects`: don't warn on `NonZeroU*.get() - 1` (#15238)Alejandra González-26/+43
2025-07-10Upgrade `iai-callgrind` to 0.15Trevor Gross-3/+3
2025-07-11fix(arithmetic_side_effects): don't warn on `NonZeroU*.get() - 1`Ada Alakbarova-26/+43
2025-07-10Merge pull request #1857 from folkertdev/arm-dupSayantan Chakraborty-67/+44
2025-07-10Upgrade dependencies to the latest versionTrevor Gross-4/+4
2025-07-10or_fun_call: lint method calls inside map_or first arg (#15074)llogiq-36/+71
2025-07-10Fix few typos (#15218)llogiq-7/+7
2025-07-10Merge pull request #20228 from ChayimFriedman2/fix-use-displayChayim Refael Friedman-0/+1
2025-07-11Fix display of `use<>` syntaxChayim Refael Friedman-0/+1
2025-07-10Auto merge of #143746 - matthiaskrgr:rollup-yaojj7t, r=matthiaskrgrbors-767/+648
2025-07-10Cleanup feature_freeze workflow (#15231)Alejandra González-13/+23
2025-07-10Add target maintainer information for aarch64-unknown-linux-muslJens Reidel-1/+51
2025-07-10refactor legacy_numeric_constants to use multipart suggestionSamuel Tardieu-13/+23
2025-07-10refactor legacy_numeric_constants to check calls instead of pathsSamuel Tardieu-14/+10
2025-07-10cleanup legacy_numeric_constantsDan Johnson-2/+2
2025-07-10add extra legacy_numeric_constants test casesSamuel Tardieu-2/+40
2025-07-10fix `legacy_numeric_constants` suggestion when call is wrapped in parensDan Johnson-17/+107
2025-07-10Add clippy_test_deps to workspace member of repoPhilipp Krones-0/+1
2025-07-10Update Cargo.lockPhilipp Krones-22/+58
2025-07-10Rollup merge of #143665 - obi1kenobi:pg/doc-hidden-tests, r=aDotInTheVoidMatthias Krüger-0/+36
2025-07-10Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35Matthias Krüger-4/+6
2025-07-10Rollup merge of #143651 - Fulgen301:seh-exception-ptr, r=ChrisDentonMatthias Krüger-4/+14
2025-07-10Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errorsMatthias Krüger-626/+146
2025-07-10Rollup merge of #143632 - dillona:ffi-param-names, r=jieyouxuMatthias Krüger-2/+2
2025-07-10Rollup merge of #143615 - Kobzol:doc-std, r=jieyouxuMatthias Krüger-68/+174
2025-07-10Rollup merge of #143599 - folkertdev:x86-asm-syntax-global-naked-asm, r=AmanieuMatthias Krüger-7/+90
2025-07-10Rollup merge of #143590 - GuillaumeGomez:reexport-shadowing, r=lolbinaryMatthias Krüger-40/+125
2025-07-10Rollup merge of #143446 - usamoi:export-executable-symbols, r=bjorn3,oli-obkMatthias Krüger-16/+55
2025-07-10Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u...Philipp Krones-476/+2760
2025-07-10Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u...Philipp Krones-476/+2760
2025-07-10Cleanup feature_freezealexey semenyuk-13/+23
2025-07-10Rustup (#15243)Philipp Krones-99/+162
2025-07-10Bump nightly version -> 2025-07-10Philipp Krones-2/+2
2025-07-10Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-495/+2780
2025-07-10Properly track the depth when expanding free alias typesLeón Orell Valerian Liehr-2/+24
2025-07-10Update testEsteban Küber-14/+70
2025-07-10Make `Diag::multipart_suggestions` always verboseEsteban Küber-110/+187
2025-07-10Rework borrowing suggestions to use `Expr` instead of just `Span`Esteban Küber-213/+217
2025-07-10Remove `min-specialization` feature from `WasmComponentLd`Jakub Beránek-1/+1
2025-07-10Auto merge of #143525 - Shourya742:2025-07-06-add-profiler, r=Kobzolbors-30/+227