about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-02-05Rollup merge of #135572 - jieyouxu:migrate-split-debuginfo, r=davidtwco许杰友 Jieyou Xu (Joe)-6/+34
2025-02-05Use interior mutability for loaded `ProcMacrorv::expanders`Lukas Wirth-22/+29
2025-02-05Merge pull request #4178 from RalfJung/rustupRalf Jung-6/+115
2025-02-05Do not include excluded files even when the client opens themChayim Refael Friedman-121/+217
2025-02-05Merge pull request #18912 from vishruth-thimmaiah/fix_named_struct_assistLukas Wirth-1/+101
2025-02-05bump default max parallelism up to 20Ralf Jung-2/+2
2025-02-05Merge from rustcRalf Jung-3/+112
2025-02-05Preparing for merge from rustcRalf Jung-1/+1
2025-02-05Merge pull request #4177 from psumbera/solaris-no-flockRalf Jung-77/+77
2025-02-05use cfg_matchRalf Jung-82/+77
2025-02-05Fix build on Solaris where is no flock().Petr Sumbera-3/+8
2025-02-05Merge pull request #19097 from Veykril/push-xmkmkwplqnlrLukas Wirth-4/+6
2025-02-05Bump proc-macro2 in xtaskLukas Wirth-4/+6
2025-02-05Merge pull request #19094 from ChayimFriedman2/use-bodyLaurențiu Nicola-3/+43
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-1/+26
2025-02-04Remove a no-longer-correct FIXMEChayim Refael Friedman-1/+0
2025-02-04Fix incorrect terminologyChayim Refael Friedman-2/+2
2025-02-04Refactor `TyLoweringContext::substs_from_args_and_bindings()` to always take ...Chayim Refael Friedman-27/+18
2025-02-04Auto merge of #136549 - matthiaskrgr:rollup-sqbpgtd, r=matthiaskrgrbors-2/+18
2025-02-04Merge pull request #19095 from ChayimFriedman2/fixme-adt_const_paramsChayim Refael Friedman-0/+1
2025-02-04Add a FIXME for feature(adt_const_params)Chayim Refael Friedman-0/+1
2025-02-04Rollup merge of #136284 - oli-obk:push-zsxuwnzmonnl, r=lcnrMatthias Krüger-2/+18
2025-02-04Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkinbors-0/+20
2025-02-04Fix a failing testChayim Refael Friedman-2/+20
2025-02-04Fix IDE resolution of `use` inside a bodyChayim Refael Friedman-1/+23
2025-02-04Make `rust-analyzer.files.excludeDirs` work, actuallyChayim Refael Friedman-11/+46
2025-02-04Merge pull request #19083 from he32/fix-arm64-beLaurențiu Nicola-4/+8
2025-02-04intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr...Ralf Jung-8/+8
2025-02-04line-index: don't try to use neon on big-endian aarch64.Havard Eidnes-4/+8
2025-02-04Merge pull request #19093 from Veykril/push-lrvoookylnxpLukas Wirth-10/+17
2025-02-04Prevent panics from tearing down worker threadsLukas Wirth-10/+17
2025-02-04Merge pull request #19084 from Veykril/push-muworpzpzqupLukas Wirth-66/+126
2025-02-04Expose symbol of `CrateName`Lukas Wirth-34/+33
2025-02-04Rename and Move some UI tests to more suitable subdirsDuskyElf-16/+1
2025-02-04update JSON target spec to declare softfloat ABIRalf Jung-0/+1
2025-02-04Rollup merge of #136334 - ricci009:primitivers, r=tgross35Jacob Pratt-1/+2
2025-02-04Rollup merge of #135844 - yaahc:tidy-feature-status-dump, r=jieyouxuJacob Pratt-0/+72
2025-02-04Merge from rustcThe Miri Cronjob Bot-17/+47
2025-02-04Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-02-03primitive type migration from mod.rs to primitives.rsricci009-1/+2
2025-02-03Express contracts as part of function header and lower it to the contract lan...Celina G. Val-0/+20
2025-02-03Contracts core intrinsics.Felix S. Klock II-1/+6
2025-02-03Rollup merge of #136299 - lqd:polonius-next-episode-9, r=jackh726Matthias Krüger-1/+0
2025-02-03Merge pull request #19066 from alibektas/slice_pattern_type_inferenceLukas Wirth-31/+183
2025-02-03Merge pull request #19086 from Veykril/push-ponvylutpnwwLukas Wirth-6/+87
2025-02-03Fix some mir eval/loweringsLukas Wirth-6/+87
2025-02-03Merge pull request #19085 from Veykril/push-sknwykqmlottLukas Wirth-6/+25
2025-02-03Do not use make use of `InferenceResult::has_errors` flag for mir buildingLukas Wirth-6/+25
2025-02-03Revert tests::patterns::infer_patternAli Bektas-37/+35
2025-02-03Add a test to monitor whats going onAli Bektas-6/+54