| Age | Commit message (Expand) | Author | Lines |
| 2022-07-24 | optimize un_derefer | ouz-a | -1/+1 |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -1/+1 |
| 2022-07-20 | Auto merge of #99506 - Dylan-DPC:rollup-q3msucx, r=Dylan-DPC | bors | -56/+86 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -1/+1 |
| 2022-07-20 | Rollup merge of #99383 - ouz-a:issue_57961, r=oli-obk | Dylan DPC | -56/+65 |
| 2022-07-20 | use def_id | ouz-a | -1/+1 |
| 2022-07-20 | take opaq types | ouz-a | -56/+65 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -38/+2 |
| 2022-07-19 | use opaque_ty_origin_unchecked instead of destructuring HIR | Michael Goulet | -12/+4 |
| 2022-07-19 | Do not allow typeck children items to constrain outer RPITs | Michael Goulet | -0/+29 |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -11/+11 |
| 2022-07-18 | Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiser | bors | -4/+4 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+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 | -2/+38 |
| 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 | Make destructuring a defining use | Oli Scherer | -0/+8 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -2/+30 |
| 2022-07-15 | provide `generic_param_scope` for region errors | lcnr | -1/+1 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -9/+9 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -9/+9 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -5/+5 |
| 2022-07-13 | Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC | bors | -12/+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-12 | arena > Rc for query results | lcnr | -4/+4 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -0/+26 |
| 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-11 | Rollup merge of #98713 - nikomatsakis:issue-98693, r=jackh726 | Matthias Krüger | -5/+33 |
| 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 | Rollup merge of #98795 - jackh726:lexical_region_resolve_cleanup, r=compiler-... | Matthias Krüger | -14/+490 |
| 2022-07-08 | Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank | bors | -4/+2 |
| 2022-07-07 | Move code from rustc_trait_selection/opaque_types to better places | Jack Huey | -2/+482 |
| 2022-07-07 | Move is_free and is_free_or_static to Region, change resolve_var to resolve_r... | Jack Huey | -12/+8 |
| 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/+68 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -44/+204 |
| 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 `dominators` from Body to BasicBlocks | Tomasz Miąsko | -2/+2 |