about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/intrinsics
AgeCommit message (Expand)AuthorLines
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-1/+1
2023-11-25blessRalf Jung-16/+16
2023-11-25Merge from rustcRalf Jung-72/+72
2023-11-24Bless Miri testsNilstrieb-72/+72
2023-11-24Refactor `float_to_int_checked` to remove its generic parameter and reduce co...Eduardo Sánchez Muñoz-48/+48
2023-11-12interpret: simplify handling of shifts by no longer trying to handle signed a...Ralf Jung-0/+24
2023-11-01Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomccMatthias Krüger-2/+2
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-4/+4
2023-10-13Clean up unchecked_math, separate out unchecked_shiftsltdk-2/+2
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-2/+2
2023-08-26Merge from rustcThe Miri Conjob Bot-2/+12
2023-08-25Record allocation spans inside force_allocationBen Kimock-2/+12
2023-08-22fix some bad regex capture group references in test normalizationRalf Jung-4/+4
2023-08-20interpret: have assert_* intrinsics call the panic machinery instead of a dir...Ralf Jung-10/+47
2023-08-16on out-of-bounds error, show where the allocation was createdRalf Jung-2/+13
2023-08-11Remove `float_to_int_unchecked` and inline it into its call sitesEduardo Sánchez Muñoz-2/+2
2023-08-11Add checked float-to-int helper functionEduardo Sánchez Muñoz-2/+2
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)-6/+6
2023-06-03add unchecked_shl testRalf Jung-2/+25
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-5/+5
2023-05-12fmtRalf Jung-1/+3
2023-05-11miri: Move patterns for simd testsJubilee Young-35/+17
2023-05-09Update to latest ui_test crate version.Oli Scherer-3/+3
2023-04-14Fix spellingJosh Soref-4/+4
2022-12-06Reintroduce the span printing in miri (plus point to spans where possible)Oli Scherer-70/+70
2022-12-06Remove now-redundant file/line info from const backtracesOli Scherer-73/+73
2022-09-21Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'Oli Scherer-0/+1802