| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-09-27 | Fix error span when arg to asm!() is a macro call | Gurinder Singh | -1/+9 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -428/+346 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -1/+1 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -6/+4 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -6/+4 |
| 2024-09-11 | Rollup merge of #130219 - ogoffart:missing-docs-test, r=Urgau | Matthias Krüger | -3/+5 |
| 2024-09-11 | Auto merge of #130195 - folkertdev:naked-asm-outside-naked-fn, r=Amanieu | bors | -3/+8 |
| 2024-09-11 | Use `doc(hidden)` instead of `allow(missing_docs)` in the test harness | Olivier Goffart | -3/+3 |
| 2024-09-11 | Use `#[doc(hidden)]` instead of `#[allow(missing_docs)]` on the const generat... | Olivier Goffart | -2/+2 |
| 2024-09-11 | Fix false positive with `missing_docs` and `#[test]` | Olivier Goffart | -0/+2 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -1/+3 |
| 2024-09-10 | disallow `naked_asm!` outside of `#[naked]` functions | Folkert de Vries | -3/+8 |
| 2024-09-09 | Allow `missing_docs` lint on the generated test harness | Urgau | -1/+3 |
| 2024-09-09 | bootstrap `naked_asm!` for `compiler-builtins` | Folkert de Vries | -0/+39 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -0/+13 |
| 2024-08-28 | Rollup merge of #129467 - dingxiangfei2009:smart-pointer-relax-pointee, r=com... | Jubilee | -28/+47 |