about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-11-29Avoid more `MetaItem`-to-`Attribute` conversions.Nicholas Nethercote-211/+116
2022-11-29Inline and remove `MetaItemLit::from_lit_kind`.Nicholas Nethercote-9/+2
2022-11-29Remove an out-of-date comment.Nicholas Nethercote-2/+0
2022-11-29Avoid more unnecessary `MetaItem`/`Attribute` conversions.Nicholas Nethercote-22/+23
2022-11-29Reorder some types.Nicholas Nethercote-27/+27
2022-11-29Improve comments about attributes and meta items.Nicholas Nethercote-10/+14
2022-11-29Avoid unnecessary `MetaItem`/`Attribute` conversions.Nicholas Nethercote-29/+44
2022-11-28Rollup merge of #105006 - RalfJung:scalar-pair-alignment, r=eddybMatthias Krüger-262/+272
2022-11-28Rollup merge of #104982 - RalfJung:norun, r=oli-obkMatthias Krüger-6/+1
2022-11-28Rollup merge of #104956 - mucinoab:issue-104870, r=compiler-errorsMatthias Krüger-7/+9
2022-11-28Rollup merge of #104954 - vincenzopalazzo:macros/prinf, r=estebankMatthias Krüger-0/+8
2022-11-28Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obkMatthias Krüger-2/+5
2022-11-28Rollup merge of #104933 - RalfJung:interpret-partial-ord, r=oli-obkMatthias Krüger-7/+7
2022-11-28Rollup merge of #104891 - fee1-dead-contrib:escaping_bound_vars_docs, r=wesle...Matthias Krüger-1/+7
2022-11-28Rollup merge of #104804 - nnethercote:MetaItemLit, r=petrochenkovMatthias Krüger-110/+101
2022-11-28stricter alignment enforcement for ScalarPair and VectorRalf Jung-15/+22
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-28sanity_check_layout: less rightwards driftRalf Jung-262/+265
2022-11-28Tweak outputEsteban Küber-1/+1
2022-11-28Change multiline span ASCII art visual orderEsteban Küber-55/+61
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-31/+26
2022-11-28Adjust comments on `StrLit`.Nicholas Nethercote-2/+1
2022-11-28Rename `ast::Lit` as `ast::MetaItemLit`.Nicholas Nethercote-75/+85
2022-11-28Factor out a repeated expression in `lower_attr_args`.Nicholas Nethercote-9/+4
2022-11-28Remove `Lit::from_included_bytes`.Nicholas Nethercote-12/+4
2022-11-27Avoid ICE if the Clone trait is not found while building error suggestionsBruno A. Muciño-7/+9
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-27interpret: get rid of run() functionRalf Jung-6/+1
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-387/+400
2022-11-27make simple check of prinf function.Vincenzo Palazzo-0/+8
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