about summary refs log tree commit diff
path: root/compiler/rustc_macros/src
AgeCommit message (Expand)AuthorLines
2022-11-07Modify comment syntax errorwanghaha-dev-2/+2
2022-11-01Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwcoManish Goregaokar-20/+104
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+3
2022-11-01Use `allow_internal_unstable` and add unstable reasonclubby789-1/+1
2022-10-31Specialize PartialEq for `Option<newtype>`clubby789-0/+26
2022-10-31Add more track_callermejrs-0/+3
2022-10-26Remove #[suggestion_*] attributesXiretza-15/+37
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-1/+1
2022-10-26Add "tool-only" suggestion styleXiretza-5/+8
2022-10-26Add style= parameter to suggestion attributesXiretza-14/+73
2022-10-23Allow specifying multiple alternative suggestionsXiretza-21/+107
2022-10-23Migrate all diagnosticsNilstrieb-9/+9
2022-10-23Generate fluent message constant in a flat module for all cratesNilstrieb-34/+31
2022-10-17infer: use derive moreDavid Wood-0/+2
2022-10-17macros: fully specify path to `Fn`David Wood-1/+1
2022-10-17macros: allow subdiagnostic-kind-less variantsDavid Wood-5/+16
2022-10-17macros: support doc comments in diag derivesDavid Wood-14/+60
2022-10-14Get rid of `rustc_query_description!`Nilstrieb-17/+28
2022-10-14Remove unsued variable in query macroNilstrieb-7/+0
2022-10-10macros: simplify field ordering in diag deriveDavid Wood-102/+38
2022-10-10macros: separate suggestion fmt'ing and emissionDavid Wood-23/+81
2022-10-10macros: `#[subdiagnostic(eager)]`David Wood-21/+63
2022-10-10errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood-19/+30
2022-10-10macros: tidy up lint changesDavid Wood-3/+6
2022-10-03errors: rename `typeck.ftl` to `hir_analysis.ftl`David Wood-2/+2
2022-10-01Refactor rustc lint APIMaybe Waffle-15/+20
2022-09-27Allow raw identifiers to be used as fluent argumentsXiretza-0/+5
2022-09-27Auto merge of #102189 - davidtwco:translation-derive-enums, r=compiler-errorsbors-220/+252
2022-09-26macros: support diagnostic derive on enumsDavid Wood-220/+252
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-22Unify subdiagnostic attribute parsingXiretza-275/+139
2022-09-22Better error recovery in Subdiagnostic deriveXiretza-20/+28
2022-09-22Extract subdiagnostic attribute parsingXiretza-232/+297
2022-09-22Make SetOnce nicer to useXiretza-26/+39
2022-09-22Point to previous applicability when declared multiple timesXiretza-24/+11
2022-09-22Ensure #[suggestion] is only applied to correct tuple typesXiretza-33/+24
2022-09-22Ensure code= in #[suggestion(...)] is only set onceXiretza-2/+2
2022-09-22Cleanups in SessionDiagnostic deriveXiretza-11/+9
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-6/+6
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-15/+15
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-9/+9
2022-09-21UPDATE - rename AddSubdiagnostic trait to AddToDiagnosticJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-19/+19
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-1/+1
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-15Auto merge of #101173 - jyn514:simplify-macro-arguments, r=cjgillotbors-22/+7
2022-09-14Update compiler/rustc_macros/src/query.rsCamille Gillot-1/+1
2022-09-09Move `TRY_LOAD_FROM_DISK` out of `rustc_queries` to `rustc_query_impl`Joshua Nelson-5/+4
2022-09-09Don't create a new `try_load_from_disk` closure for each queryJoshua Nelson-1/+1
2022-09-09Remove dead `load_cached` code in rustc_queryJoshua Nelson-33/+2