about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/const_evaluatable.rs
AgeCommit message (Expand)AuthorLines
2021-10-08clippy::complexity fixesMatthias Krüger-3/+3
2021-10-04Move generic error message to separate brancheskadmin-43/+94
2021-09-09add test for builtin types N + N unifying with fn callEllen-3/+10
2021-09-09fmtEllen-1/+3
2021-09-09resolve `from_hir_call` FIXMEEllen-1/+0
2021-09-09add a `CastKind` to `Node::Cast`Ellen-7/+10
2021-09-09nitsEllen-20/+19
2021-09-09remove commentEllen-1/+1
2021-09-09rename mir -> thir around abstract constsEllen-6/+6
2021-09-09remove debug stmtsEllen-2/+1
2021-09-09remove `WorkNode`Ellen-51/+10
2021-09-09handle `ExprKind::NeverToAny`Ellen-2/+1
2021-09-09dont build abstract const for monomorphic constsEllen-1/+30
2021-09-09tidyEllen-16/+14
2021-09-09dont support blocksEllen-40/+11
2021-09-09as casts and block exprsEllen-31/+53
2021-09-09WIP stateEllen-219/+141
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-6/+6
2021-08-26reviewlcnr-3/+3
2021-08-26shrink `ty::PredicateKind` againlcnr-5/+5
2021-08-26use `ty::Unevaluated` instead of def substs pairlcnr-32/+21
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-3/+3
2021-08-26make unevaluated const substs optionallcnr-8/+3
2021-06-10support `as _` and add testsEllen-1/+3
2021-06-09Add more tests + visit_ty in some placesEllen-4/+13
2021-06-08Support as casts in abstract constsEllen-3/+19
2021-03-26Use iter::zip in compiler/Josh Stone-3/+2
2021-03-21Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obkDylan DPC-18/+33
2021-03-21Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obkDylan DPC-50/+13
2021-03-20update `const_eval_resolve`lcnr-1/+5
2021-03-20extract `ConstKind::Unevaluated` into a structlcnr-17/+28
2021-03-15s/ConstantSource/ConstantKind/Oli Scherer-2/+2
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-1/+4
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-2/+4
2021-03-03Fix tidy err and reviewEllen-6/+4
2021-03-03Remove extraneous return statementEllen-2/+2
2021-03-02nitsEllen-4/+9
2021-03-02errooaaar~Ellen-53/+13
2021-02-15the environment round here is awfully emptyEllen-7/+6
2021-02-03Miscellaneous small diagnostics cleanupCamelid-1/+1
2021-02-02Rollup merge of #81544 - JulianKnodt:sat_where, r=lcnrJack Huey-13/+17
2021-02-02Add better diagnostic for missing where clausekadmin-13/+17
2021-02-01more things are const evaluatable *sparkles*Ellen-9/+22
2021-01-27commentsEllen-1/+3
2021-01-27boop, ur abstract consts are now expandedEllen-4/+20
2021-01-16Review changesJack Huey-2/+2
2021-01-04Keep an unoptimized duplicate of `const fn` aroundoli-1/+1
2020-11-14Introduce `TypeVisitor::BreakTy`LeSeulArtichaut-7/+7
2020-11-07look at assoc ct, check the type of nodesBastian Kauschke-0/+17
2020-10-30Remove implicit `Continue` typeLeSeulArtichaut-4/+4