about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-08-30Use absolute path to llvm-bolt, merge-fdata rather than PATHMark Rousskov-5/+15
2025-08-30tidy: --bless now makes escheck run with --fixbinarycat-10/+22
2025-08-30Pass `--target` before `--` for `cargo rustc`Elliot Roberts-5/+2
2025-08-30Auto merge of #145479 - Kmeakin:km/hardcode-char-is-control, r=joboetbors-1/+0
2025-08-30Merge pull request #20563 from ChayimFriedman2/ns-projection-dyn-auto-traitShoyu Vanilla (Flint)-1/+70
2025-08-30Fix stage 1 compiler testsJakub Beránek-8/+47
2025-08-30Merge pull request #4549 from RalfJung/mprotectRalf Jung-39/+21
2025-08-30reduce some code duplication and update some commentsRalf Jung-22/+8
2025-08-30native-lib mode: avoid unsoundness due to mrpotectRalf Jung-17/+13
2025-08-30Auto merge of #123319 - no92:managarm-target, r=davidtwcobors-0/+3
2025-08-30Merge ref 'e004014d1bf4' from rust-lang/rustThe Miri Cronjob Bot-217/+160
2025-08-30Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-08-29Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcmTrevor Gross-17/+15
2025-08-29Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s...Trevor Gross-1/+0
2025-08-29Bump tracing-subscriber from 0.3.19 to 0.3.20dependabot[bot]-2/+2
2025-08-29Bump tracing-subscriber from 0.3.19 to 0.3.20dependabot[bot]-3/+3
2025-08-29Merge pull request #4371 from CraftSpider/duplicate-handle-testRalf Jung-9/+46
2025-08-29Add duplicate handle test + make null lpTargetHandle an abort, not an unsuppo...Rune Tynan-9/+46
2025-08-29Update getopts to remove unicode-width dependencybjorn3-1/+0
2025-08-29Merge pull request #4545 from RalfJung/zst-readwriteRalf Jung-9/+28
2025-08-29unix read/write: fix zero-size handlingRalf Jung-9/+28
2025-08-29Rollup merge of #145982 - Zalathar:logv, r=jieyouxuMatthias Krüger-83/+30
2025-08-29Merge pull request #20560 from ChayimFriedman2/analysis-stats-improveLukas Wirth-3/+52
2025-08-29Don't print captures in `TestCx::normalize_platform_differences`Zalathar-7/+4
2025-08-29Move module `compute_diff` into `compiletest::runtest`Zalathar-5/+4
2025-08-29Change the `logv` function into a `TestCx` method.Zalathar-23/+19
2025-08-29Don't bother logging an arbitrary subset of the compiletest configZalathar-48/+3
2025-08-29Rollup merge of #145947 - nnethercote:workspace-members-2, r=KobzolStuart Cook-18/+18
2025-08-29compiler: Add `{x86_64,aarch64,riscv64gc}-unknown-managarm-mlibc` targetsno92-0/+3
2025-08-28std: Start supporting WASIp2 nativelyAlex Crichton-1/+5
2025-08-28When mapping next-solver's `dyn` type, add `Self` (aka. bound var ^1.0) to au...Chayim Refael Friedman-1/+70
2025-08-28Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmeaseGuillaume Gomez-0/+4
2025-08-28Don't require a full `InferenceTable` for `CastTy`Chayim Refael Friedman-59/+52
2025-08-28Add progress bars to more places in analysis-statsChayim Refael Friedman-3/+52
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-0/+4
2025-08-28Merge pull request #4539 from Stypox/tracing-docsRalf Jung-0/+292
2025-08-28Rollup merge of #145953 - robertbastian:master, r=ManishearthStuart Cook-6/+6
2025-08-28Rollup merge of #145926 - Zalathar:no-libtest, r=jieyouxuStuart Cook-88/+53
2025-08-28Add documentation for tracingStypox-0/+292
2025-08-28Add `rustc-demangle` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `rustc-hash` to `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-28Add `indexmap` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `tempfile` to `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-28Add `serde_json` to `[workspace.dependencies]`.Nicholas Nethercote-10/+10
2025-08-28Add `libc` to `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-28Use default locale fallback dataRobert Bastian-1/+1
2025-08-28Bump icu_list to 2.0Robert Bastian-5/+5
2025-08-28Attach the db in one more place in highlightingChayim Refael Friedman-1/+2
2025-08-27fix target-pointer-width in testsWaffle Lapkin-1/+1
2025-08-27accept integer `target-pointer-width` in compiletestWaffle Lapkin-7/+1