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_builtin_macros
/
src
/
proc_macro_harness.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-14
Remove the old target checking logic
Jonathan Brouwer
-6
/
+1
2025-08-09
remove `P`
Deadbeef
-2
/
+1
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-26
Use the new attributes throughout the codebase
Jonathan Brouwer
-7
/
+21
2025-06-20
Use a symbol for `ExpansionConfig::crate_name`.
Nicholas Nethercote
-1
/
+1
2025-05-27
Remove `P::map`.
Nicholas Nethercote
-19
/
+17
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-12
/
+12
2025-04-01
Address review comments.
Nicholas Nethercote
-4
/
+3
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-18
/
+23
2025-02-08
Rustfmt
bjorn3
-17
/
+15
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-25
proc_macro_harness: adjust the span we use for const fn calls
Ralf Jung
-9
/
+20
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-35
/
+30
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2024-06-25
Migrate some rustc_builtin_macros to SessionDiagnostic
he1pa
-12
/
+12
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+3
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+1
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `CollectProcMacros::handler` as `CollectProcMacros::dcx`.
Nicholas Nethercote
-11
/
+11
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-2
/
+2
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+3
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-2
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+3
2023-06-25
Migrate some rustc_builtin_macros to SessionDiagnostic
He1pa
-9
/
+5
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-3
/
+3
2023-03-23
expand: Pass `ast::Crate` by reference to AST transforming passes
Vadim Petrochenkov
-7
/
+5
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-5
/
+3
2023-02-21
Use `ThinVec` in `ast::Block`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-4
/
+8
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-12-22
Mark `proc_macro_decls_static` as always used
Joshua Nelson
-0
/
+2
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-11
/
+3
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-1
/
+1
2022-06-23
Rename some `ExtCtxt` methods.
Nicholas Nethercote
-2
/
+2
2022-05-27
proc_macro: don't pass a client-side function pointer through the server.
Eduard-Mihai Burtescu
-32
/
+39
2022-05-27
Simplify types in `proc_macro_harness.rs`.
Nicholas Nethercote
-27
/
+17
2022-02-20
Rollup merge of #94146 - est31:let_else, r=cjgillot
Matthias Krüger
-14
/
+9
2022-02-19
Adopt let else in more places
est31
-14
/
+9
2022-01-15
Deny mixing bin crate type with lib crate types
bjorn3
-5
/
+0
2021-09-01
Compute proc_macros in resolutions.
Camille GILLOT
-23
/
+13
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-3
/
+3
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-1
/
+1
2021-07-13
expand: Support helper attributes for built-in derive macros
Vadim Petrochenkov
-76
/
+7
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-1
/
+1
2020-12-24
use matches!() macro in more places
Matthias Krüger
-4
/
+1
2020-11-03
rustc_ast: Do not panic by default when visiting macro calls
Vadim Petrochenkov
-4
/
+0
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-4
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+492