| Age | Commit message (Expand) | Author | Lines |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -34/+55 |
| 2022-06-14 | Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnr | Dylan DPC | -27/+27 |
| 2022-06-14 | Auto merge of #98041 - jackh726:remove-regionckmode, r=oli-obk | bors | -8/+4 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -27/+27 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -23/+18 |
| 2022-06-13 | Remove RegionckMode in favor of calling new skip_region_resolution | Jack Huey | -8/+4 |
| 2022-06-11 | Address comments | Michael Goulet | -48/+95 |
| 2022-06-11 | Properly replace `impl Trait` in fn args, turn {integer} to i32 | Michael Goulet | -12/+27 |
| 2022-06-11 | Make is_suggestable work on all TypeFoldable | Michael Goulet | -22/+18 |
| 2022-06-11 | Handle empty where-clause better | Michael Goulet | -5/+6 |
| 2022-06-10 | bound_vars -> infer: don't return lt map | lcnr | -11/+8 |
| 2022-06-08 | Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPC | bors | -6/+8 |
| 2022-06-08 | Rollup merge of #97595 - ouz-a:issue-97381, r=compiler-errors | Dylan DPC | -6/+8 |
| 2022-06-08 | Auto merge of #97447 - nnethercote:improve-folding, r=jackh726 | bors | -24/+20 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -20/+19 |
| 2022-06-08 | Rename `TypeVisitor::visit_unevaluated_const`. | Nicholas Nethercote | -4/+1 |
| 2022-06-07 | Auto merge of #97081 - oli-obk:outlives_query_fast_path, r=jackh726 | bors | -3/+10 |
| 2022-06-06 | Rollup merge of #97721 - compiler-errors:issue-97704, r=jackh726 | Matthias Krüger | -30/+18 |
| 2022-06-05 | Do suggest_await_before_try with infer in self, clean up binders | Michael Goulet | -30/+18 |
| 2022-06-05 | get_vtable returns opt instd of unwrpping | ouz-a | -6/+8 |
| 2022-06-05 | Auto merge of #97697 - WaffleLapkin:no_ref_vec, r=WaffleLapkin | bors | -5/+7 |
| 2022-06-03 | Tighten spans for bad fields in Copy struct | Michael Goulet | -2/+2 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -5/+7 |
| 2022-06-02 | fix wrong suggestion for adding where clauses | Takayuki Maeda | -2/+16 |
| 2022-06-01 | Rollup merge of #97616 - TaKO8Ki:remove-unnecessary-option, r=Dylan-DPC | Yuki Okushi | -3/+10 |
| 2022-06-01 | remove an unnecessary `Option` | Takayuki Maeda | -3/+10 |
| 2022-05-31 | Fix comment in poly_project_and_unify_type | Michael Goulet | -14/+14 |
| 2022-05-29 | Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -1/+0 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -7/+5 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -4/+4 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -1/+0 |
| 2022-05-27 | Auto merge of #96046 - oli-obk:const_typeck, r=cjgillot | bors | -0/+1 |
| 2022-05-25 | Rollup merge of #97351 - b-naber:adt-const-params-structural-match-violation,... | Dylan DPC | -10/+24 |
| 2022-05-25 | Auto merge of #97388 - Dylan-DPC:rollup-tfuc4tf, r=Dylan-DPC | bors | -9/+7 |
| 2022-05-25 | Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkov | Dylan DPC | -9/+7 |
| 2022-05-25 | Auto merge of #97345 - lcnr:fast_reject, r=nnethercote | bors | -66/+31 |
| 2022-05-25 | move fast reject test out of `SelectionContext::match_impl`. | lcnr | -11/+12 |
| 2022-05-25 | add a deep fast_reject routine | lcnr | -55/+19 |
| 2022-05-25 | Rollup merge of #97105 - JulianKnodt:const_dep_gen_const_expr, r=lcnr | Dylan DPC | -134/+133 |
| 2022-05-24 | trait selection errors should poison the typeck results, too, so that const e... | Oli Scherer | -0/+1 |
| 2022-05-24 | Clean up condition evaluation system | Loïc BRANSTETT | -9/+7 |
| 2022-05-24 | give correct error message on structural match violation | b-naber | -10/+24 |
| 2022-05-24 | Coalesce branches | kadmin | -137/+133 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -2/+2 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -7/+6 |
| 2022-05-19 | Auto merge of #97024 - lcnr:simplify_type-sus, r=<try> | bors | -14/+8 |
| 2022-05-18 | fix `simplify_type` | lcnr | -14/+8 |
| 2022-05-18 | Rollup merge of #97123 - ricked-twice:issue-96223-clean-fix, r=jackh726 | Dylan DPC | -128/+130 |
| 2022-05-18 | Rollup merge of #95979 - lcnr:coherence-docs, r=compiler-errors | Dylan DPC | -22/+35 |
| 2022-05-17 | Taking review into account | ricked-twice | -20/+16 |