about summary refs log tree commit diff
path: root/compiler/rustc_fluent_macro/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-06-08Remove all unused feature gates from the compilerbjorn3-1/+0
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-10-19use tracked_path in rustc_fluent_macrousamoi-0/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_fluent_macro`.Nicholas Nethercote-0/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-3/+5
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-4/+4
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-11-26Add a useful comment.Nicholas Nethercote-0/+4
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+64