about summary refs log tree commit diff
path: root/src/test/ui/const-generics/const_evaluatable_checked
AgeCommit message (Expand)AuthorLines
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-1292/+0
2021-08-16Use note to point at bound introducing requirementEsteban Küber-31/+42
2021-08-04dropckEllen-0/+16
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-4/+4
2021-07-20Support HIR wf checking for function signaturesAaron Hill-2/+2
2021-07-08only check cg defaults wf once instantiatedlcnr-0/+6
2021-06-10support `as _` and add testsEllen-2/+217
2021-06-09Add more tests + visit_ty in some placesEllen-5/+37
2021-06-08Support as casts in abstract constsEllen-0/+32
2021-05-28const eval errors: display the current item instance if there are generics in...Rémy Rakic-8/+9
2021-05-19deal with `const_evaluatable_checked` in `ConstEquate`lcnr-1/+34
2021-03-02errooaaar~Ellen-21/+38
2021-02-03Miscellaneous small diagnostics cleanupCamelid-5/+5
2021-02-02Rollup merge of #81544 - JulianKnodt:sat_where, r=lcnrJack Huey-5/+5
2021-02-02Add better diagnostic for missing where clausekadmin-5/+5
2021-02-01more things are const evaluatable *sparkles*Ellen-1/+17
2021-02-01Rollup merge of #79291 - JulianKnodt:ce_priv, r=petrochenkovJonas Schievink-0/+74
2021-01-31Add error message for private fnkadmin-0/+74
2021-01-28Rollup merge of #81433 - lcnr:stop-looking-into-ty-alias, r=oli-obkYuki Okushi-4/+35
2021-01-28Rollup merge of #81430 - lcnr:elaborate-const-eval, r=oli-obkYuki Okushi-0/+24
2021-01-27fix tidy errorsEllen-3/+6
2021-01-27commentsEllen-0/+8
2021-01-27const_evaluatable: stop looking into type aliasesBastian Kauschke-4/+35
2021-01-27add const_evaluatable_checked testBastian Kauschke-0/+24
2021-01-27boop, ur abstract consts are now expandedEllen-0/+112
2020-12-26update testsBastian Kauschke-9/+6
2020-11-29Update tests to remove old numeric constantsbstrie-1/+1
2020-11-24Swap note for helpmendess-4/+4
2020-11-24Requested changesmendess-4/+4
2020-11-24Add note to use nightly when using expr in const genericsmendess-0/+4
2020-11-07look at assoc ct, check the type of nodesBastian Kauschke-0/+61
2020-10-26add fixmeBastian Kauschke-1/+2
2020-10-25check for object safety violations in constantsBastian Kauschke-0/+139
2020-10-23reviewBastian Kauschke-3/+9
2020-10-23const_eval_checked: deal with unused nodes + divBastian Kauschke-0/+62
2020-10-12Bless expected errorsEthan Brierley-10/+10
2020-10-11`min_const_generics` diagnostics improvementsEthan Brierley-14/+14
2020-10-03Replace "non trivial" with "non-trivial"varkor-6/+6
2020-10-01Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkorDylan DPC-28/+48
2020-09-28const evaluatable: improve `TooGeneric` handlingBastian Kauschke-28/+48
2020-09-26Fix UI test falloutvarkor-1/+1
2020-09-26Make invalid integer operation messages consistentvarkor-1/+1
2020-09-24update testsBastian Kauschke-2/+4
2020-09-24visit impl self ty + traitBastian Kauschke-0/+25
2020-09-24assign the correct `DefId` in `nominal_obligations`Bastian Kauschke-3/+3
2020-09-24walk hir to get const evaluatable predicatesBastian Kauschke-14/+12
2020-09-24const_evaluatable_checked: collect predicates from fn_sigBastian Kauschke-1/+54
2020-09-21reviewBastian Kauschke-18/+9
2020-09-21add test for closures in abstract constsBastian Kauschke-0/+21
2020-09-21bless testsBastian Kauschke-10/+20