about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval
AgeCommit message (Expand)AuthorLines
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-131/+165
2023-08-02Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obkbors-4/+4
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-1/+1
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-29Change default panic handler message format.Mara Bos-1/+1
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-10/+29
2023-07-24interpret: support projecting into Place::Local without force_allocationRalf Jung-1/+1
2023-07-16Add const-eval test for `#[target_feature(enable = ...)]` function callsEduardo Sánchez Muñoz-0/+26
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-4/+4
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-10/+10
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-31/+35
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-88/+177
2023-05-23add tests for const `NonNull::as_ref`Lukas Markeffsky-0/+30
2023-05-15Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko-56/+0
2023-05-05Stabilize const_ptr_readbors-18/+17
2023-04-27bless testsThe 8472-4/+4
2023-04-21Ensure mir_drops_elaborated_and_const_checked when requiring codegen.Camille GILLOT-0/+2
2023-04-19Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillotbors-0/+4
2023-04-19Extend and use `hir::Node::body_id`Maybe Waffle-0/+4
2023-04-16fix library and rustdoc testsDeadbeef-38/+22
2023-04-15Only enable ConstProp at mir-opt-level >= 2.Camille GILLOT-8/+0
2023-04-03Perform match checking on THIR.Camille GILLOT-25/+5
2023-03-27Bless UI tests.Mara Bos-4/+4
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-7/+68
2023-03-21Detect uninhabited types early in const eval.Oli Scherer-27/+15
2023-03-16Don't allow new const panic through format flattening.Mara Bos-11/+21
2023-03-11`MaybeUninit::assume_init_read` should have `noundef` load metadataScott McMurray-21/+3
2023-03-05Use `nuw` when calculating slice lengths from `Range`sScott McMurray-0/+27
2023-02-21Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726Dylan DPC-16/+4
2023-02-20basic dyn* support for MiriRalf Jung-6/+6
2023-02-18lint: don't suggest assume_init for uninhabited typesy21-16/+4
2023-02-15Fix unintentional UB in ui testsBen Kimock-1/+4
2023-02-07Tweak ICE messageEsteban Küber-3/+2
2023-01-30Modify primary span label for E0308Esteban Küber-2/+2
2023-01-24Move const-eval/stable-metric ui testsBryan Garza-0/+204
2023-01-23Bless and update consts testsBryan Garza-8/+14
2023-01-11Move /src/test to /testsAlbert Larsan-0/+7807