| Age | Commit message (Expand) | Author | Lines |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -3/+12 |
| 2022-05-28 | Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di... | bors | -7/+7 |
| 2022-05-26 | clippy::complexity fixes | Matthias Krüger | -9/+5 |
| 2022-05-25 | Rollup merge of #97351 - b-naber:adt-const-params-structural-match-violation,... | Dylan DPC | -9/+9 |
| 2022-05-25 | Rollup merge of #95953 - JakobDegen:repeat-leak, r=oli-obk | Dylan DPC | -5/+46 |
| 2022-05-25 | try to cache region_scope_tree as a query | Ding Xiang Fei | -7/+7 |
| 2022-05-24 | Modify MIR building to drop `foo` in `[foo; 0]` | Jakob Degen | -5/+46 |
| 2022-05-24 | give correct error message on structural match violation | b-naber | -9/+9 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -4/+7 |
| 2022-05-22 | Do leak check after function ptr coercion | Jack Huey | -0/+3 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -16/+30 |
| 2022-05-21 | Auto merge of #96515 - lcnr:user-types-in-pat, r=nikomatsakis | bors | -62/+53 |
| 2022-05-21 | correctly deal with user type ascriptions in pat | lcnr | -62/+53 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -129/+140 |
| 2022-05-18 | Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk | bors | -130/+173 |
| 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 | -130/+173 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -2/+2 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -6/+5 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -1/+0 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -2/+4 |
| 2022-05-11 | Auto merge of #96888 - Aaron1011:fake-borrow-no-sort, r=petrochenkov | bors | -11/+9 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -4/+5 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -1/+0 |
| 2022-05-09 | Use `FxIndexSet` to avoid sorting fake borrows | Aaron Hill | -11/+9 |
| 2022-05-09 | review | lcnr | -8/+3 |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -2/+6 |
| 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 | -46/+68 |
| 2022-05-06 | `mirror_expr` cleanup | lcnr | -21/+16 |
| 2022-05-05 | Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-04 | Generate an intermediate temporary for `Drop` constants. | Oli Scherer | -30/+101 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -46/+68 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -2/+2 |
| 2022-04-24 | only show a simple description in E0133 span label | Emil Gardström | -12/+30 |
| 2022-04-24 | add `DefId` to unsafety violations and display function path in E0133 | Emil Gardström | -19/+33 |
| 2022-04-20 | Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry | Dylan DPC | -5/+13 |
| 2022-04-16 | Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr | Dylan DPC | -1/+1 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -88/+55 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -7/+3 |
| 2022-04-14 | Update issue-92893.stderr | ouz-a | -4/+6 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -88/+55 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -7/+3 |
| 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 | -36/+46 |
| 2022-04-08 | dont make lit_to_mir_constant a query | b-naber | -53/+56 |
| 2022-04-07 | interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal | Ralf Jung | -1/+1 |
| 2022-04-06 | get rid of visit_constant in thir visitor | b-naber | -4/+2 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+2 |