index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_macros
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-24
pretty print hir attributes
Jana Dönszelmann
-0
/
+9
2024-10-26
Add a macro that derives `TryFrom<u32>` for fieldless enums
Zalathar
-0
/
+10
2024-08-29
Add `warn(unreachable_pub)` to `rustc_macros`.
Nicholas Nethercote
-0
/
+1
2024-08-26
Remove a couple of unused feature enables
bjorn3
-2
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-2
/
+4
2024-05-21
Add note_once/help_once to diagnostic derives
Xiretza
-0
/
+6
2024-04-21
Allow nesting subdiagnostics
Xiretza
-0
/
+1
2024-03-11
Rename diagnostic derive things.
Nicholas Nethercote
-2
/
+2
2024-02-21
Docs for extension proc-macro
Michael Goulet
-0
/
+14
2024-02-16
Move trait into attr so it's greppable
Michael Goulet
-2
/
+2
2024-02-16
Add a simple extension trait derive
Michael Goulet
-0
/
+6
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-1
/
+0
2023-12-31
Avoid specialization for the Span Encodable and Decodable impls
bjorn3
-0
/
+2
2023-11-21
Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir
Michael Goulet
-0
/
+7
2023-11-18
Begin nightly-ifying rustc_type_ir
Michael Goulet
-22
/
+0
2023-11-10
Simplify the `current_rustc_version` macro.
Nicholas Nethercote
-0
/
+3
2023-10-26
Parse rustc version at compile time
David Tolnay
-0
/
+6
2023-10-26
Support environment variable for interned Symbol value
David Tolnay
-0
/
+1
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-54
/
+0
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-6
/
+2
2023-02-14
Use derive attributes for uninteresting traversals
Alan Egerton
-2
/
+21
2023-01-11
Support eager subdiagnostics again
mejrs
-0
/
+1
2022-11-26
Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm
bors
-1
/
+1
2022-11-21
Improve slug name error
mejrs
-0
/
+1
2022-11-01
Use `allow_internal_unstable` and add unstable reason
clubby789
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-08-30
Rework SessionSubdiagnostic derive to support multipart_suggestion
Xiretza
-0
/
+5
2022-08-24
translations: rename warn_ to warning
Luis Cardoso
-3
/
+3
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-6
/
+0
2022-08-21
Make derived SessionDiagnostics generic on diagnostic level
Xiretza
-0
/
+2
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-08-12
Update rustdoc to new slug style
est31
-5
/
+5
2022-07-15
macros: support adding warnings to diags
David Wood
-2
/
+5
2022-07-06
Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk
Dylan DPC
-0
/
+19
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-0
/
+2
2022-07-05
macros: add diagnostic derive for lints
David Wood
-0
/
+19
2022-05-24
macros: introduce `fluent_messages` macro
David Wood
-0
/
+59
2022-05-12
macros: spanless subdiagnostics from `()` fields
David Wood
-0
/
+1
2022-04-29
macros: add interop between diagnostic derives
David Wood
-0
/
+1
2022-04-29
macros: split diagnostic derives into modules
David Wood
-3
/
+3
2022-04-29
macros: subdiagnostic derive
David Wood
-1
/
+17
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-1
/
+1
[next]