about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-25Auto merge of #145480 - cjgillot:sizeless-chunks, r=Mark-Simulacrumbors-144/+165
2025-08-24Auto merge of #145262 - compiler-errors:prefer-only-param, r=lcnrbors-0/+223
2025-08-24`unnecessary_mut_passed`: add structured suggestion (#15438)Alejandra González-35/+376
2025-08-24Suggest naming types before using explicit type names (#14996)Alejandra González-9/+113
2025-08-25fix: `never_loop` forget to remove break in nested loopyanglsh-14/+170
2025-08-24Update documentation.Camille Gillot-9/+3
2025-08-25Remove the lifetime from `ExpTokenPair`/`SeqSep`.Nicholas Nethercote-49/+49
2025-08-25Update `bitflags` to 2.9.3.Nicholas Nethercote-2/+2
2025-08-24Make sure to treat only param where clauses as inherentMichael Goulet-0/+223
2025-08-24`unnecessary_mut_passed`: add structured suggestionAda Alakbarova-35/+376
2025-08-24Auto merge of #137229 - GuillaumeGomez:expand-macro, r=lolbinarycatbors-93/+795
2025-08-24Suggest naming types before using explicit type namesSamuel Tardieu-9/+113
2025-08-24Fix `semicolon_inside_block` FP when attribute over expr is not enabled (#15476)Alejandra González-0/+53
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