about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-05-25Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-05-24Add "better" edition handling on lint-docs toolSantiago Pastorino-2/+11
2024-05-24Update cargoWeihang Lo-0/+0
2024-05-24Rollup merge of #125485 - GuillaumeGomez:migrate-rmake-rustdoc, r=jieyouxuMatthias Krüger-1/+0
2024-05-24Rollup merge of #125483 - workingjubilee:move-transform-validate-to-mir-trans...Matthias Krüger-2/+2
2024-05-24remove nested match with and_thenLuuk Wester-4/+1
2024-05-24add test for every keyword, fix bugLuuk Wester-16/+94
2024-05-24cosmetic and performance fixes, and drop support for adding //! comments anyw...Luuk Wester-113/+78
2024-05-24Remove `DefId` from `EarlyParamRegion` (clippy/smir)Boxy-10/+9
2024-05-24miri: receive the blessings of validate.rsJubilee Young-1/+1
2024-05-24clippy: unnest check_constsJubilee Young-1/+1
2024-05-24Rollup merge of #125477 - nnethercote:missed-rustfmt, r=compiler-errorsMatthias Krüger-1/+1
2024-05-24Update rustc-perfWeihang Lo-0/+0
2024-05-24Migrate `run-make/rustdoc-with-output-dir-option` to `rmake.rs`Guillaume Gomez-1/+0
2024-05-24Auto merge of #3626 - devnexen:pthread_name_illumos, r=oli-obkbors-5/+34
2024-05-24Auto merge of #3625 - Strophox:miri-allocation-fix, r=RalfJungbors-23/+24
2024-05-24extend commentsRalf Jung-2/+3
2024-05-24Auto merge of #3628 - RalfJung:tokio, r=RalfJungbors-1/+13
2024-05-24add back some tokio featuresRalf Jung-1/+13
2024-05-24Run rustfmt on files that need it.Nicholas Nethercote-1/+1
2024-05-24fmtThe Miri Cronjob Bot-2/+7
2024-05-24Merge from rustcThe Miri Cronjob Bot-106/+110
2024-05-24Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-05-23tidy: validate LLVM component names in testsErik Desjardins-0/+30
2024-05-24Review fixes: Assist scope, trait qualifymaxwase-45/+126
2024-05-23solaris add suport for threadname.David Carlier-5/+34
2024-05-24Review fixes: Split into 2, check tuple fieldsmaxwase-57/+137
2024-05-24Add toggle_async_sugar assist code actionmaxwase-0/+483
2024-05-23Rollup merge of #125445 - GuillaumeGomez:rustdoc-migrate-short-out-dir, r=jie...Guillaume Gomez-1/+0
2024-05-24tests: update test for runnablesroife-0/+93
2024-05-24Update docsroife-1/+2
2024-05-24Use cwd from runnable.args for debuggerroife-3/+4
2024-05-24Revert "Debug use cargo workspace root as cwd. fixes #13022"roife-32/+12
2024-05-24Add cwd to CargoRunnableroife-0/+14
2024-05-23Auto merge of #17287 - Veykril:sysroot-encode-empty, r=Veykrilbors-361/+277
2024-05-23Allow sysroots to only consist of the source root dirLukas Wirth-361/+277
2024-05-23Rollup merge of #125401 - GuillaumeGomez:migrate-rustdoc-scrape-examples-macr...León Orell Valerian Liehr-1/+0
2024-05-23Rollup merge of #125227 - Oneirical:seventh, r=jieyouxuLeón Orell Valerian Liehr-1/+0
2024-05-23Rollup merge of #125224 - Oneirical:sixth, r=jieyouxuLeón Orell Valerian Liehr-1/+0
2024-05-23Auto merge of #116123 - joboet:rewrite_native_tls, r=m-ou-sebors-2/+0
2024-05-23differentiate between layout and alloc_layoutStrophox-10/+18
2024-05-23fix alloc_bytes (always allocate at least 1B)Strophox-23/+15
2024-05-23Rollup merge of #125438 - tbu-:pr_rm_to_string_lossy, r=jieyouxuMatthias Krüger-1/+1
2024-05-23Rollup merge of #125421 - Oneirical:bundle-them-yet-again, r=jieyouxuMatthias Krüger-4/+16
2024-05-23Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obkMatthias Krüger-3/+3
2024-05-23delete UI tests that only check internal implementation details of thread-localsjoboet-2/+0
2024-05-23Migrate `run-make/rustdoc-with-short-out-dir-option` to `rmake.rs`Guillaume Gomez-1/+0
2024-05-23Auto merge of #17284 - Veykril:doc-links, r=Veykrilbors-3/+7
2024-05-23Use correct toolchain channel when generating builtin type doc linksLukas Wirth-3/+7
2024-05-23Auto merge of #17174 - Kohei316:fix-infer-async-block-with-tail-return-expr, ...bors-1/+43