| Age | Commit message (Expand) | Author | Lines |
| 2022-06-14 | address review | b-naber | -32/+9 |
| 2022-06-14 | address review | b-naber | -12/+17 |
| 2022-06-14 | fix clippy test failures | b-naber | -0/+8 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -260/+600 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -14/+14 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -63/+66 |
| 2022-06-13 | Rollup merge of #98043 - TaKO8Ki:remove-unnecessary-to-string, r=davidtwco | Matthias Krüger | -3/+3 |
| 2022-06-13 | Rollup merge of #97709 - compiler-errors:normalize-const-param-ty, r=oli-obk | Matthias Krüger | -4/+9 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -3/+3 |
| 2022-06-11 | Try out `yeet` in the MIR interpreter | Scott McMurray | -5/+6 |
| 2022-06-11 | Address comments | Michael Goulet | -17/+24 |
| 2022-06-11 | Make is_suggestable work on all TypeFoldable | Michael Goulet | -14/+47 |
| 2022-06-11 | Handle empty where-clause better | Michael Goulet | -9/+4 |
| 2022-06-11 | Make Ty::is_suggestable use a visitor | Michael Goulet | -69/+69 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -6/+6 |
| 2022-06-11 | Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov | bors | -19/+34 |
| 2022-06-11 | Rollup merge of #97913 - dingxiangfei2009:wrap-into-local-var-id, r=nikomatsakis | Dylan DPC | -3/+17 |
| 2022-06-11 | Auto merge of #97980 - Dylan-DPC:rollup-l8exe4b, r=Dylan-DPC | bors | -55/+54 |
| 2022-06-11 | Rollup merge of #97703 - lcnr:post-89862, r=estebank | Dylan DPC | -55/+54 |
| 2022-06-11 | Auto merge of #97905 - nnethercote:revert-infallible-encoder, r=bjorn3 | bors | -14/+14 |
| 2022-06-10 | Introduce opt_ident. | Camille GILLOT | -13/+12 |
| 2022-06-10 | Call def_span inside span_if_local. | Camille GILLOT | -2/+6 |
| 2022-06-10 | Implement def_ident_span in rustc_middle. | Camille GILLOT | -17/+29 |
| 2022-06-10 | don't always cache bound lts | lcnr | -9/+18 |
| 2022-06-10 | replace bound vars: make caching explicit | lcnr | -9/+6 |
| 2022-06-10 | `BoundVarReplacer` remove `Option` | lcnr | -45/+36 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -14/+14 |
| 2022-06-09 | thir: wrap hir id of vars into local var id | Ding Xiang Fei | -3/+17 |
| 2022-06-09 | Auto merge of #97740 - RalfJung:ctfe-cycle-spans, r=lcnr | bors | -3/+16 |
| 2022-06-08 | Auto merge of #94732 - nnethercote:infallible-encoder, r=bjorn3 | bors | -71/+59 |
| 2022-06-08 | note that methods should only be used for diags | lcnr | -0/+4 |
| 2022-06-08 | dedup diagnostics default params handling | lcnr | -54/+49 |
| 2022-06-08 | publicly export `ty::subst` in `ty` | lcnr | -1/+1 |
| 2022-06-08 | Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPC | bors | -2/+27 |
| 2022-06-08 | Rollup merge of #97597 - tmiasko:simplify-locals-side-effects, r=RalfJung,Jak... | Dylan DPC | -2/+27 |
| 2022-06-08 | Auto merge of #97447 - nnethercote:improve-folding, r=jackh726 | bors | -285/+249 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -14/+14 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -272/+226 |
| 2022-06-08 | Add `try_fold_uenevaluted`. | Nicholas Nethercote | -10/+20 |
| 2022-06-08 | Add `TypeVisitor::visit_mir_const`. | Nicholas Nethercote | -0/+8 |
| 2022-06-08 | Remove `EarlyBinder::{try_fold_with,visit_with}`. | Nicholas Nethercote | -8/+0 |
| 2022-06-08 | Use `super_visit_with` in a couple of `visit_binder` methods. | Nicholas Nethercote | -1/+1 |
| 2022-06-08 | Rename `TypeVisitor::visit_unevaluated_const`. | Nicholas Nethercote | -4/+4 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -58/+46 |
| 2022-06-07 | Preserve unused pointer to address casts | Tomasz Miąsko | -2/+27 |
| 2022-06-07 | Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-aman | Dylan DPC | -2/+4 |
| 2022-06-07 | Auto merge of #97825 - Dylan-DPC:rollup-ya51k1k, r=Dylan-DPC | bors | -9/+70 |
| 2022-06-07 | Rollup merge of #97301 - semicoleon:unstable-reexport, r=petrochenkov | Dylan DPC | -8/+69 |
| 2022-06-07 | Rollup merge of #97058 - bjorn3:multi_artifact_work_products, r=nagisa | Dylan DPC | -1/+1 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -1/+2 |