about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-06-09Rollup merge of #126188 - Kobzol:runmake-command-docs, r=jieyouxu许杰友 Jieyou Xu (Joe)-14/+6
2024-06-09Rollup merge of #125465 - weihanglo:opt-dist-vendor, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-22/+68
2024-06-09tidy: add license exceptions for rustc-perfWeihang Lo-1/+41
2024-06-09feat: vendor crates required by opt-dist to collect profilesWeihang Lo-21/+24
2024-06-09Auto merge of #126193 - RalfJung:miri-sync, r=RalfJungbors-1087/+1500
2024-06-09Follow up fix for eventfd shimtiif-23/+30
2024-06-09don't panic if time computaton overflowsRalf Jung-67/+102
2024-06-09Auto merge of #3653 - tiif:bug/futex_ice, r=RalfJungbors-8/+20
2024-06-09Run cargo fmttiif-1/+4
2024-06-09Saturate to u64::MAXtiif-1/+2
2024-06-09Checked add for duration updatebyt-1/+1
2024-06-09Add comment for u128 to u64 conversion.byt-0/+2
2024-06-09Move duration division outtiif-5/+3
2024-06-09Use modulo operation to convert nanosecond to Durationtiif-7/+8
2024-06-09Remove testtiif-16/+0
2024-06-09Convert u128 to nanosecondtiif-12/+8
2024-06-09First attempttiif-7/+34
2024-06-09Fix documentation for `impl_common_helpers` in `run-make-support`Jakub Beránek-14/+6
2024-06-09use strict ops in some placesRalf Jung-9/+8
2024-06-09simd_bitmask: work correctly for sizes like 24Ralf Jung-42/+122
2024-06-09Rollup merge of #126175 - Kobzol:tidy-install-pip-quiet, r=tgross35Matthias Krüger-1/+1
2024-06-09simd_select_bitmask: fix intrinsic name in errorRalf Jung-2/+2
2024-06-09simd_bitmask: nicer error when the mask is too bigRalf Jung-2/+10
2024-06-08Use --quiet flag when installing pip dependenciesJakub Beránek-1/+1
2024-06-08Merge from rustcRalf Jung-124/+113
2024-06-08Preparing for merge from rustcRalf Jung-1/+1
2024-06-08Migrate runmake tests away from custom commands and `command_output`Jakub Beránek-34/+90
2024-06-08Introduce a custom `Command` wrapper in `run-make-support`Jakub Beránek-122/+129
2024-06-08Auto merge of #3655 - RalfJung:simd-bitmask, r=RalfJungbors-1/+39
2024-06-08portable-simd: add test for non-power-of-2 bitmaskRalf Jung-1/+39
2024-06-08comment nitsRalf Jung-5/+5
2024-06-08Auto merge of #126097 - Kobzol:runmake-change-cwd, r=jieyouxubors-62/+76
2024-06-08add support for `pclmulqdq`Folkert-0/+117
2024-06-08Remove unnecessary functions and the last mention of TMPDIR from `run-make-su...Jakub Beránek-20/+1
2024-06-08Auto merge of #126111 - Zalathar:fulldeps-hotplug, r=jieyouxubors-0/+22
2024-06-08Auto merge of #126143 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-06-08Rollup merge of #126057 - Sunshine40:rustdoc-search-non-english, r=notriddleLeón Orell Valerian Liehr-2/+2
2024-06-08Rollup merge of #125951 - slanterns:error_in_core_stabilization, r=AmanieuLeón Orell Valerian Liehr-4/+10
2024-06-07Update cargoWeihang Lo-0/+0
2024-06-08Add eventfd shimtiif-19/+257
2024-06-07Remove --stage entirely from contributingNilstrieb-1/+1
2024-06-07Fix stage in contributingNilstrieb-2/+2
2024-06-07Rollup merge of #126112 - Kobzol:runmake-source-root, r=jieyouxuMatthias Krüger-3/+2
2024-06-07Rollup merge of #126047 - cuviper:installer-try_for_each, r=albertlarsan68Matthias Krüger-9/+3
2024-06-07Port `tests/run-make-fulldeps/hotplug_codegen_backend` to ui-fulldepsZalathar-0/+19
2024-06-07Address review commentsJakub Beránek-1/+1
2024-06-07Small refactoringJakub Beránek-9/+7
2024-06-07Remove all usages of `tmp_dir` from testsJakub Beránek-4/+7
2024-06-07Remove dependence on `tmp_dir`Jakub Beránek-34/+14
2024-06-07Fix `mixing-formats` run-make testJakub Beránek-3/+26