about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-11-12Rollup merge of #132657 - mustartt:aix-run-make-support, r=jieyouxuMatthias Krüger-12/+20
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-6/+2
2024-11-12Rollup merge of #131831 - onur-ozkan:improve-rustc-if-unchanged-logic, r=Mark...Matthias Krüger-664/+7
2024-11-12Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgrbors-250/+295
2024-11-12Rollup merge of #132941 - lnicola:sync-from-ra2, r=lnicolaMatthias Krüger-249/+294
2024-11-12Rollup merge of #132793 - ehuss:update-mdbook, r=Mark-SimulacrumMatthias Krüger-4/+21
2024-11-12Consolidate type system const evaluation under `traits::evaluate_const`Boxy-1/+1
2024-11-11Update the file hashKirill Bulatov-1/+1
2024-11-11Use completion item indices instead of property matching when searching for t...Kirill Bulatov-15/+33
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-12/+43
2024-11-11move `src/tools/build_helper` into `src/build_helper`onur-ozkan-664/+7
2024-11-11Merge pull request #18482 from regexident/hir_trait_supertraits_accessorsLaurențiu Nicola-6/+26
2024-11-10refactor flagsHenry Jiang-11/+9
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-28/+28
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-28/+28
2024-11-10Merge pull request #18492 from samestep/docs-dev-no-design-labelLaurențiu Nicola-1/+1
2024-11-10Replace with C-ArchitectureSam Estep-0/+4
2024-11-10fix linux-futex test being accidentally disabledRalf Jung-3/+2
2024-11-10store futexes in per-allocation data rather than globallyRalf Jung-55/+122
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-6/+2
2024-11-10Merge from rustcRalf Jung-22/+27
2024-11-10Preparing for merge from rustcRalf Jung-1/+1
2024-11-09Rollup merge of #132801 - RalfJung:alloc-mutability, r=oli-obkJubilee-20/+20
2024-11-10Auto merge of #132829 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-11-09Update cargoWeihang Lo-0/+0
2024-11-09Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxuMatthias Krüger-0/+1
2024-11-09make return type of get_alloc_info a struct, and reduce some code duplication...Ralf Jung-20/+20
2024-11-09Merge pull request #4020 from RalfJung/thread-sopeRalf Jung-0/+24
2024-11-09interpret: get_alloc_info: also return mutabilityRalf Jung-7/+7
2024-11-09pthread-sync: avoid confusing error when running with preemptionRalf Jung-0/+24
2024-11-09Merge from rustcThe Miri Cronjob Bot-1939/+7227
2024-11-09Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-11-08Update mdbook to 0.4.42Eric Huss-4/+21
2024-11-08Auto merge of #132746 - flip1995:clippy-subtree-update, r=Manishearthbors-899/+5023
2024-11-08Merge pull request #4004 from YohDeadfall/thread-name-ice-fixRalf Jung-109/+192
2024-11-08Get/set thread name shims return errors for invalid handlesYoh Deadfall-109/+192
2024-11-08Clippy: cfg out validate_diag on release buildsPhilipp Krones-3/+4
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-1/+1
2024-11-08editors/code: Match supported debug engines in config with actual supported onesMaster-Hash-3/+7
2024-11-08Merge pull request #18486 from Wilfred/update_minimum_vscodeLaurențiu Nicola-25/+27
2024-11-07Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkanJubilee-9/+77
2024-11-08Add a run-make test for `rustc --help` and similarZalathar-0/+1
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-900/+5023
2024-11-07Delete design label from listSam Estep-4/+0
2024-11-07Merge pull request #18490 from ShoyuVanilla/dyn-compat-renameLaurențiu Nicola-8/+9
2024-11-07minor: Rename `dyn compatible` to `dyn-compatible`Shoyu Vanilla-8/+9
2024-11-07Renamed ecx variales to thisYoh Deadfall-36/+36
2024-11-07Rollup merge of #132057 - RalfJung:miri-abi-compat, r=wesleywiserJonas Böttiger-0/+24
2024-11-06editors/code: Change minimum VS Code from 1.78 to 1.83Wilfred Hughes-25/+27
2024-11-06Add `direct_supertraits(…)` HIR-level method to `hir::Trait` typeVincent Esche-1/+6