summary refs log tree commit diff
path: root/src/test/ui/consts/offset_ub.stderr
AgeCommit message (Expand)AuthorLines
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-12/+12
2021-07-18miri: better ptr-out-of-bounds errorsRalf Jung-10/+24
2021-07-15tweak pointer out-of-bounds error messageRalf Jung-3/+3
2021-07-14adjust testsRalf Jung-38/+29
2021-06-18bless youRalf Jung-64/+29
2021-05-06use CheckInAllocMsg::PointerArithmeticTest for ptr_offset errorRalf Jung-4/+4
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-22/+22
2021-02-03make const_err a future incompat lintRalf Jung-0/+32
2020-09-02pretty: trim paths of unique symbolsDan Aloni-11/+11
2020-07-27mv std libs to library/mark-22/+22
2020-06-30Bless failing testsLeSeulArtichaut-66/+66
2020-05-27Add additional checks for isize overflowJoe Richey-2/+2
2020-05-26Add checks and tests for computing abs(offset_bytes)Joe Richey-1/+16
2020-05-25test/ui/consts: Add tests for const ptr offsetsJoe Richey-0/+154