about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2022-04-04Fix list lengthEsteban Kuber-0/+12
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-12/+24
2022-04-02diagnostics: add test case for bogus T:Sized suggestionMichael Howell-0/+24
2022-04-02Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnrDylan DPC-2/+2
2022-03-31Adjust feature names that disagree on const stabilization versionDavid Tolnay-2/+2
2022-03-31test const size_of_val_raw on big valueRalf Jung-1/+5
2022-03-31catch overflow in slice size computationRalf Jung-42/+67
2022-03-27Remove duplicated test filesCaio-36/+0
2022-02-13update stderr messagesSaltyKitkat-35/+35
2022-02-13stabilize const_ptr_offsetSaltyKitkat-7/+2
2022-03-24Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obkbors-22/+195
2022-03-23Rollup merge of #95221 - RalfJung:check_and_deref_ptr, r=oli-obkMatthias Krüger-8/+8
2022-03-23Remove line instead of just commenting outCarl Scherer-1/+0
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-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-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