summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-07-10Auto merge of #143746 - matthiaskrgr:rollup-yaojj7t, r=matthiaskrgrbors-112/+258
2025-07-10Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35Matthias Krüger-4/+0
2025-07-10Rollup merge of #143615 - Kobzol:doc-std, r=jieyouxuMatthias Krüger-68/+174
2025-07-10Rollup merge of #143590 - GuillaumeGomez:reexport-shadowing, r=lolbinaryMatthias Krüger-40/+84
2025-07-10Auto merge of #143525 - Shourya742:2025-07-06-add-profiler, r=Kobzolbors-30/+227
2025-07-10Rollup merge of #143683 - jieyouxu:rms-cleanup, r=KobzolMatthias Krüger-188/+85
2025-07-10Rollup merge of #143670 - loganek:loganek/wasm32-wasip1-new-maintainer, r=ale...Matthias Krüger-0/+1
2025-07-10Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obkMatthias Krüger-6/+12
2025-07-10update rust-dev-guide to point about new command execution summary report und...bit-aloo-2/+9
2025-07-10enable report summary when BOOTSTRAP_PROFILE is setbit-aloo-2/+14
2025-07-10expose report summary via buildbit-aloo-1/+5
2025-07-10update streaming to record its execution via commandprofilerbit-aloo-5/+11
2025-07-10add commandProfiler to bootstrap execution contextbit-aloo-1/+154
2025-07-10change cachekey to CommandFingerprint and change related API's and add start ...bit-aloo-19/+34
2025-07-10Rollup merge of #143398 - lolbinarycat:tidy-extra-checks-auto, r=KobzolTrevor Gross-48/+241
2025-07-10Only provide `is_windows_msvc` to gate on windows-msvcJieyou Xu-34/+29
2025-07-10remove unnecessary parens in rust-analyzeryukang-1/+1
2025-07-10Remove uncessary parens in closure body with unused lintyukang-5/+11
2025-07-09Update LLVM submoduleDaniel Paoliello-0/+0
2025-07-09Massage `lib.rs` so it can be rustfmt'dJieyou Xu-66/+42
2025-07-09Sort and document `run-make-support` dependenciesJieyou Xu-4/+13
2025-07-09Bump `run-make-support` to Edition 2024Jieyou Xu-1/+1
2025-07-09Don't attempt to version `run-make-support`Jieyou Xu-1/+1
2025-07-09Remove `run-make-support` CHANGELOGJieyou Xu-83/+0
2025-07-09Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrierilbors-0/+8
2025-07-09Add doc cross-compilation testJakub Beránek-0/+16
2025-07-09Add `doc library` test for a no_std targetJakub Beránek-1/+17
2025-07-09Add a new maintainer to the wasm32-wasip1 targetMarcin Kolny-0/+1
2025-07-08Rollup merge of #143606 - lambdageek:configure-write-last-key, r=KobzolTrevor Gross-8/+18
2025-07-08Rollup merge of #143520 - Stypox:enter_trace_span-closure, r=RalfJungTrevor Gross-2/+10
2025-07-08Rollup merge of #142357 - Kobzol:simplify-llvm-bitcode-linker, r=jieyouxuTrevor Gross-30/+82
2025-07-08Disable docs for `compiler-builtins` and `sysroot`Josh Stone-4/+0
2025-07-08Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkovbors-66/+110
2025-07-08bootstrap: add change tracker entry for new --extra-checks=auto: featurebinarycat-0/+5
2025-07-08tidy: assume all files are modified in CIbinarycat-0/+4
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-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-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