| Age | Commit message (Expand) | Author | Lines |
| 2022-11-29 | Avoid more `MetaItem`-to-`Attribute` conversions. | Nicholas Nethercote | -65/+30 |
| 2022-11-29 | Avoid more unnecessary `MetaItem`/`Attribute` conversions. | Nicholas Nethercote | -22/+23 |
| 2022-11-29 | Avoid unnecessary `MetaItem`/`Attribute` conversions. | Nicholas Nethercote | -10/+16 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -1/+1 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -2/+2 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -29/+29 |
| 2022-11-24 | Rollup merge of #103908 - estebank:consider-cloning, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -3/+3 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -1/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -16/+16 |
| 2022-11-21 | Streamline deriving on packed structs. | Nicholas Nethercote | -70/+24 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -8/+8 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -3/+3 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -53/+61 |
| 2022-11-15 | Rollup merge of #104391 - nnethercote:deriving-cleanups, r=jackh726 | Matthias Krüger | -50/+31 |
| 2022-11-14 | Remove TraitDef::generics. | Nicholas Nethercote | -38/+26 |
| 2022-11-14 | Remove `addr_of` argument from `create_struct_pattern_fields`. | Nicholas Nethercote | -9/+3 |
| 2022-11-14 | Clarify `expand_struct_method_body`. | Nicholas Nethercote | -4/+3 |
| 2022-11-12 | Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkov | bors | -1/+21 |
| 2022-11-12 | Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk | Dylan DPC | -20/+56 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -1/+21 |
| 2022-11-11 | Rollup merge of #103445 - fmease:fix-50291, r=estebank | Dylan DPC | -6/+12 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+106 |
| 2022-10-26 | Rollup merge of #103430 - cjgillot:receiver-attrs, r=petrochenkov | Dylan DPC | -1/+8 |
| 2022-10-24 | Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 | Yuki Okushi | -17/+35 |
| 2022-10-23 | test attr: point at return type if Termination bound unsatisfied | León Orell Valerian Liehr | -6/+12 |
| 2022-10-23 | Workaround unstable stmt_expr_attributes for method receiver expressions. | Camille GILLOT | -1/+8 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -2/+2 |
| 2022-10-15 | Mark derived StructuralEq as automatically derived. | Camille GILLOT | -5/+11 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -1/+7 |
| 2022-10-03 | Rollup merge of #101040 - danielhenrymantilla:no-bounds-for-default-annotated... | Matthias Krüger | -1/+35 |
| 2022-10-02 | Fix duplicate usage of `a` article. | Petr Portnov | -1/+1 |
| 2022-10-02 | Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-se | bors | -1/+1 |
| 2022-10-01 | Change feature name to is_some_and | Cameron Steffen | -1/+1 |
| 2022-09-30 | Fix format_args capture for macro expanded format strings | Alex Macleod | -3/+3 |
| 2022-09-29 | Fix docs in compiler/rustc_builtin_macros/src/deriving/generic/mod.rs | reez12g | -0/+5 |
| 2022-09-29 | Fix docs in compiler/rustc_builtin_macros/src/assert/context.rs | reez12g | -1/+1 |
| 2022-09-29 | Add feature flag to docs in compiler/rustc_builtin_macros/src/assert/context.rs | reez12g | -0/+1 |
| 2022-09-27 | Remove confusing drop. | Mara Bos | -1/+0 |
| 2022-09-27 | Update doc comments. | Mara Bos | -2/+2 |
| 2022-09-27 | Turn format arguments Vec into its own struct. | Mara Bos | -84/+146 |
| 2022-09-27 | Add clarifying comments. | Mara Bos | -0/+3 |
| 2022-09-27 | Flatten if-let and match into one. | Mara Bos | -19/+14 |
| 2022-09-27 | Move enum definition closer to its usage. | Mara Bos | -5/+5 |
| 2022-09-27 | Use if let chain. | Mara Bos | -4/+2 |
| 2022-09-27 | Tweak comments. | Mara Bos | -2/+2 |
| 2022-09-27 | Prefer new_v1_formatted instead of new_v1 with duplicates. | Mara Bos | -36/+33 |
| 2022-09-27 | Fix typo. | Mara Bos | -1/+1 |
| 2022-09-27 | Move FormatArgs structure to its own module. | Mara Bos | -163/+172 |