summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/heap
AgeCommit message (Expand)AuthorLines
2022-05-19bless 32bitRalf Jung-1/+1
2022-05-19interpret/validity: separately control checking numbers for being init and no...Ralf Jung-1/+1
2022-01-29Document about some behaviors of `const_(de)allocate` and add some tests.woppopo-0/+33
2022-01-26`const_deallocate`: Don't deallocate memory allocated in an another const. Do...woppopo-4/+27
2022-01-23Add `intrinsics::const_deallocate`woppopo-0/+127
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-13/+7
2021-07-14adjust testsRalf Jung-2/+2
2021-06-18bless youRalf Jung-9/+4
2021-06-13update tests involving CTFE validationRémy Rakic-2/+2
2021-03-31Add 32bit.stderr files.Hameer Abbasi-0/+14
2021-03-31Rename stderr->64bit.stderr where needed.Hameer Abbasi-1/+2
2021-03-31Add allocation information to undefined behaviour errors.Hameer Abbasi-0/+3
2021-02-03make const_err a future incompat lintRalf Jung-0/+3
2020-12-02rename MemoryKind::Heap to ConstHeap; bless testVishnunarayan K I-3/+10
2020-12-01review comment and one more testVishnunarayan K I-11/+23
2020-12-01review commentsVishnunarayan K I-1/+43
2020-12-01add const_allocate intrisicVishnunarayan K I-0/+79