about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-34/+70
2023-09-20Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillotbors-0/+33
2023-09-20bless the known-bug testsDeadbeef-28/+7
2023-09-20Enable effects for libcoreDeadbeef-40/+97
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-55/+49
2023-09-14move required_consts check to general post-mono-check functionRalf Jung-2/+18
2023-09-14add regression test for something we fixedRalf Jung-0/+31
2023-09-07Auto merge of #115527 - oli-obk:drop_maybe_uninit_in_const, r=lcnrbors-0/+17
2023-09-07Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,...Oli Scherer-0/+17
2023-09-05Correctly deny late-bound lifetimes from parent in anon consts and TAITsMichael Goulet-0/+33
2023-09-05Auto merge of #115531 - RalfJung:read_via_copy, r=scottmcmbors-4/+26
2023-09-04read_via_copy: don't prematurely optimize away the readRalf Jung-4/+26
2023-09-04Auto merge of #115513 - Urgau:normalize-msg-after-translate, r=petrochenkovbors-0/+16
2023-09-03Don't forget to normalize the translated messageUrgau-0/+16
2023-08-25Handle Self in paths tooMichael Goulet-2/+2
2023-08-25Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillotMatthias Krüger-5/+4
2023-08-24remove some unnecessary ignore-debug clausesRalf Jung-5/+4
2023-08-24Fix ub-int-array test for big-endian platformsUlrich Weigand-42/+10
2023-08-22Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillotMichael Goulet-0/+52
2023-08-20interpret: have assert_* intrinsics call the panic machinery instead of a dir...Ralf Jung-3/+3
2023-08-20Warn on elided lifetimes in associated constantsMichael Goulet-0/+52
2023-08-08Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obkbors-14/+33
2023-08-07Fix ICEDeadbeef-9/+2
2023-08-06Add a new `compare_bytes` intrinsic instead of calling `memcmp` directlyScott McMurray-0/+122
2023-08-06bless testsDeadbeef-14/+40
2023-08-04Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31Matthias Krüger-2/+2
2023-08-04Improve spans for indexing expressionsNilstrieb-2/+2
2023-08-03Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obkMatthias Krüger-168/+228
2023-08-03Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillotMatthias Krüger-0/+1
2023-08-03Also lint on cast/cast_mut and ptr::from_mut/ptr::from_refUrgau-0/+1
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-168/+228
2023-08-02Remove constness from `TraitPredicate`Deadbeef-7/+43
2023-08-02Rollup merge of #114335 - RalfJung:ptr_comparisons, r=oli-obkNilstrieb-68/+8
2023-08-02Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obkbors-4/+4
2023-08-01fix and extend ptr_comparison testRalf Jung-68/+8
2023-08-01properly track why we checked whether a pointer is in-boundsRalf Jung-4/+4
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-2/+2
2023-07-30Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubileebors-1/+1
2023-07-30Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=AmanieuMatthias Krüger-0/+30
2023-07-29print omitted frames count for short backtrace modeyukang-1/+1
2023-07-29Fix tests.Mara Bos-1/+1
2023-07-29Change default panic handler message format.Mara Bos-1/+1
2023-07-27update tests, adding known-bugDeadbeef-181/+70
2023-07-25bless moreRalf Jung-7/+20
2023-07-25interpret: refactor projection code to work on a common trait, and use that f...Ralf Jung-22/+69
2023-07-24Improve diagnostic for const ctors in array repeat expressionsclubby789-9/+55
2023-07-24interpret: support projecting into Place::Local without force_allocationRalf Jung-1/+1
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-4/+2
2023-07-21add `naive_layout_of` queryMoulins-2/+4
2023-07-18moved note as unspanned note, moved note to the bottom of the msgnxya-40/+8