summary refs log tree commit diff
path: root/src/test/ui/consts/miri_unleashed/ptr_arith.rs
AgeCommit message (Expand)AuthorLines
2022-10-07make const_err a hard errorRalf Jung-1/+0
2022-08-28entirely get rid of NeedsRfc CTFE errorsRalf Jung-0/+3
2022-08-28CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just...Ralf Jung-1/+1
2022-07-26bless tests, remove nonexistent E0395Deadbeef-8/+2
2022-05-13Rustc changes for permissive provenancecarbotaniuman-1/+1
2021-07-14test dynamic check for ptr-int-casts (unleashed)Ralf Jung-1/+8
2021-07-14adjust testsRalf Jung-2/+2
2021-02-05fix ui tests referencing pointer-to-integer cast error messageJeffrey Griffin-1/+1
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-3/+2
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-2/+3
2020-05-25miri_unleached: We now allow offset in const fnJoe Richey-9/+1
2020-05-14make sure even unleashed miri does not do pointer stuffRalf Jung-0/+29