| Age | Commit message (Expand) | Author | Lines |
| 2022-06-29 | Some tracing cleanups | Oli Scherer | -2/+3 |
| 2022-06-25 | Rollup merge of #98429 - b-naber:use-correct-substs-discriminant-cast, r=lcnr | Matthias Krüger | -92/+94 |
| 2022-06-24 | fmt | b-naber | -8/+6 |
| 2022-06-24 | address review | b-naber | -14/+14 |
| 2022-06-24 | small refactor | b-naber | -95/+96 |
| 2022-06-24 | use true recursion | ouz-a | -14/+19 |
| 2022-06-24 | use correct substs in enum discriminant hack | b-naber | -1/+4 |
| 2022-06-23 | Remove dead code. | Camille GILLOT | -22/+1 |
| 2022-06-19 | Be more hygenic with spans | Michael Goulet | -6/+7 |
| 2022-06-19 | Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()` | Michael Goulet | -4/+4 |
| 2022-06-19 | Only omit trailing comma if block doesn't come from macro expansion | Michael Goulet | -3/+14 |
| 2022-06-17 | expand inner `or` pattern | ouz-a | -1/+11 |
| 2022-06-16 | compare_const_vals: add a special case for certain ranges. | Nicholas Nethercote | -4/+19 |
| 2022-06-16 | compare_const_vals: Use infallible evaluation. | Nicholas Nethercote | -27/+23 |
| 2022-06-16 | Remove `ty` arg from `compare_const_vals`. | Nicholas Nethercote | -11/+4 |
| 2022-06-16 | Remove `from_bool` closure. | Nicholas Nethercote | -4/+2 |
| 2022-06-16 | Inline and remove `fallback` closure. | Nicholas Nethercote | -3/+1 |
| 2022-06-16 | Remove one use of `compare_const_vals`. | Nicholas Nethercote | -15/+2 |
| 2022-06-16 | Assert type equality of `a` and `b` in `compare_const_vals`. | Nicholas Nethercote | -1/+3 |
| 2022-06-16 | Remove dead code from `compare_const_vals`. | Nicholas Nethercote | -11/+0 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -1/+1 |
| 2022-06-14 | address review | b-naber | -71/+1 |
| 2022-06-14 | address review | b-naber | -1/+1 |
| 2022-06-14 | fix clippy test failures | b-naber | -1/+1 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -37/+48 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -1/+1 |
| 2022-06-09 | thir: wrap hir id of vars into local var id | Ding Xiang Fei | -5/+8 |
| 2022-06-07 | Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-aman | Dylan DPC | -8/+6 |
| 2022-05-28 | Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di... | bors | -1/+1 |
| 2022-05-25 | try to cache region_scope_tree as a query | Ding Xiang Fei | -1/+1 |
| 2022-05-24 | give correct error message on structural match violation | b-naber | -9/+9 |
| 2022-05-23 | Fix precise field capture of univariant enums | Tomasz Miąsko | -8/+6 |
| 2022-05-22 | Do leak check after function ptr coercion | Jack Huey | -0/+2 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -10/+24 |
| 2022-05-21 | Auto merge of #96515 - lcnr:user-types-in-pat, r=nikomatsakis | bors | -22/+29 |
| 2022-05-21 | correctly deal with user type ascriptions in pat | lcnr | -22/+29 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -46/+46 |
| 2022-05-18 | Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk | bors | -59/+103 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -8/+8 |
| 2022-05-16 | use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons... | b-naber | -59/+103 |
| 2022-05-09 | use hir::Let in hir::Guard | SparrowLii | -8/+8 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -17/+34 |
| 2022-05-06 | `mirror_expr` cleanup | lcnr | -21/+16 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -17/+34 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -2/+2 |
| 2022-04-16 | Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr | Dylan DPC | -1/+1 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -85/+46 |
| 2022-04-13 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -16/+21 |