about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src
AgeCommit message (Expand)AuthorLines
2024-11-14Merge matches in `configure_annotatable`.Nicholas Nethercote-57/+45
2024-11-14Inline and remove `flat_map_annotatable`.Nicholas Nethercote-39/+17
2024-11-14Make `configure_annotatable`/`flat_map_annotatable` infallible.Nicholas Nethercote-24/+22
2024-11-11remove attributes from generics in built-in derive macrosPonasKovas-0/+6
2024-10-27Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,...bors-12/+12
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-9/+20
2024-10-25proc_macro_harness: adjust the span we use for const fn callsRalf Jung-9/+20
2024-10-24Pass Ident by reference in ast Visitormaxcabrajac-1/+1
2024-10-24s/SmartPointer/CoerceReferent/gDing Xiang Fei-12/+12
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-1/+1
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-19/+57
2024-10-15Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxuMatthias Krüger-5/+5
2024-10-15Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-e...Matthias Krüger-14/+52
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-0/+895
2024-10-14Rollup merge of #131430 - surechen:fix_130495, r=jieyouxuMatthias Krüger-4/+18
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-5/+5
2024-10-14Special treatment empty tuple when suggest adding a string literal in format ...surechen-4/+18
2024-10-13Fix bug where `option_env!` would return `None` when env var is present but n...beetrees-14/+52
2024-10-12yeet some clonesMatthias Krüger-1/+1
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+895
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-3/+1
2024-10-07Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelixJubilee-0/+71
2024-10-07Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,...bors-5/+5
2024-10-07Rename nested_meta to meta_item_innercodemountains-1/+1
2024-10-06Check that `#[pointee]` is applied only to generic argumentsBrezak-0/+71
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-16/+7
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-60/+2
2024-10-06implement `naked_asm` macroFolkert-54/+132
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-4/+4
2024-10-01Remove anon struct and union typesMichael Goulet-3/+1
2024-10-01Use `ast::NestedMetaItem` when evaluating cfg predicateUrgau-3/+6
2024-09-30Reject leading unsafe in `cfg!(...)` and `--check-cfg`.Urgau-1/+1
2024-09-28remove couple redundant clonesMatthias Krüger-1/+1
2024-09-27Rollup merge of #130917 - gurry:129503-ice-wrong-span-in-macros, r=chenyukangMatthias Krüger-1/+9
2024-09-27Fix error span when arg to asm!() is a macro callGurinder Singh-1/+9
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-428/+346
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-1/+1
2024-09-12Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoeristerStuart Cook-6/+4
2024-09-11Also fix if in elseMichael Goulet-6/+4
2024-09-11Rollup merge of #130219 - ogoffart:missing-docs-test, r=UrgauMatthias Krüger-3/+5
2024-09-11Auto merge of #130195 - folkertdev:naked-asm-outside-naked-fn, r=Amanieubors-3/+8
2024-09-11Use `doc(hidden)` instead of `allow(missing_docs)` in the test harnessOlivier Goffart-3/+3
2024-09-11Use `#[doc(hidden)]` instead of `#[allow(missing_docs)]` on the const generat...Olivier Goffart-2/+2
2024-09-11Fix false positive with `missing_docs` and `#[test]`Olivier Goffart-0/+2
2024-09-10Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkovbors-1/+3
2024-09-10disallow `naked_asm!` outside of `#[naked]` functionsFolkert de Vries-3/+8
2024-09-09Allow `missing_docs` lint on the generated test harnessUrgau-1/+3
2024-09-09bootstrap `naked_asm!` for `compiler-builtins`Folkert de Vries-0/+39
2024-08-29Rollup merge of #123940 - kornelski:remove-derived-debug, r=UrgauGuillaume Gomez-0/+13
2024-08-28Rollup merge of #129467 - dingxiangfei2009:smart-pointer-relax-pointee, r=com...Jubilee-28/+47