| Age | Commit message (Expand) | Author | Lines |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -3/+2 |
| 2021-03-21 | Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk | Dylan DPC | -18/+33 |
| 2021-03-21 | Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obk | Dylan DPC | -50/+13 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -1/+5 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -17/+28 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -2/+2 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -1/+4 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -2/+4 |
| 2021-03-03 | Fix tidy err and review | Ellen | -6/+4 |
| 2021-03-03 | Remove extraneous return statement | Ellen | -2/+2 |
| 2021-03-02 | nits | Ellen | -4/+9 |
| 2021-03-02 | errooaaar~ | Ellen | -53/+13 |
| 2021-02-15 | the environment round here is awfully empty | Ellen | -7/+6 |
| 2021-02-03 | Miscellaneous small diagnostics cleanup | Camelid | -1/+1 |
| 2021-02-02 | Rollup merge of #81544 - JulianKnodt:sat_where, r=lcnr | Jack Huey | -13/+17 |
| 2021-02-02 | Add better diagnostic for missing where clause | kadmin | -13/+17 |
| 2021-02-01 | more things are const evaluatable *sparkles* | Ellen | -9/+22 |
| 2021-01-27 | comments | Ellen | -1/+3 |
| 2021-01-27 | boop, ur abstract consts are now expanded | Ellen | -4/+20 |
| 2021-01-16 | Review changes | Jack Huey | -2/+2 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -1/+1 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -7/+7 |
| 2020-11-07 | look at assoc ct, check the type of nodes | Bastian Kauschke | -0/+17 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -4/+4 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection} | LeSeulArtichaut | -18/+25 |
| 2020-10-26 | debug log `AbstractConst::new` | Bastian Kauschke | -0/+1 |
| 2020-10-25 | check for object safety violations in constants | Bastian Kauschke | -23/+37 |
| 2020-10-23 | review | Bastian Kauschke | -32/+36 |
| 2020-10-23 | const_eval_checked: deal with unused nodes + div | Bastian Kauschke | -12/+51 |
| 2020-10-05 | query_name_of_opt_const_arg -> query_name_opt_const_arg | Bastian Kauschke | -2/+2 |
| 2020-10-04 | cleanup WithOptConstParam queries | Bastian Kauschke | -12/+2 |
| 2020-09-28 | const evaluatable: improve `TooGeneric` handling | Bastian Kauschke | -15/+138 |
| 2020-09-21 | review | Bastian Kauschke | -13/+8 |
| 2020-09-19 | words | Bastian Kauschke | -1/+1 |
| 2020-09-19 | wip emit errors during AbstractConst building | Bastian Kauschke | -75/+118 |
| 2020-09-18 | add `const-evaluatable_checked` check back in | Bastian Kauschke | -16/+16 |
| 2020-09-18 | review, small cleanup | Bastian Kauschke | -18/+21 |
| 2020-09-18 | document `const_evaluatable` | Bastian Kauschke | -3/+47 |
| 2020-09-18 | remove allow(warnings) | Bastian Kauschke | -2/+0 |
| 2020-09-18 | support const_evaluatable_checked across crate boundaries | Bastian Kauschke | -0/+15 |
| 2020-09-18 | add function calls | Bastian Kauschke | -0/+18 |
| 2020-09-18 | allow unary operations and ignore StorageLive/Dead stmts | Bastian Kauschke | -4/+23 |
| 2020-09-18 | use newtype_index for abstract_const::NodeId | Bastian Kauschke | -14/+10 |
| 2020-09-18 | refactor AbstractConstBuilder | Bastian Kauschke | -58/+67 |
| 2020-09-18 | use abstract consts when unifying ConstKind::Unevaluated | Bastian Kauschke | -1/+21 |
| 2020-09-18 | initial working state | Bastian Kauschke | -12/+244 |
| 2020-09-10 | fix tidy, small cleanup | Bastian Kauschke | -5/+1 |
| 2020-09-10 | implement `const_evaluatable_checked` feature MVP | Bastian Kauschke | -15/+36 |
| 2020-09-08 | add tracking issue, fix rebase | Bastian Kauschke | -0/+61 |