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
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