about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-07-31Auto merge of #128075 - Oneirical:try-your-damnetest, r=jieyouxubors-8/+97
2024-07-30Rollup merge of #128398 - awilfox:awilfox/fix-tidy-quote, r=jieyouxuMatthias Krüger-1/+1
2024-07-30Rollup merge of #128382 - RalfJung:cargo-miri-assert, r=oli-obkMatthias Krüger-1/+4
2024-07-30Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxuMatthias Krüger-5/+7
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-18/+18
2024-07-30Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiserbors-0/+1
2024-07-30Revert "opt-dist: dont overrwite config.toml when verifying"Mark Rousskov-14/+17
2024-07-30tidy: Fix quote in error messageA. Wilcox-1/+1
2024-07-30Suppress must_use on eat calls in rustfmtMichael Goulet-5/+7
2024-07-30Test RUSTC_OVERRIDE_VERSION_STRINGOli Scherer-0/+1
2024-07-30cargo-miri: better error when we seem to run inside bootstrap but something i...Ralf Jung-1/+4
2024-07-29Rollup merge of #126247 - notriddle:notriddle/word-wrap-item-table, r=Guillau...Matthias Krüger-0/+1
2024-07-29Fix tidy call in runtest with custom HTML elementMichael Howell-0/+1
2024-07-29rewrite raw-dylib-stdcall-ordinal to rmakeOneirical-1/+0
2024-07-29rewrite raw-dylib-link-ordinal to rmakeOneirical-1/+0
2024-07-29rewrite raw-dylib-import-name-type to rmakeOneirical-1/+0
2024-07-29rewrite share-generics-dylib to rmakeOneirical-1/+0
2024-07-29Rollup merge of #128333 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-204/+807
2024-07-29Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obkMatthias Krüger-88/+100
2024-07-29Reformat `use` declarations.Nicholas Nethercote-267/+314
2024-07-28step cfg(bootstrap)Mark Rousskov-4/+1
2024-07-28Rollup merge of #127860 - klensy:dedup, r=Mark-SimulacrumGuillaume Gomez-2/+2
2024-07-28dedup objectklensy-2/+2
2024-07-28Rollup merge of #128215 - ehuss:update-reference, r=KobzolMatthias Krüger-1/+35
2024-07-28Rollup merge of #128279 - slanterns:is_sorted, r=dtolnayMatthias Krüger-9/+6
2024-07-28Rollup merge of #128276 - ehuss:rustbook-readme, r=KobzolMatthias Krüger-0/+34
2024-07-28Auto merge of #128079 - Oneirical:testiges-of-civilization, r=jieyouxubors-4/+0
2024-07-27Auto merge of #128270 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-84/+86
2024-07-28stabilize `is_sorted`Slanterns-9/+6
2024-07-27Auto merge of #128091 - heiher:xz-only, r=Mark-Simulacrumbors-1/+1
2024-07-27Add a README to rustbook to explain its purposeEric Huss-0/+34
2024-07-27miri: fix offset_from behavior on wildcard pointersRalf Jung-6/+16
2024-07-27Update cargoWeihang Lo-0/+0
2024-07-27fix clippyRalf Jung-1/+1
2024-07-27Merge from rustcThe Miri Cronjob Bot-5195/+4899
2024-07-27Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-07-26Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnayTrevor Gross-12/+12
2024-07-26Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkovbors-12/+16
2024-07-26assert_stdout_contains_regex in run_make_support + variationsOneirical-5/+97
2024-07-26rewrite no-builtins-attribute to rmakeOneirical-1/+0
2024-07-26rewrite native-link-modifier-whole-archive to rmakeOneirical-1/+0
2024-07-26rewrite rlib-format-packed-bundled-libs-2 to rmakeOneirical-1/+0
2024-07-26rewrite sanitizer-staticlib-link to rmakeOneirical-1/+0
2024-07-26rewrite export-executable-symbols to rmakeOneirical-1/+0
2024-07-26rewrite foreign-rust-exceptions to rmakeOneirical-1/+0
2024-07-26rewrite c-unwind-abi-catch-lib-panic to rmakeOneirical-1/+0
2024-07-26Auto merge of #3763 - tiif:global-fd-id, r=oli-obkbors-34/+24
2024-07-26Let insert_fd takes in FileDescription instead of FileDescriptortiif-34/+24
2024-07-26Auto merge of #3766 - RalfJung:tree-borrows-int2ptr, r=RalfJungbors-138/+201