| Age | Commit message (Expand) | Author | Lines |
| 2022-11-28 | Rollup merge of #104927 - compiler-errors:binder-shifting-logic, r=oli-obk | Dylan DPC | -23/+24 |
| 2022-11-28 | Rollup merge of #104907 - compiler-errors:selcx-infcx, r=oli-obk | Dylan DPC | -92/+75 |
| 2022-11-28 | Rollup merge of #104890 - lcnr:small-cleanup, r=fee1-dead | Dylan DPC | -92/+47 |
| 2022-11-28 | Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8Ki | Dylan DPC | -56/+62 |
| 2022-11-28 | Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors | Dylan DPC | -61/+45 |
| 2022-11-28 | Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki | Dylan DPC | -27/+17 |
| 2022-11-28 | Tweak output | Esteban Küber | -1/+1 |
| 2022-11-28 | Change multiline span ASCII art visual order | Esteban Küber | -55/+61 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -387/+400 |
| 2022-11-27 | fix type | lcnr | -1/+1 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -27/+17 |
| 2022-11-27 | Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgr | bors | -26/+22 |
| 2022-11-27 | Rollup merge of #104934 - ChrisDenton:all-anybody-wants, r=thomcc | Matthias Krüger | -5/+5 |
| 2022-11-27 | Rollup merge of #104931 - Swatinem:async-pretty, r=eholk | Matthias Krüger | -21/+17 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -292/+302 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -387/+400 |
| 2022-11-27 | Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnr | bors | -109/+146 |
| 2022-11-27 | Use `TyCtxt::is_fn_trait` is a couple more places | Maybe Waffle | -6/+2 |
| 2022-11-27 | micro doc fixes | Maybe Waffle | -13/+12 |
| 2022-11-27 | Simplify `ty::ClosureKind::extends` | Maybe Waffle | -9/+1 |
| 2022-11-27 | Add `TyCtxt::is_fn_trait` | Maybe Waffle | -11/+16 |
| 2022-11-27 | Remove `ty::ClosureKind::from_def_id` | Maybe Waffle | -20/+12 |
| 2022-11-27 | Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning | Maybe Waffle | -13/+13 |
| 2022-11-26 | Rewrite dest prop. | Jakob Degen | -859/+614 |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -21/+17 |
| 2022-11-26 | Auto merge of #104945 - GuillaumeGomez:rollup-ygzbpbe, r=GuillaumeGomez | bors | -301/+254 |
| 2022-11-26 | Rollup merge of #104921 - compiler-errors:no-binder-on-fut-ty, r=cjgillot | Guillaume Gomez | -34/+23 |
| 2022-11-26 | Rollup merge of #104909 - compiler-errors:normalize_opaque_types-is-misleadin... | Guillaume Gomez | -6/+6 |
| 2022-11-26 | Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-dead | Guillaume Gomez | -43/+81 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -218/+144 |
| 2022-11-26 | Auto merge of #104731 - compiler-errors:early-binder-iter-size-hint, r=cjgillot | bors | -0/+12 |
| 2022-11-26 | Auto merge of #104935 - matthiaskrgr:rollup-nuca86l, r=matthiaskrgr | bors | -112/+75 |
| 2022-11-26 | Remove more redundant `all`s | Chris Denton | -5/+5 |
| 2022-11-26 | Rollup merge of #104906 - spastorino:remove-ascribeusertypecx, r=compiler-errors | Matthias Krüger | -107/+50 |
| 2022-11-26 | Rollup merge of #104880 - krasimirgg:llvm-16-ctx, r=cuviper | Matthias Krüger | -0/+4 |
| 2022-11-26 | Rollup merge of #104675 - SarthakSingh31:issue-101666, r=jyn514 | Matthias Krüger | -4/+6 |
| 2022-11-26 | Rollup merge of #104121 - Lokathor:mir-opt-when-instruction-set-missing-on-ca... | Matthias Krüger | -1/+15 |
| 2022-11-26 | Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm | bors | -1/+27 |
| 2022-11-26 | Auto merge of #104730 - petrochenkov:modchild5, r=cjgillot | bors | -82/+54 |
| 2022-11-26 | Do not record unresolved const vars in generator interior | Michael Goulet | -43/+81 |
| 2022-11-26 | Remove unnecessary binder from get_impl_future_output_ty | Michael Goulet | -34/+23 |
| 2022-11-26 | simplify some binder shifting logic | Michael Goulet | -23/+24 |
| 2022-11-25 | Remove SelectionContext::infcx() in favor of field access | Michael Goulet | -92/+75 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -806/+687 |
| 2022-11-25 | Refine instruction_set inline rules | Lokathor | -1/+15 |
| 2022-11-25 | Rename normalize_opaque_types to reveal_opaque_types_in_bounds | Michael Goulet | -6/+6 |
| 2022-11-25 | Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr | bors | -288/+225 |
| 2022-11-25 | Define all clauses as dummy_with_span as the usages are all equivalent | Santiago Pastorino | -7/+5 |
| 2022-11-25 | Remove AscribeUserTypeCx | Santiago Pastorino | -107/+52 |
| 2022-11-25 | Rollup merge of #104835 - spastorino:use-partially_normalize_associated_types... | Matthias Krüger | -36/+43 |