about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src
AgeCommit message (Expand)AuthorLines
2025-05-21Disable autodiff bootstrappingMarcelo Domínguez-9/+1
2025-05-20Split `autodiff` into `autodiff_forward` and `autodiff_reverse`Marcelo Domínguez-14/+30
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-1/+2
2025-05-19Rollup merge of #140049 - haenoe:fix-autodiff-generics, r=ZuseZ4Stuart Cook-11/+62
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-1/+2
2025-05-18add `AsmOptions` with some named fieldsFolkert de Vries-19/+31
2025-05-18rename to get rid of the 'raw' conceptFolkert de Vries-63/+64
2025-05-18delay error for unsupported optionsFolkert de Vries-14/+2
2025-05-18attempt to have rustfmt use the new logicFolkert de Vries-17/+8
2025-05-18a new parser generating the exact same error messagesFolkert de Vries-150/+226
2025-05-17extract operand parserFolkert de Vries-83/+93
2025-05-17determine later whether an explicit reg was usedFolkert de Vries-11/+9
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-11feat: add generated parameters to generated functionHaeNoe-3/+52
2025-05-11feat: propagate generics to generated functionHaeNoe-8/+10
2025-05-10Remove `AstDeref`.Nicholas Nethercote-3/+3
2025-05-06Remove duplicate impl of string unescapeMarijn Schouten-4/+7
2025-04-30Rollup merge of #140312 - nnethercote:DelimArgs-spacing, r=petrochenkovMatthias Krüger-2/+2
2025-04-30Auto merge of #127516 - nnethercote:simplify-LazyAttrTokenStream, r=petrochenkovbors-0/+1
2025-04-30Simplify `LazyAttrTokenStream`.Nicholas Nethercote-0/+1
2025-04-29Improve pretty-printing of braces.Nicholas Nethercote-2/+2
2025-04-28Add or-patterns to pattern typesOli Scherer-1/+15
2025-04-28Directly generate TyPat instead of TyPatKindOli Scherer-9/+5
2025-04-28Pull ast pattern type parsing out into a separate functionOli Scherer-9/+19
2025-04-28Prevent pattern type macro invocations from having trailing tokensOli Scherer-1/+5
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-22Rollup merge of #140104 - Shourya742:2025-04-21-auto-diff-fails-on-impl-block...Chris Denton-8/+6
2025-04-21support both trait and non-trail associated declarationbit-aloo-8/+6
2025-04-20remove a couple clonesMatthias Krüger-6/+4
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-3/+2
2025-04-17Rollup merge of #139351 - EnzymeAD:autodiff-batching2, r=oli-obkMatthias Krüger-6/+17
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-7/+3
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-3/+2
2025-04-16working dupv and dupvonly for fwd modeManuel Drehwald-6/+17
2025-04-14Auto merge of #139781 - jhpratt:rollup-qadsjvb, r=jhprattbors-39/+25
2025-04-14Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...bors-8/+3
2025-04-13Improve `-Z crate-attr` diagnosticsjyn-39/+25
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-12/+12
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-12/+12
2025-04-08emit a better error message for using the macro incorrectlyManuel Drehwald-1/+1
2025-04-06refactor: simplify function-info gatheringHaeNoe-41/+26
2025-04-06fix usage of `autodiff` macro with inner functionsHaeNoe-32/+76
2025-04-05Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obkStuart Cook-126/+221
2025-04-03add the autodiff batch mode frontendManuel Drehwald-126/+221
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-04-02Remove `TokenStream::flattened` and `InvisibleOrigin::FlattenToken`.Nicholas Nethercote-7/+3
2025-04-02Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`.Nicholas Nethercote-3/+3
2025-04-01Address review comments.Nicholas Nethercote-4/+3
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-110/+97
2025-04-01Ignore `#[test_case]` on anything other than `fn`/`const`/`static`.Nicholas Nethercote-20/+26