about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-21Rollup merge of #142539 - GrigorenkoPV:attributes/may_dangle, r=jdonszelmannJana Dönszelmann-3/+33
2025-06-21Add MSRV test for `unnecessary_debug_formatting` with `OsStr` (#15001)Samuel Tardieu-1/+23
2025-06-21Add `emit_span_lint_lazy` to lazily create `LintDiagnostic` structsUrgau-4/+16
2025-06-21Lazily collect `NonUpperCaseGlobalSubTool` diagnosticsUrgau-18/+20
2025-06-21Auto merge of #142817 - matthiaskrgr:rollup-mrobovy, r=matthiaskrgrbors-425/+1635
2025-06-21or_fun_call: lint Option/Result::and(_then) tooklensy-4/+22
2025-06-21precommit testklensy-0/+36
2025-06-21or_fun_call: lint more methods (#15071)Samuel Tardieu-54/+136
2025-06-21Merge pull request #20047 from ShoyuVanilla/comp-time-depsLukas Wirth-2/+24
2025-06-21Rollup merge of #142804 - zachs18:rename-layouts-to-layoutdata-in-comments, r...Matthias Krüger-9/+9
2025-06-21Rollup merge of #142801 - compiler-errors:gen-blocks, r=oli-obkMatthias Krüger-154/+139
2025-06-21Rollup merge of #142788 - lolbinarycat:core-AsciiChar-alias, r=tgross35Matthias Krüger-0/+13
2025-06-21Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,...Matthias Krüger-24/+16
2025-06-21Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,...Matthias Krüger-34/+30
2025-06-21Rollup merge of #142785 - epage:link, r=ehussMatthias Krüger-0/+1
2025-06-21Rollup merge of #142597 - folkertdev:abi-cannot-be-called, r=workingjubileeMatthias Krüger-209/+1359
2025-06-21Rollup merge of #142502 - nnethercote:rustdoc-json-GenericArgs, r=aDotInTheVoidMatthias Krüger-19/+84
2025-06-21Merge pull request #4405 from nia-e/standalone-ptraceOli Scherer-112/+619
2025-06-21Merge pull request #20053 from ze/masterLaurențiu Nicola-1/+1
2025-06-21Check the MSRV for `unnecessary_debug_formatting`donkomura-1/+23
2025-06-21fix: Correct grammar in remove all unused imports assistZakaria Elkatani-1/+1
2025-06-21fix: `wildcard_enum_match_arm` suggests wrongly with raw identifiersyanglsh-6/+42
2025-06-21internal: Utilize `cargo check --compile-time-deps`Shoyu Vanilla-2/+24
2025-06-21Auto merge of #142814 - tgross35:rollup-fioob6s, r=tgross35bors-267/+8440
2025-06-21rustdoc_json: represent generic args consistently.Nicholas Nethercote-23/+21
2025-06-21Fix some comments.Nicholas Nethercote-3/+3
2025-06-21rustdoc_json: Fix handling of paths with no generic args.Nicholas Nethercote-2/+19
2025-06-21rustdoc_json: Add a test for some `GenericArgs` cases.Nicholas Nethercote-0/+20
2025-06-21rustdoc_json: Add static asserts for the size of important types.Nicholas Nethercote-0/+30
2025-06-20Rollup merge of #142765 - workingjubilee:more-abimap-docs, r=compiler-errorsTrevor Gross-0/+6
2025-06-20Rollup merge of #142756 - Daniel-Aaron-Bloom:const-clone, r=oli-obkTrevor Gross-2/+8
2025-06-20Rollup merge of #142716 - nnethercote:adjust-with_generic_param_rib, r=petroc...Trevor Gross-119/+77
2025-06-20Rollup merge of #142677 - GuillaumeGomez:check-format-version-update, r=KobzolTrevor Gross-2/+109
2025-06-20Rollup merge of #142571 - cjgillot:borrowed-classes, r=oli-obkTrevor Gross-27/+105
2025-06-20Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkovTrevor Gross-67/+161
2025-06-20Rollup merge of #142476 - dtolnay:attrbinop, r=fmeaseTrevor Gross-12/+58
2025-06-20Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obkTrevor Gross-38/+7916
2025-06-20Fix typo in tests/ui/missing_const_for_fn/const_trait.rs (#15090)Timo-2/+2
2025-06-21formatjnyfah-1/+1
2025-06-21revert changesjnyfah-95/+10
2025-06-20Fix typo in tests/ui/missing_const_for_fn/const_trait.rsSamuel Moelius-2/+2
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-3/+2
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-757/+997
2025-06-20Fix false positive of `borrow_deref_ref` (#14967)Timo-4/+137
2025-06-20`Sugg`: do not parenthesize a double unary operator (#14983)Jason Newcomb-3/+23
2025-06-20[PERF] Don't spawn so many compilers (3/2) (19m -> 250k) (#15030)Timo-4/+150
2025-06-20Fix `manual_ok_err` suggests wrongly with references (#15053)Jason Newcomb-4/+108
2025-06-20Fix `branches_sharing_code` suggests misleadingly when in assignment (#15076)Jason Newcomb-3/+71
2025-06-20configure.py: fix edge casebinarycat-1/+1
2025-06-20lint Option::get_or_insert and Result::map_or tooklensy-44/+124