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_decls.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-15
Make check_name generic
John Kåre Alsaker
-1
/
+1
2019-03-27
Visit path in `walk_mac`
varkor
-1
/
+1
2019-03-16
Refactor away `NestedMetaItemKind`
Vadim Petrochenkov
-7
/
+7
2019-03-16
syntax: Introduce `Ident::can_be_raw`
Vadim Petrochenkov
-2
/
+2
2019-03-16
syntax_ext: Validate `#[proc_macro_derive]` input better
Vadim Petrochenkov
-4
/
+14
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-19
/
+24
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+0
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-2
/
+2
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-1
/
+4
2019-02-07
Rollup merge of #58133 - taiki-e:libsyntax_ext-2018, r=Centril
kennytm
-4
/
+3
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-2
/
+2
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-4
/
+3
2019-01-28
Conditionally skip two passes if their related attributes were not found
John Kåre Alsaker
-2
/
+5
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-22
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-2
/
+1
2018-11-30
proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...
Eduard-Mihai Burtescu
-0
/
+441