summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
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
2020-11-10Rollup merge of #78669 - sasurau4:test/check-pass-consts, r=jyn514Jonas Schievink-4/+4
2020-11-10use check-pass instead of build-pass in consts ui test suitsDaiki Ihara-4/+4
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-3/+3
2020-11-05update dangling-alloc-id-ice testVishnunarayan K I-15/+2
2020-11-04make intern_const_alloc_recursive return error fix #78655Vishnunarayan K I-0/+40
2020-10-26move &mut-in-const check from interning to validationRalf Jung-3/+5
2020-10-26move UnsafeCell-in-const check from interning to validationRalf Jung-6/+11
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-10/+10
2020-10-25Auto merge of #77526 - RalfJung:dont-promote-unions, r=lcnrbors-1/+16
2020-10-24Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkorJonas Schievink-0/+98
2020-10-22Add test for const panic!(CONST).Mara Bos-17/+45
2020-10-22Rollup merge of #78172 - wesleywiser:close_77062, r=oli-obkYuki Okushi-0/+5
2020-10-22Rollup merge of #77420 - ecstatic-morse:const-checking-raw-mut-ref, r=davidtwcoYuki Okushi-25/+17
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-10/+10
2020-10-21Add a test for #53708Nadrieril-0/+11
2020-10-20Add test case for #77062Wesley Wiser-0/+5
2020-10-18Add some testsNadrieril-0/+87
2020-10-18we can test std and core panic macros togetherRalf Jung-70/+90
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+1
2020-10-05Remove `fn` from feature nameDylan MacKenzie-3/+3