| Age | Commit message (Expand) | Author | Lines |
| 2023-06-29 | Merge `un_derefer` into `MovePathLookup` | DrMeepster | -136/+137 |
| 2023-06-30 | No need to distinguish LocalTy from Ty | Michael Goulet | -34/+22 |
| 2023-06-30 | Auto merge of #113162 - matthiaskrgr:rollup-fct3wj7, r=matthiaskrgr | bors | -126/+342 |
| 2023-06-30 | Flip the order of binder instantiation for better diagnostics | Michael Goulet | -10/+7 |
| 2023-06-30 | Error for RPITIT hidden tys that capture more than their trait defn | Michael Goulet | -22/+109 |
| 2023-06-29 | Properly implement variances_of for RPITIT GAT | Santiago Pastorino | -9/+15 |
| 2023-06-30 | Auto merge of #113116 - nnethercote:codegen-opts, r=oli-obk | bors | -117/+32 |
| 2023-06-30 | Use structured suggestion when telling user about `for<'a>` | Esteban Küber | -3/+7 |
| 2023-06-29 | Auto merge of #112682 - spastorino:new-rpitit-21, r=compiler-errors | bors | -104/+203 |
| 2023-06-29 | Do not generate lifetime_mapping for RPIT no in_trait | Santiago Pastorino | -12/+32 |
| 2023-06-29 | Add bidirectional where clauses on RPITIT synthesized GATs | Santiago Pastorino | -36/+88 |
| 2023-06-29 | add `slice::swap` suggestion | y21 | -3/+4 |
| 2023-06-29 | Intern OpaqueTy on ItemKind::OpaqueTy | Santiago Pastorino | -9/+9 |
| 2023-06-29 | Reorganize opaque lowering code | Santiago Pastorino | -43/+50 |
| 2023-06-29 | Do not remove previously added predicates in param_env, extend them instead | Santiago Pastorino | -1/+3 |
| 2023-06-29 | Extract compute_bidirectional_outlives_predicates fn | Santiago Pastorino | -33/+51 |
| 2023-06-29 | Encode item bounds for DefKind::ImplTraitPlaceholder | Michael Goulet | -0/+3 |
| 2023-06-29 | Auto merge of #113108 - compiler-errors:normalize-opaques-with-late-bound-var... | bors | -24/+4 |
| 2023-06-29 | Rollup merge of #113161 - Bryanskiy:err_msg, r=petrochenkov | Matthias Krüger | -3/+4 |
| 2023-06-29 | Rollup merge of #113144 - compiler-errors:elaborate-clauses, r=oli-obk | Matthias Krüger | -40/+42 |
| 2023-06-29 | Rollup merge of #112795 - He1pa:translation_builtin_macros, r=davidtwco | Matthias Krüger | -32/+134 |
| 2023-06-29 | Rollup merge of #112086 - petrochenkov:impambig, r=oli-obk | Matthias Krüger | -37/+22 |
| 2023-06-29 | Rollup merge of #111322 - mirkootter:master, r=davidtwco | Matthias Krüger | -14/+140 |
| 2023-06-29 | Fix type privacy lints error message | Bryanskiy | -3/+4 |
| 2023-06-29 | resolve: Remove artificial import ambiguity errors | Vadim Petrochenkov | -37/+22 |
| 2023-06-29 | change snapshot tracking in fulfillment contexts | lcnr | -122/+80 |
| 2023-06-29 | Auto merge of #113134 - TaKO8Ki:rollup-4hvqzf6, r=TaKO8Ki | bors | -31/+79 |
| 2023-06-29 | Rollup merge of #113137 - lukas-code:no-moving-references, r=compiler-errors | Matthias Krüger | -13/+14 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -120/+109 |
| 2023-06-29 | Avoid cloning `LocalDecls`. | Nicholas Nethercote | -5/+5 |
| 2023-06-29 | Simplify the `bundles` vectors. | Nicholas Nethercote | -6/+6 |
| 2023-06-29 | Use `SmallVec` for the `bundles` vectors. | Nicholas Nethercote | -6/+15 |
| 2023-06-29 | Set capacity of the string passed to `push_item_name`. | Nicholas Nethercote | -2/+2 |
| 2023-06-29 | Remove `SmallStr`. | Nicholas Nethercote | -89/+0 |
| 2023-06-29 | Avoid an unnecessary use of `SmallStr`. | Nicholas Nethercote | -3/+2 |
| 2023-06-29 | Use `partition_point` in `SourceMap::lookup_source_file_idx`. | Nicholas Nethercote | -5/+1 |
| 2023-06-29 | Replace a `lookup_debug_loc` call. | Nicholas Nethercote | -3/+3 |
| 2023-06-29 | Avoid unnecessary line lookup. | Nicholas Nethercote | -2/+2 |
| 2023-06-29 | Make the Elaboratable trait take clauses | Michael Goulet | -40/+42 |
| 2023-06-28 | Auto merge of #112629 - compiler-errors:atb-imply, r=jackh726 | bors | -101/+84 |
| 2023-06-28 | don't suggest `move` for borrows that aren't closures | Lukas Markeffsky | -13/+14 |
| 2023-06-29 | Rollup merge of #113107 - mj10021:issue-113012-fix, r=oli-obk | Takayuki Maeda | -4/+7 |
| 2023-06-29 | Rollup merge of #112946 - nnethercote:improve-cgu-naming-and-ordering, r=wesl... | Takayuki Maeda | -27/+72 |
| 2023-06-28 | Auto merge of #98867 - cjgillot:metaloop, r=oli-obk | bors | -284/+197 |
| 2023-06-28 | Rollup merge of #113019 - ericmarkmartin:warning-for-guard-non-exhaustion, r=... | Dylan DPC | -0/+12 |
| 2023-06-28 | Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr | Dylan DPC | -106/+46 |
| 2023-06-28 | Rollup merge of #112236 - cjgillot:interval-kill, r=davidtwco | Dylan DPC | -51/+43 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -12/+11 |
| 2023-06-28 | remove FIXME and add test | James Dietz | -2/+0 |
| 2023-06-28 | add check for ConstKind::Value(_) | James Dietz | -2/+7 |