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-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-22
Implement AST visitors using a derive macro.
Camille GILLOT
-0
/
+11
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-08
Remove all unused feature gates from the compiler
bjorn3
-1
/
+0
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-03-15
Use {Decodable,Encodable}_NoContext in type_ir
Michael Goulet
-2
/
+2
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
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
[next]