about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-11-28Rollup merge of #104927 - compiler-errors:binder-shifting-logic, r=oli-obkDylan DPC-23/+24
2022-11-28Rollup merge of #104907 - compiler-errors:selcx-infcx, r=oli-obkDylan DPC-92/+75
2022-11-28Rollup merge of #104890 - lcnr:small-cleanup, r=fee1-deadDylan DPC-92/+47
2022-11-28Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8KiDylan DPC-56/+62
2022-11-28Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errorsDylan DPC-61/+45
2022-11-28Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8KiDylan DPC-27/+17
2022-11-28Tweak outputEsteban Küber-1/+1
2022-11-28Change multiline span ASCII art visual orderEsteban Küber-55/+61
2022-11-27Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillotMatthias Krüger-387/+400
2022-11-27fix typelcnr-1/+1
2022-11-27Stabilize native library modifier `verbatim`Vadim Petrochenkov-27/+17
2022-11-27Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgrbors-26/+22
2022-11-27Rollup merge of #104934 - ChrisDenton:all-anybody-wants, r=thomccMatthias Krüger-5/+5
2022-11-27Rollup merge of #104931 - Swatinem:async-pretty, r=eholkMatthias Krüger-21/+17
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-292/+302
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-387/+400
2022-11-27Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnrbors-109/+146
2022-11-27Use `TyCtxt::is_fn_trait` is a couple more placesMaybe Waffle-6/+2
2022-11-27micro doc fixesMaybe Waffle-13/+12
2022-11-27Simplify `ty::ClosureKind::extends`Maybe Waffle-9/+1
2022-11-27Add `TyCtxt::is_fn_trait`Maybe Waffle-11/+16
2022-11-27Remove `ty::ClosureKind::from_def_id`Maybe Waffle-20/+12
2022-11-27Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaningMaybe Waffle-13/+13
2022-11-26Rewrite dest prop.Jakob Degen-859/+614
2022-11-26Pretty-print generators with their `generator_kind`Arpad Borsos-21/+17
2022-11-26Auto merge of #104945 - GuillaumeGomez:rollup-ygzbpbe, r=GuillaumeGomezbors-301/+254
2022-11-26Rollup merge of #104921 - compiler-errors:no-binder-on-fut-ty, r=cjgillotGuillaume Gomez-34/+23
2022-11-26Rollup merge of #104909 - compiler-errors:normalize_opaque_types-is-misleadin...Guillaume Gomez-6/+6
2022-11-26Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-deadGuillaume Gomez-43/+81
2022-11-26Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errorsGuillaume Gomez-218/+144
2022-11-26Auto merge of #104731 - compiler-errors:early-binder-iter-size-hint, r=cjgillotbors-0/+12
2022-11-26Auto merge of #104935 - matthiaskrgr:rollup-nuca86l, r=matthiaskrgrbors-112/+75
2022-11-26Remove more redundant `all`sChris Denton-5/+5
2022-11-26Rollup merge of #104906 - spastorino:remove-ascribeusertypecx, r=compiler-errorsMatthias Krüger-107/+50
2022-11-26Rollup merge of #104880 - krasimirgg:llvm-16-ctx, r=cuviperMatthias Krüger-0/+4
2022-11-26Rollup merge of #104675 - SarthakSingh31:issue-101666, r=jyn514Matthias Krüger-4/+6
2022-11-26Rollup merge of #104121 - Lokathor:mir-opt-when-instruction-set-missing-on-ca...Matthias Krüger-1/+15
2022-11-26Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcmbors-1/+27
2022-11-26Auto merge of #104730 - petrochenkov:modchild5, r=cjgillotbors-82/+54
2022-11-26Do not record unresolved const vars in generator interiorMichael Goulet-43/+81
2022-11-26Remove unnecessary binder from get_impl_future_output_tyMichael Goulet-34/+23
2022-11-26simplify some binder shifting logicMichael Goulet-23/+24
2022-11-25Remove SelectionContext::infcx() in favor of field accessMichael Goulet-92/+75
2022-11-25Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwUbors-806/+687
2022-11-25Refine instruction_set inline rulesLokathor-1/+15
2022-11-25Rename normalize_opaque_types to reveal_opaque_types_in_boundsMichael Goulet-6/+6
2022-11-25Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgrbors-288/+225
2022-11-25Define all clauses as dummy_with_span as the usages are all equivalentSantiago Pastorino-7/+5
2022-11-25Remove AscribeUserTypeCxSantiago Pastorino-107/+52
2022-11-25Rollup merge of #104835 - spastorino:use-partially_normalize_associated_types...Matthias Krüger-36/+43