about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros
AgeCommit message (Expand)AuthorLines
2025-01-30Rollup merge of #135882 - hkBst:master, r=estebankMatthias Krüger-8/+7
2025-01-28parse_format optimize import useMarijn Schouten-2/+2
2025-01-27Remove redundant to_ident_string callsMichael Goulet-2/+2
2025-01-23simplify similar_tokens from Option<Vec<_>> to Vec<_>Marijn Schouten-8/+7
2025-01-22Rollup merge of #135557 - estebank:wtf8, r=fee1-deadMatthias Krüger-5/+7
2025-01-22Point at invalid utf-8 span on user's source codeEsteban Küber-5/+7
2025-01-21remove support for the #[start] attributeRalf Jung-4/+3
2025-01-01Rollup merge of #134877 - DavisRayM:129966-format-string-help-message, r=este...Stuart Cook-0/+20
2024-12-31Account for format_args in HiddenUnicodeCodepoints lintMichael Goulet-2/+18
2024-12-31Make parsed string literal fields namedMichael Goulet-9/+23
2024-12-30add suggestion for wrongly ordered format parametersDavis Muro-0/+20
2024-12-21Use E0665 for missing `#[default]` errorEsteban Küber-16/+16
2024-12-19Speed up `Parser::expected_token_types`.Nicholas Nethercote-67/+71
2024-12-19Rename `Parser::expected_tokens` as `Parser::expected_token_types`.Nicholas Nethercote-1/+1
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-4/+4
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-71/+37
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-4/+4
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-4/+4
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-1/+2
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-1/+2
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-2/+4
2024-12-09Disallow `#[default] Variant {}` regardless of feature flagEsteban Küber-3/+16
2024-12-09Introduce `default_field_values` featureEsteban Küber-16/+61
2024-12-04make CoercePointee errors translatableDing Xiang Fei-41/+71
2024-11-27update cfgsBoxy-1/+1
2024-11-26Auto merge of #132894 - frank-king:feature/where-refactor, r=cjgillotbors-34/+19
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-34/+19
2024-11-24Support use of asm goto with outputs and `options(noreturn)`Gary Guo-1/+4
2024-11-20Use visit_item instead of flat_map_item in test_harness.rsmaxcabrajac-31/+21
2024-11-20Itemsmaxcabrajac-1/+1
2024-11-16Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkovMatthias Krüger-3/+11
2024-11-15Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKindsmaxcabrajac-4/+4
2024-11-15Make Visitor::FnKind and MutVisitor::FnKind compatiblemaxcabrajac-2/+10
2024-11-14Remove unreachable code in `has_cfg_or_cfg_attr`.Nicholas Nethercote-8/+1
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/+908
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