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
/
src
/
libsyntax_ext
/
proc_macro_harness.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-463
/
+0
2019-12-22
Format the world
Mark Rousskov
-110
/
+121
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-2
/
+2
2019-11-25
Various cleanups
Esteban Küber
-1
/
+1
2019-11-11
Fix error message about exported symbols from proc-macro crates
Lukas Kalbertodt
-4
/
+6
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-6
/
+8
2019-11-06
Remove unnecessary `Deref` impl for `Attribute`.
Nicholas Nethercote
-6
/
+6
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-22
Deprecated proc_macro doesn't trigger warning on build library
wangxiangqing
-0
/
+1
2019-10-22
Deprecated proc_macro doesn't trigger warning on build library
wangxiangqing
-0
/
+10
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-4
/
+4
2019-10-15
syntax::parse::sess -> syntax::sess
Mazdak Farrokhzad
-1
/
+1
2019-10-13
ast: remove implicit pprust dependency via Display.
Mazdak Farrokhzad
-8
/
+20
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-2
/
+2
2019-09-17
Generate proc macro harness in AST order.
Aaron Hill
-47
/
+62
2019-09-15
Give more `Idents` spans
Matthew Jasper
-7
/
+7
2019-09-05
Simplify std lib injection
Matthew Jasper
-27
/
+5
2019-09-05
Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`
Vadim Petrochenkov
-1
/
+2
2019-09-05
Make use of hygiene in AST passes
Matthew Jasper
-34
/
+52
2019-08-15
hygiene: `ExpnInfo` -> `ExpnData`
Vadim Petrochenkov
-2
/
+2
2019-08-15
hygiene: Merge `ExpnInfo` and `InternalExpnData`
Vadim Petrochenkov
-2
/
+1
2019-08-15
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
Vadim Petrochenkov
-2
/
+2
2019-08-14
expand: Unimplement `MutVisitor` on `MacroExpander`
Vadim Petrochenkov
-4
/
+5
2019-07-31
Replace AstBuilder with inherent methods
Mark Rousskov
-1
/
+0
2019-07-31
Remove Span argument from ExtCtxt::attribute
Mark Rousskov
-2
/
+2
2019-07-27
syntax_ext: `proc_macro_decls` -> `proc_macro_harness`
Vadim Petrochenkov
-0
/
+414