about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-07-08tidy: warn when --extra-checks is passed an invalid lang:kind combobinarycat-3/+25
2025-07-08tidy: add `auto:` prefix to --extra-checks syntaxbinarycat-20/+67
2025-07-08tidy: update files_modified to take CiInfobinarycat-3/+7
2025-07-08tidy: factor out change detection logic and make it more robustbinarycat-16/+30
2025-07-08Revert "Re-enable fixpoint iteration for variance computation"Chayim Refael Friedman-13/+13
2025-07-08SpellingAleksey Kliger-1/+1
2025-07-08tidy: refactor --extra-checks parsingbinarycat-14/+111
2025-07-08Rollup merge of #143622 - Gelbpunkt:mips64-unknown-linux-muslabi64-target-mai...Matthias Krüger-1/+51
2025-07-08Rollup merge of #143600 - alexcrichton:wasm32-wasip1-doc-reword, r=jieyouxuMatthias Krüger-25/+23
2025-07-08Rollup merge of #143555 - obi1kenobi:pg/target-feature-not-unsafe-rustdoc-jso...Matthias Krüger-1/+14
2025-07-09Migrate `pull_assignment_up` assist to `SyntaxEditor`Hayashi Mikihiro-27/+59
2025-07-08Fix weird rustdoc output when single and glob reexport conflict on a nameGuillaume Gomez-40/+84
2025-07-08Auto merge of #134628 - estebank:const-default, r=oli-obkbors-2/+4
2025-07-08Implement enter_trace_span() in MiriMachineStypox-2/+10
2025-07-08Add cross-compilation tool testJakub Beránek-0/+29
2025-07-08Rewrite for clarityAleksey Kliger-12/+14
2025-07-08document new stable flags, with x64 linux implementation notesRémy Rakic-43/+59
2025-07-08update to literal-escaper-0.0.5Marijn Schouten-1/+1
2025-07-08Also test `LldWrapper` and remove `llvm-config` override from testsJakub Beránek-3/+10
2025-07-08Update llvm-bitcode-linker testsJakub Beránek-5/+35
2025-07-08Remove sysroot copy from `LlvmBitcodeLinker` stepJakub Beránek-20/+10
2025-07-08Remove `extra_features` from `LlvmBitcodeLinker`Jakub Beránek-6/+2
2025-07-08update bootstrap mcp510 handlingRémy Rakic-16/+46
2025-07-08add post-dist test for checking that we use LLDRémy Rakic-0/+3
2025-07-08use LLD by default on x64 regardless of channelRémy Rakic-7/+2
2025-07-08Merge pull request #4454 from RalfJung/data_structureOli Scherer-25/+26
2025-07-08Fix handling of std crates for no_std targetsJakub Beránek-41/+106
2025-07-08Add `crates` metadata to `doc::Std` stepJakub Beránek-20/+24
2025-07-08Remove test hack for std cratesJakub Beránek-5/+0
2025-07-08Mention that stdarch is managed by josh-syncJakub Beránek-2/+3
2025-07-08Merge from rustcRalf Jung-1140/+1693
2025-07-08Auto merge of #142869 - nnethercote:join_path-mini, r=camelidbors-2/+2
2025-07-08Preparing for merge from rustcRalf Jung-1/+1
2025-07-08Merge pull request #20192 from ChayimFriedman2/link-type-panicLukas Wirth-3/+30
2025-07-08Don't mark `#[target_feature]` safe fns as unsafe in rustdoc JSON.Predrag Gruevski-1/+14
2025-07-08Add target maintainer information for mips64-unknown-linux-muslabi64Jens Reidel-1/+51
2025-07-07Account for const stability in clippy when checking constnessEsteban Küber-6/+14
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-10/+4
2025-07-07Make it possible to attach opaque string metadata to `StepMetadata`Jakub Beránek-2/+12
2025-07-07Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgrbors-43/+39
2025-07-07Add docstringAleksey Kliger-0/+4
2025-07-07configure.py: Write last key in each sectionAleksey Kliger-0/+4
2025-07-07Merge pull request #20180 from ChayimFriedman2/parser-stuckLukas Wirth-8/+50
2025-07-07Rollup merge of #143572 - yotamofek:pr/unused-allow-attrs, r=fee1-deadMatthias Krüger-2/+0
2025-07-07Rollup merge of #143566 - jieyouxu:fix-x86_64-unknown-netbsd, r=fee1-deadMatthias Krüger-15/+13
2025-07-07Rollup merge of #143438 - makai410:rustdoc-fix, r=ehussMatthias Krüger-1/+1
2025-07-07Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865Matthias Krüger-25/+25
2025-07-07Fix a case where the link type was `None`Chayim Refael Friedman-3/+30
2025-07-07Update intro blurb in `wasm32-wasip1` docsAlex Crichton-25/+23
2025-07-07Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubileebors-10/+11