| Age | Commit message (Expand) | Author | Lines |
| 2024-11-05 | Check for both `StmtKind::MacCall` and `ExprKind::MacCall` | Boxy | -4/+31 |
| 2024-11-02 | Do not format generic consts | Michael Goulet | -0/+6 |
| 2024-10-31 | Improve the missing_abi lint. | Mara Bos | -0/+2 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -2/+2 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -5/+16 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -2/+9 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -5/+16 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -8/+0 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -2/+9 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -2/+2 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -2/+10 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -1/+19 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -2/+2 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -8/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -7/+7 |
| 2024-09-21 | Handle macro calls in anon const def creation take 2 | Boxy | -5/+6 |
| 2024-09-17 | Rollup merge of #130314 - compiler-errors:mac-prec, r=davidtwco | Matthias Krüger | -5/+6 |
| 2024-09-13 | Use the same precedence for all macro-like exprs | Michael Goulet | -5/+6 |
| 2024-09-12 | Fix anon const def-creation when macros are involved | Noah Lev | -8/+12 |
| 2024-09-12 | Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukang | Stuart Cook | -6/+6 |
| 2024-09-12 | Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu | Stuart Cook | -4/+2 |
| 2024-09-11 | Remove unused functions from ast CoroutineKind | Michael Goulet | -8/+0 |
| 2024-09-11 | Properly deny const gen/async gen fns | Michael Goulet | -0/+8 |
| 2024-09-11 | clippy::useless_conversion | Michael Goulet | -4/+2 |
| 2024-09-10 | disallow `naked_asm!` outside of `#[naked]` functions | Folkert de Vries | -0/+11 |
| 2024-08-24 | Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su... | Trevor Gross | -0/+11 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -4/+8 |
| 2024-08-04 | don't suggest turning crate-level attributes into outer style | yukang | -0/+11 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -13/+13 |
| 2024-07-27 | Rollup merge of #128207 - folkertdev:asm-parser-generalize, r=Amanieu | Trevor Gross | -0/+5 |
| 2024-07-25 | improve error message when `global_asm!` uses `asm!` options | Folkert | -0/+5 |
| 2024-07-25 | Auto merge of #128195 - matthiaskrgr:rollup-195dfdf, r=matthiaskrgr | bors | -1/+2 |
| 2024-07-24 | Use Cow<'static, str> for InlineAsmTemplatePiece::String | GnomedDev | -1/+2 |
| 2024-07-24 | centralize turning asm flags into human readable names | Folkert | -0/+36 |
| 2024-07-05 | Rollup merge of #127368 - YohDeadfall:dots-in-docs, r=fmease | Michael Goulet | -32/+32 |
| 2024-07-05 | Added dots at the sentence ends of rustc AST doc | Yoh Deadfall | -32/+32 |
| 2024-07-05 | Auto merge of #127008 - Jules-Bertholet:tc-ergonomics, r=Nadrieril | bors | -0/+1 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -1/+4 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+4 |
| 2024-06-27 | Implement TC's match ergonomics 2024 proposal | Jules Bertholet | -0/+1 |
| 2024-06-26 | Fix a span in `parse_ty_bare_fn`. | Nicholas Nethercote | -1/+2 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -33/+1 |
| 2024-06-19 | Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc... | bors | -1/+3 |
| 2024-06-19 | Add a comment. | Nicholas Nethercote | -1/+3 |
| 2024-06-19 | Rollup merge of #124135 - petrochenkov:deleglob, r=fmease | 许杰友 Jieyou Xu (Joe) | -3/+6 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -1/+4 |
| 2024-06-14 | delegation: Implement glob delegation | Vadim Petrochenkov | -3/+6 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -1/+8 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -1/+1 |
| 2024-06-06 | Fix build | carbotaniuman | -3/+3 |