about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2022-03-23separate const prop lint from optimizationsCarl Scherer-22/+196
2022-03-23Auto merge of #94901 - fee1-dead:destructable, r=oli-obkbors-15/+19
2022-03-22bless 32bitRalf Jung-1/+1
2022-03-22interpret/memory: simplify check_and_deref_ptrRalf Jung-7/+7
2022-03-21move `adt_const_params` to its own tracking issuelcnr-1/+1
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-15/+19
2022-03-15Update stderrs referencing `IntoIterator`mbartlett21-2/+2
2022-03-15Update const-fn-error.stderrmbartlett21-2/+2
2022-03-11Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obkDylan DPC-6/+50
2022-03-10adjust offset_from logic: check that both pointers are in-boundsRalf Jung-6/+50
2022-03-10Revert accidental stabilizationOli Scherer-0/+15
2022-03-10Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnrbors-1/+1
2022-03-09Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obkMatthias Krüger-18/+18
2022-03-09keep ERROR in messageb-naber-3/+3
2022-03-09manually bless 32-bit stderrb-naber-1/+0
2022-03-09normalization change and rebaseb-naber-133/+65
2022-03-09bless testsb-naber-64/+133
2022-03-08Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkovDylan DPC-0/+54
2022-03-08Do not suggest `let_else` if no bindings would be introducedEsteban Kuber-24/+0
2022-03-08Suggest `if let`/`let_else` for refutable pat in `let`Esteban Kuber-18/+42
2022-03-07Update testsEric Holk-3/+3
2022-03-07Stabilize const_impl_trait as wellEric Holk-31/+0
2022-03-07Update tests after feature stabilizationEric Holk-537/+43
2022-03-06use impl substs in on_unimplementedMichael Goulet-0/+54
2022-03-03Cleanup feature gates.Camille GILLOT-26/+17
2022-03-01Miri/CTFE: properly treat overflow in (signed) division/rem as UBRalf Jung-2/+2
2022-02-26Rollup merge of #93870 - tmiasko:const-precise-live-drops-with-coverage, r=ec...Matthias Krüger-0/+16
2022-02-24Miri fn ptr check: don't use conservative null checkRalf Jung-2/+2
2022-02-23Miri: relax fn ptr checkRalf Jung-18/+92
2022-02-13update stderr messagesSaltyKitkat-35/+35
2022-02-13stabilize const_ptr_offsetSaltyKitkat-7/+2
2022-02-13Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726Matthias Krüger-0/+18
2022-02-12Update chalk testsMatthew Jasper-0/+18
2022-02-12ReblessDeadbeef-1/+0
2022-02-12Handle Fn family trait call errrorDeadbeef-7/+14
2022-02-12Rebased and improved errorsDeadbeef-9/+12
2022-02-12bless youDeadbeef-40/+92
2022-02-12Auto merge of #93691 - compiler-errors:mir-tainted-by-errors, r=oli-obkbors-56/+11
2022-02-11Rollup merge of #91607 - FabianWolff:issue-91560-const-span, r=jackh726Matthias Krüger-0/+63
2022-02-11use body.tainted_by_error to skip loading MIRMichael Goulet-16/+3
2022-02-11fix tests, add new tests checking borrowck CFTE ICEMichael Goulet-40/+8
2022-02-10Fix switch on discriminant detection in a presence of coverage countersTomasz Miąsko-0/+16
2022-02-07Rollup merge of #93682 - PatchMixolydic:where-in-the-world-is-const_fn_trait_...Mara Bos-17/+17
2022-02-07Rollup merge of #91530 - bobrippling:suggest-1-tuple-parens, r=camelidMara Bos-0/+4
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-5/+5
2022-02-06Fix tracking issue for `const_fn_trait_bound`Ruby Lazuli-17/+17
2022-02-06Rollup merge of #91939 - GKFX:feature-91866, r=cjgillotMatthias Krüger-0/+6
2022-02-03Rollup merge of #92802 - compiler-errors:deduplicate-stack-trace, r=oli-obkYuki Okushi-0/+42
2022-01-31Make `span_extend_to_prev_str()` more robustFabian Wolff-0/+63
2022-01-31Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-5/+5