about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-24compiletest: if a compiler fails outside a ui test, show its outputbinarycat-2/+3
2025-08-24Auto merge of #145812 - karolzwolak:attrs-in-fields-and-variants-section, r=G...bors-4/+26
2025-08-24raw-dylib-elf: set correct `DT_VERDEFNUM`Mateusz Mikuła-3/+10
2025-08-24editorconfig: don't use nonexistant syntaxbinarycat-5/+8
2025-08-24Merge pull request #20529 from emmanuel-ferdman/masterShoyu Vanilla (Flint)-1/+1
2025-08-24Fix rust-analyzer-contributors referenceEmmanuel Ferdman-1/+1
2025-08-24`ptr_as_ptr`: move to `if` (#15480)Samuel Tardieu-12/+17
2025-08-24misc: replace `match` with an equality checkAda Alakbarova-3/+2
2025-08-24move `ptr_as_ptr` to under `if`Ada Alakbarova-10/+16
2025-08-24fix: Masquerade as nightly cargo when invoking flycheck with `-Zscript`Shoyu Vanilla-0/+1
2025-08-24split `cast_ptr_alignment` (#15479)llogiq-19/+14
2025-08-24`unused_unit`: don't lint on closure return typesAda Alakbarova-29/+83
2025-08-24Rename `llvm::Bool` aliases to standard const caseZalathar-34/+33
2025-08-24Replace the `llvm::Bool` typedef with a proper newtypeZalathar-34/+75
2025-08-24Merge pull request #4541 from rust-lang/rustup-2025-08-24Ben Kimock-5432/+10799
2025-08-24Rewrite `unwrap_in_result` lint (#15445)llogiq-102/+308
2025-08-24Regression test for attributes on macro callsJonathan Brouwer-42/+302
2025-08-24check f16 and f128 in float_equality_without_abs (#15054)llogiq-6/+32
2025-08-24Merge pull request #2550 from WaffleLapkin/try-borswaffle-37/+28
2025-08-24Warn on macro calls for attributes that had this behaviour previouslyJonathan Brouwer-17/+35
2025-08-24Directly raise fatal errors inside the codegen backendsbjorn3-124/+117
2025-08-24Auto merge of #145384 - ywxt:parallel-tests, r=jieyouxubors-19/+722
2025-08-24`unused_unit`: small clean-up (#15550)Samuel Tardieu-21/+16
2025-08-24Prevent confusion with insertion-ordered maps.Marijn Schouten-2/+3
2025-08-24focus more on ordered aspect and restore old commentsMarijn Schouten-13/+45
2025-08-24Dial down detail of B-tree descriptionMarijn Schouten-24/+5
2025-08-24pattern-match on slicesAda Alakbarova-9/+6
2025-08-24get rid of confusing nested `map_or`sAda Alakbarova-12/+10
2025-08-24coverage: Build an "expansion tree" and use it to unexpand raw spansZalathar-162/+239
2025-08-24coverage: Add a specific test for `#[rustfmt::skip]`Zalathar-0/+47
2025-08-24Handle unwinding fatal errors in codegen workersbjorn3-32/+21
2025-08-24rustdoc: render attributes in Field and Variants sectionsKarol Zwolak-4/+26
2025-08-24bootstrap.py: follow up more 'tidy' insistence (string quotes).Havard Eidnes-2/+2
2025-08-24check f16 and f128 in float_equality_without_absusamoi-6/+32
2025-08-24`missing_inline_in_public_items`: fix lint emission source HirId (#15501)llogiq-20/+25
2025-08-24fix `or_then_unwrap`: suggestion preserves macro calls (#15483)llogiq-3/+21
2025-08-24Fix some minor issues in commentshoupo-bob-6/+6
2025-08-24Rewrite `unwrap_in_result` lintSamuel Tardieu-102/+308
2025-08-24clean-up `ptr_cast_constness` (#15478)Samuel Tardieu-16/+11
2025-08-24Auto merge of #137729 - jdonszelmann:fix-137687, r=fmeasebors-228/+440
2025-08-24fix: `unnested_or_patterns` FP on structs with only shorthand field pats (#15...llogiq-30/+80
2025-08-24fix ICE on stable related to attrs on macrosJana Dönszelmann-30/+58
2025-08-24Port crate name to the new attribute systemJana Dönszelmann-156/+248
2025-08-24Support lints in early attribute parsingJana Dönszelmann-45/+93
2025-08-24Allow errors to be emitted as fatal during attribute parsingJana Dönszelmann-22/+66
2025-08-24Merge pull request #20523 from ChayimFriedman2/opaque-genericsShoyu Vanilla (Flint)-43/+54
2025-08-24clean-up `ptr_cast_constness`Ada Alakbarova-16/+11
2025-08-24`cast_ptr_alignment`: move the regular check into the `if`Ada Alakbarova-12/+3
2025-08-24`cast_ptr_alignment`: move the `.cast()` check into a separate fnAda Alakbarova-1/+6
2025-08-24misc: remove one level of nestingAda Alakbarova-7/+6