about summary refs log tree commit diff
path: root/src/test/ui/const-ptr
AgeCommit message (Expand)AuthorLines
2021-08-08Avoid using the `copy_nonoverlapping` wrapper through `mem::replace`.Eduard-Mihai Burtescu-30/+15
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-8/+8
2021-07-15tweak pointer out-of-bounds error messageRalf Jung-3/+3
2021-07-14adjust testsRalf Jung-3/+3
2021-07-10remove const_raw_ptr_to_usize_cast featureRalf Jung-27/+0
2021-06-27Update and bless tests for const read out of boundsAlbin Hedman-28/+36
2021-06-27Bless out_of_bounds_read testAlbin Hedman-26/+29
2021-06-27Revert "Remove tests that were also added in PR 79684."Albin Hedman-0/+75
2021-06-04Remove tests that were also added in PR 79684.Felix S. Klock II-75/+0
2021-02-13Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-sebors-29/+26
2021-02-05improve error message for disallowed ptr-to-int casts in const evalJeffrey Griffin-0/+27
2021-02-03make const_err a future incompat lintRalf Jung-0/+8
2021-01-21directly expose copy and copy_nonoverlapping intrinsicsRalf Jung-26/+23
2020-12-26Add testsAlbin Hedman-0/+70