about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2024-01-24refactor extern static handlingRalf Jung-73/+82
2024-01-24disable freeBSD tests for nowRalf Jung-2/+3
2024-01-24Merge from rustcThe Miri Conjob Bot-2/+6
2024-01-24Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-23Auto merge of #119044 - RalfJung:intern-without-types, r=oli-obkbors-2/+6
2024-01-23Merge from rustcThe Miri Conjob Bot-2/+9
2024-01-23Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-2/+9
2024-01-22const-eval interner: from-scratch rewrite using mutability information from p...Ralf Jung-2/+6
2024-01-22update comment about CARGO_MAKEFLAGSRalf Jung-5/+4
2024-01-21update lockfileRalf Jung-2/+2
2024-01-21Merge from rustcThe Miri Conjob Bot-18/+10
2024-01-21Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-20Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviperMatthias Krüger-2/+0
2024-01-19Stabilize `round_ties_even`Jules Bertholet-2/+0
2024-01-19Add new intrinsic `is_constant` and optimize `pow`Catherine Flores-0/+27
2024-01-19Rollup merge of #119984 - kpreid:waker-noop, r=dtolnayMatthias Krüger-12/+6
2024-01-19Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgrbors-2/+2
2024-01-18Remove no-longer-needed `allow(dead_code)` from Miri testsJake Goulding-2/+2
2024-01-19Fix typo in munmap_partial.rsIkko Eltociear Ashimine-1/+1
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-12/+6
2024-01-17Auto merge of #119111 - michaelwoerister:measureme-11, r=Mark-Simulacrumbors-1/+1
2024-01-14fmtThe Miri Conjob Bot-2/+2
2024-01-14Merge from rustcThe Miri Conjob Bot-32/+32
2024-01-14Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-13Update measureme crate to version 11Michael Woerister-1/+1
2024-01-13Auto merge of #117285 - joboet:move_platforms_to_pal, r=ChrisDentonbors-32/+32
2024-01-13Merge from rustcThe Miri Conjob Bot-1/+0
2024-01-13Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-12Revert "Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix"DianQK-1/+0
2024-01-12update paths in commentsjoboet-2/+2
2024-01-11std: update miri testsjoboet-28/+28
2024-01-11miri: update reference to PAL module on Windowsjoboet-2/+2
2024-01-11Merge from rustcThe Miri Conjob Bot-5/+3
2024-01-11Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-11Change how `force-warn` lint diagnostics are recorded.Nicholas Nethercote-1/+1
2024-01-10Merge from rustcThe Miri Conjob Bot-0/+7
2024-01-10Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-10Add missing `DiagnosticBuilder::eager_diagnostic` method.Nicholas Nethercote-4/+2
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-0/+7
2024-01-08Run the tier 2 sysroots job on a schedule, not pushBen Kimock-3/+3
2024-01-08Auto merge of #3261 - RalfJung:jemalloc, r=RalfJungbors-4/+5
2024-01-08only use jemalloc on Linux and macOSRalf Jung-4/+5
2024-01-07Auto merge of #3260 - saethlin:build-all-tier-2, r=RalfJungbors-4/+95
2024-01-07Check if tier 2 targets build in the nightly cron jobBen Kimock-4/+95
2024-01-07Auto merge of #3257 - RalfJung:build-tests, r=RalfJungbors-361/+497
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-0/+7
2024-01-07Auto merge of #3256 - RalfJung:rounding, r=RalfJungbors-180/+199
2024-01-07only use jemalloc on UnixRalf Jung-1/+4
2024-01-07use jemalloc as global allocatorRalf Jung-2/+53