about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-08-23Rollup merge of #145782 - karolzwolak:rustdoc-consistent-attributes-rendering...Samuel Tardieu-70/+68
2025-08-23Rollup merge of #145781 - Kobzol:clippy-remove-profile, r=lqdSamuel Tardieu-7/+0
2025-08-23Rollup merge of #145774 - Shourya742:2025-08-23-remove-default-opts-method, r...Samuel Tardieu-53/+0
2025-08-23Rollup merge of #145744 - RalfJung:miri-inplace-aliasing, r=compiler-errorsSamuel Tardieu-0/+95
2025-08-23Rollup merge of #145729 - nnethercote:dup-packages, r=calebcartwrightSamuel Tardieu-3/+3
2025-08-23Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJungSamuel Tardieu-8/+3
2025-08-23Rollup merge of #143898 - ognevny:opt-dist-rustc-rebuild, r=KobzolSamuel Tardieu-2/+14
2025-08-23bootstrap.py: Improve CPU detection on NetBSD,Havard Eidnes-1/+12
2025-08-23Auto merge of #145567 - clubby789:cargo_update, r=clubby789bors-34/+38
2025-08-23Enable LLVM download from CI for gnullvm distMateusz Mikuła-20/+2
2025-08-23Enable LLVM tools for gnullvm distMateusz Mikuła-12/+4
2025-08-23Auto merge of #145771 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-08-23Allow running rust-installer (and other tools) multiple times with the same a...Jakub Beránek-0/+4
2025-08-23Use correct mode when printing a build message for std documentationJakub Beránek-1/+1
2025-08-23Merge pull request #4524 from Stypox/tracing-chrome-overhead-rdtscRalf Jung-78/+283
2025-08-23citool: cleanup `mismatched_lifetime_syntaxes` warningsSamuel Tardieu-3/+3
2025-08-23Account for time spent tracing, use RDTSC for faster timeStypox-78/+283
2025-08-23Fix `else` completion in `let _ = if x {} $0`A4-Tacks-3/+355
2025-08-23Handle uplifting in libstd dist stepJakub Beránek-12/+23
2025-08-23Fix install test on WindowsJakub Beránek-2/+3
2025-08-23Remove the `x dist rust-std` built optimization special-caseJakub Beránek-27/+24
2025-08-23Don't try to cross-document bootstrap toolsJakub Beránek-1/+1
2025-08-23Fix doc linkJakub Beránek-1/+1
2025-08-23Add change tracker entryJakub Beránek-2/+7
2025-08-23Fix staging in `x install`Jakub Beránek-81/+77
2025-08-23Forbid running install steps on stage 0Jakub Beránek-0/+4
2025-08-23Cleanup the last few dist stepsJakub Beránek-5/+26
2025-08-23Cleanup `dist::Bootstrap` and add a simple test for itJakub Beránek-2/+21
2025-08-23Remove `compiler_for` from `dist::Extended`Jakub Beránek-17/+21
2025-08-23Remove `compiler_for` from `dist::Rustfmt`Jakub Beránek-13/+13
2025-08-23Remove `compiler_for` from `dist::CraneliftCodegenBackend`Jakub Beránek-12/+7
2025-08-23Remove `compiler_for` from `dist::Miri`Jakub Beránek-12/+13
2025-08-23Remove `compiler_for` from `dist::Clippy`Jakub Beránek-13/+16
2025-08-23Add snapshot test for `x install`Jakub Beránek-0/+70
2025-08-23Remove `compiler_for` from `dist::RustAnalyzer`Jakub Beránek-12/+16
2025-08-23Remove `compiler_for` from `dist::Cargo`Jakub Beránek-5/+12
2025-08-23Refactor `Analysis` dist stepJakub Beránek-14/+18
2025-08-23Refactor `RustcDev` dist stepJakub Beránek-12/+25
2025-08-23Refactor `Std` dist stepJakub Beránek-33/+62
2025-08-23Refactor and document the `DebuggerScripts` dist stepJakub Beránek-12/+13
2025-08-23Refactor and document the `Rustc` dist stepJakub Beránek-35/+42
2025-08-23Small refactor of `Mingw` stepJakub Beránek-12/+12
2025-08-23Document the `rustc-docs` stepJakub Beránek-9/+18
2025-08-23Rename `default_doc` to `run_default_doc_steps` and remove unused argumentJakub Beránek-6/+7
2025-08-23Forbid running dist steps on stage 0Jakub Beránek-0/+4
2025-08-23Re-add missing `clippy` testsJakub Beránek-0/+124
2025-08-23Improve code and add test with macro coming from another file from the same c...Guillaume Gomez-35/+23
2025-08-23rustdoc: make attributes render consistentlyKarol Zwolak-70/+68
2025-08-23Remove profile section from ClippyJakub Beránek-7/+0
2025-08-23Rewrite try jobs section a bitJakub Beránek-23/+23