summary refs log tree commit diff
path: root/src/test/ui/consts/offset_from_ub.stderr
AgeCommit message (Expand)AuthorLines
2022-06-09interpret: unify offset_from check with offset checkRalf Jung-7/+7
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-1/+13
2022-04-11Bless tests that broke in a trivial way due to change in deaggregationJakob Degen-3/+3
2022-03-10adjust offset_from logic: check that both pointers are in-boundsRalf Jung-4/+22
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-6/+6
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-07-14adjust testsRalf Jung-28/+12
2021-06-18improve test by using intrinsic directlyRalf Jung-48/+15
2021-06-18bless youRalf Jung-60/+33
2021-05-07fix null pointer error messagesRalf Jung-1/+1
2021-05-06use CheckInAllocMsg::PointerArithmeticTest for ptr_offset errorRalf Jung-1/+1
2021-02-03make const_err a future incompat lintRalf Jung-0/+14
2020-09-02pretty: trim paths of unique symbolsDan Aloni-5/+5
2020-08-22remove feature gate from testsRalf Jung-10/+10
2020-07-27mv std libs to library/mark-10/+10
2020-06-30Bless failing testsLeSeulArtichaut-30/+30
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-1/+1
2020-05-01rename InvalidIntPtrUsageRalf Jung-1/+1
2020-05-01bless youRalf Jung-1/+1
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-10/+10
2020-03-31const backtrace: do not skip first frameRalf Jung-0/+5
2020-03-30bless testsRalf Jung-5/+5
2020-03-18Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obkMazdak Farrokhzad-2/+2
2020-03-11make error message less confusingRalf Jung-2/+2
2020-03-11fmt, tweak messages and blessRalf Jung-2/+2
2020-03-11Deduplicate and clean up pretty printing logicOliver Scherer-1/+1
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-10/+10
2019-12-19Split up ptr/mod.rs in libcore, one with implementation detail for const ptr ...Christoph Schmidler-10/+10
2019-11-04also test different integersRalf Jung-1/+20
2019-11-04test offset_from with two integersRalf Jung-5/+23
2019-11-02adjust for missing spans on x86 test runnerRalf Jung-6/+6
2019-10-19Update ui outputOliver Scherer-6/+6
2019-10-18Adjust const eval code to reflect `offset_from` docsOliver Scherer-21/+1
2019-10-11Make <*const/mut T>::offset_from `const fn`Oliver Scherer-0/+81