| Age | Commit message (Expand) | Author | Lines |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -1/+2 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -1/+2 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -2/+4 |
| 2024-12-09 | Disallow `#[default] Variant {}` regardless of feature flag | Esteban Küber | -2/+15 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -16/+61 |
| 2024-12-04 | make CoercePointee errors translatable | Ding Xiang Fei | -41/+56 |
| 2024-11-27 | update cfgs | Boxy | -1/+1 |
| 2024-11-26 | Auto merge of #132894 - frank-king:feature/where-refactor, r=cjgillot | bors | -34/+19 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -34/+19 |
| 2024-11-24 | Support use of asm goto with outputs and `options(noreturn)` | Gary Guo | -1/+4 |
| 2024-11-20 | Use visit_item instead of flat_map_item in test_harness.rs | maxcabrajac | -31/+21 |
| 2024-11-20 | Items | maxcabrajac | -1/+1 |
| 2024-11-16 | Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkov | Matthias Krüger | -3/+11 |
| 2024-11-15 | Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKinds | maxcabrajac | -4/+4 |
| 2024-11-15 | Make Visitor::FnKind and MutVisitor::FnKind compatible | maxcabrajac | -2/+10 |
| 2024-11-14 | Remove unreachable code in `has_cfg_or_cfg_attr`. | Nicholas Nethercote | -8/+1 |
| 2024-11-14 | Merge matches in `configure_annotatable`. | Nicholas Nethercote | -57/+45 |
| 2024-11-14 | Inline and remove `flat_map_annotatable`. | Nicholas Nethercote | -39/+17 |
| 2024-11-14 | Make `configure_annotatable`/`flat_map_annotatable` infallible. | Nicholas Nethercote | -24/+22 |
| 2024-11-11 | remove attributes from generics in built-in derive macros | PonasKovas | -0/+6 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -12/+12 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -9/+20 |
| 2024-10-25 | proc_macro_harness: adjust the span we use for const fn calls | Ralf Jung | -9/+20 |
| 2024-10-24 | Pass Ident by reference in ast Visitor | maxcabrajac | -1/+1 |
| 2024-10-24 | s/SmartPointer/CoerceReferent/g | Ding Xiang Fei | -12/+12 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -1/+1 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -19/+57 |
| 2024-10-15 | Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu | Matthias Krüger | -5/+5 |
| 2024-10-15 | Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-e... | Matthias Krüger | -14/+52 |
| 2024-10-15 | Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu | bors | -0/+895 |
| 2024-10-14 | Rollup merge of #131430 - surechen:fix_130495, r=jieyouxu | Matthias Krüger | -4/+18 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -5/+5 |
| 2024-10-14 | Special treatment empty tuple when suggest adding a string literal in format ... | surechen | -4/+18 |
| 2024-10-13 | Fix bug where `option_env!` would return `None` when env var is present but n... | beetrees | -14/+52 |
| 2024-10-12 | yeet some clones | Matthias Krüger | -1/+1 |
| 2024-10-11 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -0/+895 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -3/+1 |
| 2024-10-07 | Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelix | Jubilee | -0/+71 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -5/+5 |
| 2024-10-07 | Rename nested_meta to meta_item_inner | codemountains | -1/+1 |
| 2024-10-06 | Check that `#[pointee]` is applied only to generic arguments | Brezak | -0/+71 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -16/+7 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -60/+2 |
| 2024-10-06 | implement `naked_asm` macro | Folkert | -54/+132 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -4/+4 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -3/+1 |
| 2024-10-01 | Use `ast::NestedMetaItem` when evaluating cfg predicate | Urgau | -3/+6 |
| 2024-09-30 | Reject leading unsafe in `cfg!(...)` and `--check-cfg`. | Urgau | -1/+1 |
| 2024-09-28 | remove couple redundant clones | Matthias Krüger | -1/+1 |
| 2024-09-27 | Rollup merge of #130917 - gurry:129503-ice-wrong-span-in-macros, r=chenyukang | Matthias Krüger | -1/+9 |