about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-22Rollup merge of #137457 - JayAndJef:issue-132802-fix, r=KobzolJacob Pratt-3/+43
2025-08-22Rollup merge of #137396 - compiler-errors:param-default, r=fmeaseJacob Pratt-2/+44
2025-08-22Rollup merge of #132087 - ijchen:issue-131770-fix, r=dtolnayJacob Pratt-3/+11
2025-08-23remove default opts from configbit-aloo-53/+0
2025-08-23Auto merge of #145469 - cjgillot:split-transmute, r=nnethercotebors-263/+262
2025-08-23suggest using `@bors try jobs=...`Waffle Lapkin-16/+7
2025-08-22Update cargoWeihang Lo-0/+0
2025-08-23Also support statements and patterns for macro expansionGuillaume Gomez-2/+46
2025-08-23Improve codeGuillaume Gomez-4/+2
2025-08-23Make macro expansion feature buttons accessibleGuillaume Gomez-15/+55
2025-08-23Do macro expansion at AST level rather than HIRGuillaume Gomez-205/+264
2025-08-23Clean up computation of macro expansion span and correctly handle spans open ...Guillaume Gomez-28/+90
2025-08-23Go around firefox bugGuillaume Gomez-1/+7
2025-08-23Add GUI test for `--generate-macro-expansion` optionGuillaume Gomez-1/+140
2025-08-23Update rustdoc-gui testsGuillaume Gomez-1/+1
2025-08-23Correctly handle multiple macro expansions on a same lineGuillaume Gomez-18/+49
2025-08-23Update `tests/run-make/rustdoc-default-output` testGuillaume Gomez-0/+3
2025-08-23Add documentation for `--generate-macro-expansion`Guillaume Gomez-0/+4
2025-08-23Add new unstable `--generate-macro-expansion` rustdoc command line flagGuillaume Gomez-14/+42
2025-08-23Add support for macro expansion in rustdoc source code pagesGuillaume Gomez-63/+339
2025-08-23Activate `range-diff` feature of triagebotSamuel Tardieu-0/+3
2025-08-22Fix `derivable_impls` suggests wrongly on `derive_const` (#15535)Samuel Tardieu-31/+287
2025-08-23Apply `derivable_impls` to Clippy itselfyanglsh-7/+2
2025-08-23fix: `derivable_impls` FN when enum is qualified with `Self`yanglsh-25/+95
2025-08-22extract `bool_comparison` to a separate fileAda Alakbarova-167/+185
2025-08-22Auto merge of #145494 - cjgillot:span-decode-once, r=lqdbors-10/+9
2025-08-22`bool_comparison`: no longer lint on `!x != y` (#15498)Samuel Tardieu-435/+212
2025-08-22add regression test for issue 142488Rémy Rakic-0/+109
2025-08-22Bless rustdoc-ui.Camille Gillot-8/+6
2025-08-22convert strings to symbols in attr diagnosticsJana Dönszelmann-31/+36
2025-08-22fix: don't check for `!x = y`/`x = !y`Ada Alakbarova-435/+212
2025-08-22Revert "Detect method not being present that is present in other tuple types"Rémy Rakic-218/+2
2025-08-22Fix stderr normalization.Camille Gillot-5/+5
2025-08-22Simplify implementation.Camille Gillot-44/+46
2025-08-22Separate transmute checking from typeck.Camille Gillot-254/+253
2025-08-22interpret/allocation: get_range on ProvenanceMapNia Espera-8/+14
2025-08-22Recover param: Ty = EXPRMichael Goulet-2/+44
2025-08-22Add warning to the `Builder::llvm_config` functionJakub Beránek-0/+4
2025-08-22Ship LLVM tools for the correct target when cross-compilingJakub Beránek-5/+43
2025-08-22bool_comparison: fix incorrect suggestion with `>`/`<` and macros (#15513)Samuel Tardieu-20/+59
2025-08-22bool_comparison: use correct span context for `>`/`<` suggMichael Howell-20/+59
2025-08-22modify `LazyLock` poison panic messageConnor Tsui-34/+59
2025-08-22Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzolbors-563/+527
2025-08-22fix `manual_is_ascii_check`: also add explicit type when linting `matches!` (...Samuel Tardieu-14/+50
2025-08-22Rename `llvm_config` to `host_llvm_config` to avoid confusionJakub Beránek-36/+39
2025-08-22Add aarch64_be-unknown-hermit targetJens Reidel-0/+33
2025-08-22fix: also get `ty_sugg` in the `matches!` caseAda Alakbarova-14/+50
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-249/+1094
2025-08-23fix: `derivable_impls` suggests wrongly on `derive_const`yanglsh-16/+207
2025-08-22Stabilize `round_char_boundary` featureokaneco-17/+15