about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-10-22Auto merge of #3135 - RalfJung:nonatomic-clock, r=RalfJungbors-7/+7
2023-10-22avoid AtomicU64 when a Cell is enoughRalf Jung-7/+7
2023-10-22clippyRalf Jung-1/+1
2023-10-22avoid a linear scan over the entire int_to_ptr_map on each deallocationRalf Jung-4/+9
2023-10-22Merge from rustcThe Miri Conjob Bot-845/+2316
2023-10-22Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-845/+2316
2023-10-21Merge from rustcThe Miri Conjob Bot-135/+135
2023-10-21Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-20Update cargoWeihang Lo-0/+0
2023-10-20bless miriOli Scherer-8/+8
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-0/+0
2023-10-20s/generator/coroutine/Oli Scherer-61/+61
2023-10-20s/Generator/Coroutine/Oli Scherer-48/+48
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-12/+2
2023-10-20ignore deny lints in joshRalf Jung-1/+1
2023-10-20Merge from rustcRalf Jung-52/+47
2023-10-20Preparing for merge from rustcRalf Jung-1/+1
2023-10-19clarify commentRalf Jung-3/+7
2023-10-19remove allocations from int_to_ptr_map and exposed when they get freedRalf Jung-16/+35
2023-10-19switch intptrcast to helper trait pattern like everything elseRalf Jung-88/+87
2023-10-19intptrcast: only find strictly in-bounds pointers when we are not hitting the...Ralf Jung-2/+5
2023-10-19fmtRalf Jung-4/+1
2023-10-19Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errorsbors-2/+2
2023-10-19Merge from rustcRalf Jung-43/+100
2023-10-19Preparing for merge from rustcRalf Jung-1/+1
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-50/+45
2023-10-19Rollup merge of #116650 - RalfJung:miri-intptrcast, r=oli-obkMatthias Krüger-25/+48
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-1/+1
2023-10-18Bump rustix from 0.38.17 to 0.38.19 in /miri-scriptdependabot[bot]-2/+2
2023-10-18Bump rustix from 0.38.17 to 0.38.19 in /cargo-miridependabot[bot]-2/+2
2023-10-18Bump rustix from 0.38.17 to 0.38.19dependabot[bot]-2/+2
2023-10-18AliasTy::new instead of tcx methodlcnr-1/+1
2023-10-17Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obkbors-0/+34
2023-10-17Auto merge of #116855 - matthiaskrgr:rollup-i2izdwb, r=matthiaskrgrbors-16/+16
2023-10-17Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obkMatthias Krüger-16/+16
2023-10-17Auto merge of #3124 - eduardosm:fix-sse41-round, r=RalfJungbors-5/+64
2023-10-17Fix rounding mode check in SSE4.1 round functionsEduardo Sánchez Muñoz-5/+64
2023-10-17Update cargoWeihang Lo-0/+0
2023-10-17[RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...)Urgau-2/+2
2023-10-17fmtThe Miri Conjob Bot-49/+14
2023-10-17Merge from rustcThe Miri Conjob Bot-389/+535
2023-10-17Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-16fix lint failures in clippyArthur Lafrance-16/+16
2023-10-17Auto merge of #116477 - nnethercote:tidy-alpha-deps, r=wesleywiserbors-2/+2
2023-10-16Rollup merge of #116798 - GuillaumeGomez:rustdoc-gui-tester-cleanup, r=notriddleGuillaume Gomez-2/+7
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-17/+17
2023-10-16Elaborate comment.Camille GILLOT-0/+2
2023-10-16Motivate renumbering and avoid underflow.Camille GILLOT-3/+6
2023-10-16Improve display of parallel jobs in rustdoc-gui tester scriptGuillaume Gomez-2/+7