summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2023-08-11Rename cast_ref_to_mut lint to invalid_reference_castingUrgau-2/+2
2023-07-07Rollup merge of #113441 - RalfJung:assign-no-overlap, r=oli-obkMichael Goulet-0/+43
2023-07-07miri: check that assignments do not self-overlapRalf Jung-0/+43
2023-07-07Use new std::simd fn in miri testsJubilee Young-1/+1
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-14/+17
2023-07-01Put `LayoutError` behind reference to shrink resultNilstrieb-1/+1
2023-06-29Use a valid `target` directory in miri ui testsOli Scherer-0/+1
2023-06-29Merge from rustcRalf Jung-8/+8
2023-06-29Preparing for merge from rustcRalf Jung-1/+1
2023-06-28Auto merge of #2936 - Vanille-N:unique, r=RalfJungbors-39/+524
2023-06-28Unique gets special treatment when -Zmiri-unique-is-uniqueNeven Villani-13/+486
2023-06-28Auto merge of #2945 - oli-obk:gha_mk_pr, r=RalfJungbors-1/+25
2023-06-28Try running a sync automaticallyOli Scherer-1/+25
2023-06-28Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-seDylan DPC-8/+8
2023-06-28fmtOli Scherer-2/+2
2023-06-28Merge from rustcOli Scherer-11/+14
2023-06-28Preparing for merge from rustcOli Scherer-1/+1
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-11/+14
2023-06-27Add trophyAndy Wang-0/+1
2023-06-27Make `--quiet` actually do somethingOli Scherer-6/+13
2023-06-26Update ui test crateOli Scherer-72/+36
2023-06-22drop perform_read_access (always read) in favor of zero_sizeNeven Villani-26/+38
2023-06-22Merge from rustcRalf Jung-6/+14
2023-06-22Preparing for merge from rustcRalf Jung-1/+1
2023-06-20Delete use of proc_macro_span_shrink from proc-macro2David Tolnay-8/+8
2023-06-20Auto merge of #2520 - saethlin:mmap-shim, r=RalfJungbors-12/+521
2023-06-20Improve organizationBen Kimock-83/+90
2023-06-20Make munmap throw unsup errors instead of trying to workBen Kimock-64/+68
2023-06-20mmap/munmap/mremamp shimsBen Kimock-12/+510
2023-06-19Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-SimulacrumMichael Goulet-6/+14
2023-06-19bless new testsRalf Jung-2/+2
2023-06-18Merge from rustcRalf Jung-3/+3
2023-06-18Preparing for merge from rustcRalf Jung-1/+1
2023-06-17Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obkbors-3/+3
2023-06-17Merge from rustcRalf Jung-1/+1
2023-06-17Preparing for merge from rustcRalf Jung-1/+1
2023-06-16Apply changes to fix python linting errorsTrevor Gross-6/+14
2023-06-16remove box_free and replace with drop implDrMeepster-3/+3
2023-06-16Ignore the always part of #[inline(always)] in MIR inliningBen Kimock-1/+1
2023-06-16comment tweaksRalf Jung-2/+4
2023-06-16make test work cross-platformRalf Jung-31/+10
2023-06-16add tests for panicky drop in thread_local destructorRalf Jung-0/+75
2023-06-16Merge from rustcRalf Jung-9/+9
2023-06-16Preparing for merge from rustcRalf Jung-1/+1
2023-06-15Auto merge of #2661 - DrMeepster:deref_operand_as, r=oli-obkbors-125/+233
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)-9/+9
2023-06-15Merge from rustcOli Scherer-3/+3
2023-06-15Preparing for merge from rustcOli Scherer-1/+1
2023-06-14update miri testThe 8472-3/+3
2023-06-12Auto merge of #2924 - RalfJung:rustup, r=RalfJungbors-12/+3