about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
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
2023-06-11Merge from rustcRalf Jung-11/+2
2023-06-11Preparing for merge from rustcRalf Jung-1/+1
2023-06-10box_exclusive_violationNeven Villani-1/+48
2023-06-05Revert error in doc commentNeven Villani-5/+5
2023-06-05Differentiate between explicit accesses and accesses inserted by TBNeven Villani-142/+195
2023-06-04Remove rustc-workspace-hackEric Huss-23/+0
2023-06-03Auto merge of #2915 - RalfJung:as_os_str_bytes, r=RalfJungbors-20/+5
2023-06-03use as_os_str_bytesRalf Jung-20/+5
2023-06-03Auto merge of #2887 - Vanille-N:tb-mut-transmute, r=RalfJungbors-118/+1641
2023-06-03miri compiletest: no longer allow some warnings in rustc test suiteRalf Jung-11/+2
2023-06-03Select more TB fail testsNeven Villani-118/+1641
2023-06-03add unchecked_shl testRalf Jung-2/+25
2023-06-02explain windows sync layoutsDrMeepster-0/+3
2023-06-02add deref_pointer_asDrMeepster-3/+19
2023-06-02deref shim arguments with actual ty instead of declared tyDrMeepster-126/+215
2023-06-02fmtRalf Jung-10/+13
2023-06-02Merge from rustcRalf Jung-23/+69