summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-09-11Do not attempt to compute size of a type with escaping lifetimes (#15434)Jason Newcomb-3/+14
2025-08-21Use aarch64-apple-darwin as the fallback doc source for `-apple-`Jake Goulding-1/+1
2025-08-15Revert #143031 and #140772 due to #144533Mateusz Mikuła-3/+1
2025-08-01Auto merge of #144735 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-08-01Rollup merge of #144751 - dalvescb:curtisd/aix_libextension, r=NoratriebJacob Pratt-0/+2
2025-08-01Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebankJacob Pratt-1/+1
2025-07-31add correct dynamic_lib_extension for aixCurtis D'Alves-0/+2
2025-07-31Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnrJana Dönszelmann-33/+46
2025-07-31Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmeaseJana Dönszelmann-13/+42
2025-07-31Rollup merge of #144688 - Stypox:better-enter-trace-span, r=RalfJungJana Dönszelmann-37/+6
2025-07-31Update cargoWeihang Lo-0/+0
2025-07-31Make Miri's enter_trace_span! call const_eval'sStypox-22/+5
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-33/+46
2025-07-31Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieubors-2/+39
2025-07-31Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqkSamuel Tardieu-2/+39
2025-07-31Deduplicate `IntTy`/`UintTy`/`FloatTy`.Nicholas Nethercote-13/+42
2025-07-31Fix linker-plugin-lto only doing thin ltoFlakebi-2/+39
2025-07-31Extend `is_case_difference` to handle digit-letter confusablesxizheyin-1/+1
2025-07-31Remove `TyCtxt::get_attrs_unchecked`.Nicholas Nethercote-3/+3
2025-07-31Uniform enter_trace_span! and add documentationStypox-16/+2
2025-07-30Rollup merge of #144675 - jieyouxu:compiletest-staging, r=KobzolSamuel Tardieu-1/+1
2025-07-30Update `codegen_{cranelift,gcc}` and `opt-dist` to use `build.compiletest-all...Jieyou Xu-1/+1
2025-07-30Rollup merge of #144662 - Zalathar:directive-names, r=fmeaseStuart Cook-290/+293
2025-07-30Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxuStuart Cook-64/+237
2025-07-30compiletest: Move directive names back into a separate fileZalathar-290/+293
2025-07-29Verify llvm-needs-components are not empty and match the --target valueDaniel Paoliello-64/+237
2025-07-29Remove no longer needed handling of nonstandard licensesJakub Beránek-19/+0
2025-07-29Update license exceptions for rustc-perfJakub Beránek-1/+1
2025-07-29Improve tidy error on dependency license exceptionsJakub Beránek-7/+23
2025-07-29Update rustc-perf submoduleJakub Beránek-0/+0
2025-07-29Rollup merge of #144623 - RalfJung:miri, r=RalfJungStuart Cook-1468/+2601
2025-07-29Rollup merge of #144511 - lolbinarycat:tidy-extra-checks-opt, r=KobzolStuart Cook-30/+55
2025-07-29Rollup merge of #143883 - pietroalbini:pa-linkchecker-extra-target, r=ehussStuart Cook-26/+94
2025-07-28Auto merge of #144524 - rust-lang:cargo_update, r=clubby789bors-2/+2
2025-07-28Auto merge of #144603 - lnicola:sync-from-ra, r=lnicolabors-1424/+2182
2025-07-28tidy: increase performance of auto extra checks featurebinarycat-30/+55
2025-07-28Merge pull request #20321 from rust-lang/rustc-pullLaurențiu Nicola-3418/+5549
2025-07-28Format and bump rustc cratesLaurențiu Nicola-23/+23
2025-07-28Configure triagebot to reopen bot PRsJakub Beránek-0/+3
2025-07-28Rename impl_of_method -> impl_of_assocCameron Steffen-27/+27
2025-07-28Rename trait_of_item -> trait_of_assocCameron Steffen-24/+24
2025-07-28Merge pull request #20313 from Veykril/push-qmorsnlvwlrrLukas Wirth-50/+50
2025-07-28Merge pull request #20327 from Wilfred/saved_file_placeholderLukas Wirth-1/+12
2025-07-28Merge pull request #4504 from RalfJung/link-section-arraysRalf Jung-10/+22
2025-07-28lookup_link_section: support arrays of function pointersRalf Jung-10/+22
2025-07-28Merge pull request #20303 from Hmikihiro/migrate_path_transformShoyu Vanilla (Flint)-87/+170
2025-07-28Don't show '$saved_file' literally in IDE status updatesWilfred Hughes-1/+12
2025-07-28add --link-targets-dir flag to linkcheckerPietro Albini-25/+52
2025-07-28add an argument parser to linkcheckerPietro Albini-5/+46
2025-07-28bump linkchecker to edition 2024Pietro Albini-1/+1