summary refs log tree commit diff
path: root/src/test/ui/consts/offset_from_ub.stderr
AgeCommit message (Expand)AuthorLines
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