about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-08-03Migrate `generate_delegate_methods` assist to use `SyntaxEditor`Hmikihiro-36/+41
2025-08-02c-variadic: multiple ABIs in the same program for armFolkert de Vries-0/+1
2025-08-02Migrate `convert_from_to_tryfrom` assist to use `SyntaxEditor`Hmikihiro-19/+23
2025-08-02Rollup merge of #144782 - jieyouxu:compiletest-selftests, r=KobzolSamuel Tardieu-16/+2
2025-08-02Rollup merge of #144747 - petrochenkov:annusexp2, r=RalfJungSamuel Tardieu-19/+18
2025-08-02Reject adding new UI tests directly under `tests/ui/`Jieyou Xu-0/+30
2025-08-02Pull out recursive ui test check into its own functionJieyou Xu-28/+37
2025-08-02Make `issues_txt_header` a constJieyou Xu-4/+4
2025-08-02Pull out non-descriptive test name check to own functionJieyou Xu-21/+39
2025-08-02Pull out stray/empty output snapshot checks into own functionsJieyou Xu-22/+29
2025-08-02Pull out unexpected extension check into own functionJieyou Xu-42/+46
2025-08-01Remove the omit_gdb_pretty_printer_section attributebjorn3-1/+14
2025-08-01Fix more docsIfeanyi Orizu-6/+8
2025-08-01Update documentation for overrideCommand config optionsIfeanyi Orizu-7/+21
2025-08-01compiletest: Improve diagnostics for line annotation mismatches 2Vadim Petrochenkov-19/+18
2025-08-01Auto merge of #144735 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-08-01Properly pass path to staged `rustc` to `compiletest` self-testsJieyou Xu-16/+2
2025-08-01Merge pull request #4511 from RalfJung/auto-rustupRalf Jung-1/+1
2025-08-01update rustup PR messageRalf Jung-1/+1
2025-08-01fmtThe Miri Cronjob Bot-1/+1
2025-08-01Merge ref 'adcb3d3b4cd3' from rust-lang/rustThe Miri Cronjob Bot-2051/+3145
2025-08-01Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
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-31Allow `dangling_pointers_from_locals` lint in testsUrgau-0/+3
2025-07-31add correct dynamic_lib_extension for aixCurtis D'Alves-0/+2
2025-07-31Do not give function allocations alignment in consteval or miri.Zachary S-25/+0
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-31Merge pull request #20345 from Hmikihiro/Migrate_add_trait_assoc_items_to_implShoyu Vanilla (Flint)-26/+67
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-31`cargo clippy --fix`Lukas Wirth-3331/+3073
2025-07-31Fix linker-plugin-lto only doing thin ltoFlakebi-2/+39
2025-07-31Merge pull request #4508 from RalfJung/rustupRalf Jung-2/+6
2025-07-31Merge pull request #20342 from Veykril/push-zysqtqskuxvrLukas Wirth-425/+848
2025-07-31Add version command to proc-macro-srvLukas Wirth-18/+139
2025-07-31bless cargo miri doctest executionRalf Jung-1/+5
2025-07-31Reorganize proc-macro-srvLukas Wirth-148/+131
2025-07-31Properly clean proc-macro-srv proc-macro temp dirLukas Wirth-18/+125
2025-07-31rely on preinstalled rustup on windows-armRalf Jung-6/+0
2025-07-31rustupRalf Jung-1/+1
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