about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2021-01-17validation test: turn some const_err back into validation failuresRalf Jung-81/+59
2021-01-17Add regression testoli-0/+44
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+495
2021-01-13Update code to account for extern ABI requirementMark Rousskov-20/+20
2021-01-13Update tests for extern block lintingMark Rousskov-3/+3
2021-01-13Stabilize remaining integer methods as `const fn`Jacob Pratt-5/+0
2021-01-12Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelixbors-42/+69
2021-01-04Do not run const prop on the `mir_for_ctfe` of `const fn`oli-1/+1
2021-01-04Update stderr files after rebaseoli-5/+0
2021-01-04Keep an unoptimized duplicate of `const fn` aroundoli-41/+73
2021-01-04make sure that promoteds which fail to evaluate in dead const code behave cor...Ralf Jung-2/+13
2021-01-03Refactor the non-transient cell borrow error diagnosticoli-9/+9
2021-01-03Update now-more-precise operation with a preciser messageoli-6/+6
2021-01-01Reinstate the error-code error over the feature gate erroroli-9/+3
2021-01-01Enhance some commentsoli-9/+14
2021-01-01Fix cell checks in const fnoli-0/+2
2021-01-01Allow references to interior mutable data behind a feature gateoli-23/+64
2020-12-30Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obkMara Bos-0/+7
2020-12-30CTFE: test size/align_of_val_raw on dangling pointersRalf Jung-0/+7
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-0/+142
2020-12-21Auto merge of #79270 - RalfJung:array-repeat-consts, r=oli-obkbors-0/+27
2020-12-20make sure [CONST; N] drops N timesRalf Jung-2/+16
2020-12-20add test that repeating non-Copy constants worksRalf Jung-0/+13
2020-12-19also const-check FakeReadRalf Jung-0/+5
2020-12-10re-bless testsRalf Jung-0/+34
2020-12-09remove a hack that seems to only benefit a few very special casesRalf Jung-3/+31
2020-12-09make sure we do not promote things with interior mutabilityRalf Jung-7/+22
2020-12-03Auto merge of #79594 - vn-ki:const-eval-intrinsic, r=oli-obkbors-112/+235
2020-12-02rename MemoryKind::Heap to ConstHeap; bless testVishnunarayan K I-7/+14
2020-12-02add comment and bless some testsVishnunarayan K I-110/+93
2020-12-01review comment and one more testVishnunarayan K I-11/+23
2020-12-01review commentsVishnunarayan K I-1/+43
2020-12-01Rollup merge of #79444 - sasurau4:test/move-const-ip, r=matkladMara Bos-13/+0
2020-12-01Rollup merge of #79227 - sasurau4:test/move-cell-test-to-lib-core, r=jyn514Mara Bos-13/+0
2020-12-01add const_allocate intrisicVishnunarayan K I-0/+79
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-70/+0
2020-11-29Update tests to remove old numeric constantsbstrie-86/+68
2020-11-26Move const ip in ui test to unit testDaiki Ihara-13/+0
2020-11-26remove const-fn-feature-flags testDaiki Ihara-13/+0
2020-11-25Resolve inference variables before trying to remove overloaded indexingAaron Hill-0/+11
2020-11-23Rollup merge of #76829 - tspiteri:const-int-pow, r=oli-obkJonas Schievink-1/+0
2020-11-23Auto merge of #76226 - CDirkx:const-ipaddr, r=dtolnaybors-0/+13
2020-11-23stabilize const_int_powTrevor Spiteri-1/+0
2020-11-23Stabilize `IpAddr::is_ipv4` and `is_ipv6` as constChristiaan Dirkx-0/+13
2020-11-21Fix comments of toogeneris testNgo Iok Ui-5/+3
2020-11-20Exhaustively match in variant count instrinsicNgo Iok Ui-0/+54
2020-11-14Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievinkbors-5/+0
2020-11-14Lower intrinsics calls: forget, size_of, unreachable, wrapping_*Tomasz Miąsko-5/+0
2020-11-12fix tests and formattingVishnunarayan K I-40/+8
2020-11-12add error_occured field to ConstQualifs, fix #76064Vishnunarayan K I-0/+16