about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-01-03Add description field to edition manifestLaurențiu Nicola-0/+1
2025-01-03minor: Honor `CARGO_TARGET_DIR` for cargo target dir configLukas Wirth-1/+4
2025-01-03Merge pull request #18826 from Veykril/push-qnsqormwlwqmLukas Wirth-36/+21
2025-01-03fix: Clear flycheck diagnostics per package properlyLukas Wirth-36/+21
2025-01-03run-make-support: tidy up assertion failure dumping许杰友 Jieyou Xu (Joe)-33/+58
2025-01-03Merge pull request #18825 from Veykril/push-sllokkprznkqLukas Wirth-50/+81
2025-01-03run-make-support: add basic sanity tests for assertion helpers许杰友 Jieyou Xu (Joe)-0/+103
2025-01-03run-make-support: convert `assertion_helpers` to module许杰友 Jieyou Xu (Joe)-0/+0
2025-01-03bootstrap: support `./x check run-make-support`许杰友 Jieyou Xu (Joe)-0/+6
2025-01-03minor: Encode TraitData bools as bitflagsLukas Wirth-50/+81
2025-01-03Merge pull request #18822 from bryceberger/targetdir-absoluteLukas Wirth-2/+1
2025-01-03Merge pull request #18327 from ChayimFriedman2/flat-ttLukas Wirth-2252/+2322
2025-01-03turn rustc_box into an intrinsicRalf Jung-9/+8
2025-01-03bump versionPietro Albini-1/+1
2025-01-03add coverage for multiple pathsonur-ozkan-0/+20
2025-01-03Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkovMatthias Krüger-4/+11
2025-01-03avoid early return to handle all pathsonur-ozkan-2/+3
2025-01-03Revert "bootstrap: temporarily flip `compile::Rustc` vs `compile::Assemble`"onur-ozkan-5/+1
2025-01-03revert step order from #134919onur-ozkan-6/+2
2025-01-03adapt bootstrap tests to the new path resolution logiconur-ozkan-6/+21
2025-01-03refactor bootstrap path resolutiononur-ozkan-8/+29
2025-01-03Merge from rustcThe Miri Cronjob Bot-590/+349106
2025-01-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-03Add UWP support pagebdbai-5/+58
2025-01-02limit special `FileCheck` revision checksDavis Muro-11/+51
2025-01-02Auto merge of #122565 - Zoxc:atomic-panic-msg, r=the8472bors-0/+58
2025-01-02Use `is_some_and` helperMichael Howell-2/+1
2025-01-02allow targetDir to be an absolute pathBryce Berger-2/+1
2025-01-02rustdoc: treat `allowed_through_unstable_modules` as deprecationMichael Howell-1/+30
2025-01-02Auto merge of #135040 - matthiaskrgr:rollup-34vsa8n, r=matthiaskrgrbors-20/+45
2025-01-02Rollup merge of #135035 - Noratrieb:fixfmt, r=jieyouxuMatthias Krüger-20/+45
2025-01-02Store token trees in contiguous `Vec` instead of as a treeChayim Refael Friedman-2252/+2322
2025-01-02Fix formatting commandNoratrieb-20/+45
2025-01-02Auto merge of #135014 - Zalathar:tool-build-step, r=jieyouxubors-113/+135
2025-01-02Temporarily make the `test` cfg a well known bootstrap cfgUrgau-0/+4
2025-01-02Make the `test` cfg a "userspace" check-cfgUrgau-4/+7
2025-01-02Remove rust-analyzer duplicate crates integration testslucasholten-332/+0
2025-01-02Automatically sort crate graphlucasholten-11/+7
2025-01-02bootstrap: temporarily flip `compile::Rustc` vs `compile::Assemble`许杰友 Jieyou Xu (Joe)-1/+5
2025-01-02fix no space insert before and after if value is only spacesdfireBird-2/+38
2025-01-02Merge pull request #4106 from shamb0/generalize-callback-miri-concurrencyRalf Jung-131/+171
2025-01-02tweak docs a littleRalf Jung-35/+19
2025-01-02Fix overflow detection in MIR evaluationChayim Refael Friedman-19/+206
2025-01-02fix: Fix flycheck cancellations leaving stale errorsLukas Wirth-14/+18
2025-01-02Move most of `Step::should_run` out of `tool_extended!`Zalathar-15/+30
2025-01-02Use struct-like syntax in `tool_extended!`Zalathar-18/+36
2025-01-02Move most of `Step::run` out of `tool_extended!`Zalathar-30/+48
2025-01-02Don't pass `(self, builder)` identifiers to `tool_extended!`Zalathar-14/+15
2025-01-02Remove two unused parameters from `tool_extended!`Zalathar-4/+2
2025-01-02Remove the unused `extra_features` field from `tool_extended!`Zalathar-46/+18