| Age | Commit message (Expand) | Author | Lines |
| 2022-11-29 | Avoid more `MetaItem`-to-`Attribute` conversions. | Nicholas Nethercote | -211/+116 |
| 2022-11-29 | Inline and remove `MetaItemLit::from_lit_kind`. | Nicholas Nethercote | -9/+2 |
| 2022-11-29 | Remove an out-of-date comment. | Nicholas Nethercote | -2/+0 |
| 2022-11-29 | Avoid more unnecessary `MetaItem`/`Attribute` conversions. | Nicholas Nethercote | -22/+23 |
| 2022-11-29 | Reorder some types. | Nicholas Nethercote | -27/+27 |
| 2022-11-29 | Improve comments about attributes and meta items. | Nicholas Nethercote | -10/+14 |
| 2022-11-29 | Avoid unnecessary `MetaItem`/`Attribute` conversions. | Nicholas Nethercote | -29/+44 |
| 2022-11-28 | Rollup merge of #105006 - RalfJung:scalar-pair-alignment, r=eddyb | Matthias Krüger | -262/+272 |
| 2022-11-28 | Rollup merge of #104982 - RalfJung:norun, r=oli-obk | Matthias Krüger | -6/+1 |
| 2022-11-28 | Rollup merge of #104956 - mucinoab:issue-104870, r=compiler-errors | Matthias Krüger | -7/+9 |
| 2022-11-28 | Rollup merge of #104954 - vincenzopalazzo:macros/prinf, r=estebank | Matthias Krüger | -0/+8 |
| 2022-11-28 | Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obk | Matthias Krüger | -2/+5 |
| 2022-11-28 | Rollup merge of #104933 - RalfJung:interpret-partial-ord, r=oli-obk | Matthias Krüger | -7/+7 |
| 2022-11-28 | Rollup merge of #104891 - fee1-dead-contrib:escaping_bound_vars_docs, r=wesle... | Matthias Krüger | -1/+7 |
| 2022-11-28 | Rollup merge of #104804 - nnethercote:MetaItemLit, r=petrochenkov | Matthias Krüger | -110/+101 |
| 2022-11-28 | stricter alignment enforcement for ScalarPair and Vector | Ralf Jung | -15/+22 |
| 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 | sanity_check_layout: less rightwards drift | Ralf Jung | -262/+265 |
| 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-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -31/+26 |
| 2022-11-28 | Adjust comments on `StrLit`. | Nicholas Nethercote | -2/+1 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -75/+85 |
| 2022-11-28 | Factor out a repeated expression in `lower_attr_args`. | Nicholas Nethercote | -9/+4 |
| 2022-11-28 | Remove `Lit::from_included_bytes`. | Nicholas Nethercote | -12/+4 |
| 2022-11-27 | Avoid ICE if the Clone trait is not found while building error suggestions | Bruno A. Muciño | -7/+9 |
| 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 | interpret: get rid of run() function | Ralf Jung | -6/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -387/+400 |
| 2022-11-27 | make simple check of prinf function. | Vincenzo Palazzo | -0/+8 |
| 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 |