about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-07-22mbe: Use concrete type for `get_unused_rule`Josh Triplett-1/+1
2025-06-12Introduce `-Zmacro-stats`.Nicholas Nethercote-0/+1
2025-06-08Remove all unused feature gates from the compilerbjorn3-1/+0
2025-05-27Do not get proc_macro from the sysroot in rustcbjorn3-2/+0
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2024-08-27Add `warn(unreachable_pub)` to `rustc_expand`.Nicholas Nethercote-0/+1
2024-05-06Move some tests from `rustc_expand` to `rustc_parse`.Nicholas Nethercote-20/+0
2024-05-03De-`pub` some `rustc_expand` modules.Nicholas Nethercote-7/+5
2024-05-03Remove an unnecessary `#[macro_use]`.Nicholas Nethercote-1/+0
2024-05-03Remove an unnecessary re-export of `rustc_span::hygiene`.Nicholas Nethercote-1/+0
2024-05-03rustc_expand: clean up attributes.Nicholas Nethercote-5/+5
2024-05-01Step bootstrap cfgsMark Rousskov-1/+0
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-3/+0
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-3/+0
2024-03-20Rollup merge of #122540 - WaffleLapkin:ununexpected, r=estebankMatthias Krüger-0/+1
2024-03-15Use `do yeet ()` and `do yeet _` instead of `None?` and `Err(_)?` in compilerMaybe Waffle-0/+1
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-0/+1
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-0/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-1/+1
2024-01-25Remove unused featuresclubby789-2/+0
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-3/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-2/+2
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-0/+2
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-03-11Simplify message pathsest31-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+5
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-0/+6
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-0/+3
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-17Moved structs to rustc_expand::errors, added several more migrations, fixed s...nidnogg-0/+1
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-07-23Auto merge of #99320 - NiklasJonsson:84447/rustc_expand, r=compiler-errorsbors-1/+0
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-16rustc_expand: Switch FxHashMap to FxIndexMap where iteration is usedNiklas Jonsson-1/+0
2022-06-27various: add `rustc_lint_diagnostics` to diag fnsDavid Wood-0/+1
2022-06-09Never regard macro rules with compile_error! invocations as unusedest31-0/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-3/+2
2022-04-08Left overs of #95761Caio-1/+0
2022-04-07Kickstart the inner usage of macro_metavar_exprCaio-1/+2
2022-04-04A new matcher representation for use in `parse_tt`.Nicholas Nethercote-2/+0