| Age | Commit message (Expand) | Author | Lines |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -16/+16 |
| 2022-08-04 | Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro... | Matthias Krüger | -1/+1 |
| 2022-08-04 | Enable unused_parens for match arms | wcampbell | -1/+1 |
| 2022-08-03 | fix trailing whitespace in error message | klensy | -1/+1 |
| 2022-08-02 | Add bound_predicates_of and bound_explicit_predicates_of | Jack Huey | -16/+16 |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -32/+100 |
| 2022-07-31 | Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillot | Dylan DPC | -32/+27 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -32/+27 |
| 2022-07-29 | Change enclosing_body_owner to return LocalDefId | Miguel Guarniz | -2/+1 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -2/+1 |
| 2022-07-26 | Replace LifetimeRes::Anonymous by LifetimeRes::Infer. | Camille GILLOT | -1/+1 |
| 2022-07-26 | Remove the distinction between LifetimeName::Implicit and LifetimeName::Under... | Camille GILLOT | -1/+0 |
| 2022-07-26 | Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-dead | Dylan DPC | -1/+5 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -1/+5 |
| 2022-07-25 | avoid `&str`/`Symbol` to `String` conversions | Takayuki Maeda | -5/+3 |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -1/+1 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -1/+1 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -6/+1 |
| 2022-07-16 | Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil... | Matthias Krüger | -20/+15 |
| 2022-07-16 | Rollup merge of #99258 - estebank:suggest-let, r=wesleywiser | Matthias Krüger | -2/+65 |
| 2022-07-16 | Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank | Matthias Krüger | -1/+6 |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -20/+15 |
| 2022-07-15 | Fix rebase | Esteban Küber | -5/+3 |
| 2022-07-15 | Avoid incorrect suggestion | Esteban Küber | -3/+37 |
| 2022-07-15 | Provide structured suggestion for dropped temp value | Esteban Küber | -1/+32 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -1/+6 |
| 2022-07-15 | provide `generic_param_scope` for region errors | lcnr | -1/+1 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -9/+9 |
| 2022-07-13 | remove an unnecessary `span_to_snippet` | Takayuki Maeda | -12/+9 |
| 2022-07-12 | Add an indirection for closures in `hir::ExprKind` | Maybe Waffle | -9/+9 |
| 2022-07-11 | Rollup merge of #99140 - TaKO8Ki:implement-is-accessible-span, r=fee1-dead | Dylan DPC | -9/+2 |
| 2022-07-11 | rename a method | Takayuki Maeda | -2/+2 |
| 2022-07-11 | implement `is_accessible_span` | Takayuki Maeda | -9/+2 |
| 2022-07-10 | Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obk | Matthias Krüger | -4/+4 |
| 2022-07-10 | avoid some `&str` to `String` conversions | Takayuki Maeda | -4/+4 |
| 2022-07-08 | Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank | bors | -4/+2 |
| 2022-07-07 | Wording tweak | Esteban Küber | -8/+21 |
| 2022-07-07 | Fix label on uninit binding field assignment | Esteban Küber | -24/+25 |
| 2022-07-07 | Avoid misleading message/label in `match-cfg-fake-edges.rs` test | Esteban Küber | -23/+41 |
| 2022-07-07 | Review comments: wording | Esteban Küber | -29/+40 |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -24/+58 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -22/+200 |
| 2022-07-07 | Fix borrowck closure span. | Camille GILLOT | -3/+1 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -1/+1 |
| 2022-07-07 | Move `predecessors` from Body to BasicBlocks | Tomasz Miąsko | -1/+1 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -6/+1 |
| 2022-07-02 | Rollup merge of #98766 - lcnr:mir-visit-pass_by_value, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -1/+1 |
| 2022-07-01 | cleanup mir visitor for `rustc::pass_by_value` | lcnr | -3/+3 |
| 2022-06-29 | Rollup merge of #98415 - compiler-errors:rustc-borrowck-session-diagnostic-1,... | Dylan DPC | -12/+24 |