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
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-06-18
syntax: Introduce `default`/`with_unstable` constructors for `ExpnInfo`
Vadim Petrochenkov
-11
/
+4
2019-06-18
syntax: Factor out common fields from `SyntaxExtension` variants
Vadim Petrochenkov
-4
/
+3
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-2
/
+2
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-4
/
+3
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-3
/
+3
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-2
/
+2
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-2
/
+2
2019-05-20
Remove `Symbol::gensym()`.
Nicholas Nethercote
-1
/
+1
2019-05-17
Avoid unnecessary interning in `Ident::from_str()` calls.
Nicholas Nethercote
-3
/
+3
2019-05-13
Rollup merge of #60562 - iliekturtles:proc-macro-missing-docs, r=alexcrichton
Mazdak Farrokhzad
-1
/
+6
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-7
/
+11
2019-05-11
Add #[doc(hidden)] attribute on compiler generated proc-macro module.
Mike Boutin
-1
/
+6
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