summary refs log tree commit diff
path: root/src/test/ui/consts/ptr_comparisons.stderr
AgeCommit message (Expand)AuthorLines
2022-12-06Change CTFE backtraces to use `note` instead of `label` to preserve their orderOli Scherer-6/+9
2022-12-06Remove now-redundant file/line info from const backtracesOli Scherer-2/+2
2022-10-07make const_err a hard errorRalf Jung-36/+5
2022-10-01bless ui testsMaybe Waffle-3/+3
2022-09-09The `<*const T>::guaranteed_*` methods now return an option for the unknown caseOli Scherer-7/+7
2022-08-27adjust testsRalf Jung-0/+8
2022-07-05adjust dangling-int-ptr error messageRalf Jung-1/+1
2022-07-01Shorten def_span for more items.Camille GILLOT-12/+4
2022-06-25bless after rebaseRalf Jung-1/+1
2022-06-25make const_err show up in future breakage reportsRalf Jung-0/+26
2022-06-05interpret: better control over whether we read data with provenance, and impl...Ralf Jung-1/+1
2022-02-13update stderr messagesSaltyKitkat-5/+5
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-5/+5
2021-10-04Stabilize `const_panic`Jacob Pratt-5/+5
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-07-15tweak pointer out-of-bounds error messageRalf Jung-2/+2
2021-07-14more precise message for the ptr access check on derefRalf Jung-1/+1
2021-07-14adjust testsRalf Jung-4/+4
2021-06-18bless youRalf Jung-17/+8
2021-05-15get rid of a bunch of unnecessary NOTE in const testsRalf Jung-4/+3
2021-05-06use CheckInAllocMsg::PointerArithmeticTest for ptr_offset errorRalf Jung-1/+1
2021-02-05fix ui tests referencing pointer-to-integer cast error messageJeffrey Griffin-2/+2
2021-02-03make const_err a future incompat lintRalf Jung-2/+13
2021-01-29rename raw_const/mut -> const/mut_addr_of, and stabilize themRalf Jung-9/+9
2021-01-04Keep an unoptimized duplicate of `const fn` aroundoli-8/+6
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
2020-08-17Make a test platform independentOliver Scherer-7/+7
2020-08-11Make `<*const T>::is_null` const fnOliver Scherer-0/+47