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_expand
/
expand.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-1725
/
+0
2019-12-30
Rollup merge of #64273 - petrochenkov:stabattrmod, r=Centril
Yuki Okushi
-7
/
+4
2019-12-28
Stabilize attribute macros on inline modules
Vadim Petrochenkov
-7
/
+4
2019-12-23
extract parse_not_expr
Mazdak Farrokhzad
-4
/
+2
2019-12-22
Format the world
Mark Rousskov
-279
/
+408
2019-12-20
Rollup merge of #67131 - Centril:item-merge, r=petrochenkov
Mazdak Farrokhzad
-10
/
+10
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-1
/
+0
2019-12-12
Remove `ast::{Impl,Trait}{Item,ItemKind}`.
Mazdak Farrokhzad
-2
/
+2
2019-12-12
Unify associated item mut visitors.
Mazdak Farrokhzad
-8
/
+8
2019-12-02
syntax: Use `ast::MacArgs` for attributes
Vadim Petrochenkov
-21
/
+7
2019-12-02
syntax: Remove redundant span from `ast::Mac`
Vadim Petrochenkov
-2
/
+2
2019-11-30
move GateIssue to rustc_feature & simplify emit_feature_err
Mazdak Farrokhzad
-13
/
+15
2019-11-30
move is_builtin_attr to syntax::attr
Mazdak Farrokhzad
-2
/
+2
2019-11-30
introduce crate rustc_feature and move active, accepted, and removed to it
Mazdak Farrokhzad
-2
/
+3
2019-11-24
expand: Fully preserve visibilities on unnamed fields with attributes
Vadim Petrochenkov
-2
/
+20
2019-11-19
Move syntax_expand::config to rustc_parse::config
Mark Rousskov
-1
/
+1
2019-11-16
expand: Stop marking derive helper attributes as known
Vadim Petrochenkov
-16
/
+4
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-3
/
+3
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-2
/
+2
2019-11-09
move attr meta grammar to parse::validate_atr + ast_validation
Mazdak Farrokhzad
-1
/
+3
2019-11-08
Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk
Mazdak Farrokhzad
-1
/
+1
2019-11-07
move PResult to librustc_errors
Mazdak Farrokhzad
-2
/
+2
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-8
/
+10
2019-11-06
Remove unnecessary `Deref` impl for `Attribute`.
Nicholas Nethercote
-4
/
+4
2019-11-06
legacy_directory_ownership -> error
Mazdak Farrokhzad
-1
/
+1
2019-11-05
Review feedback: Remove more stuff! Simplify simplify simplify!
Felix S. Klock II
-1
/
+1
2019-11-04
expand: Feature gate out-of-line modules in proc macro input
Vadim Petrochenkov
-16
/
+50
2019-10-19
Avoid ICE when include! is used by stdin crate
Nika Layzell
-1
/
+8
2019-10-19
expand: Simplify expansion of derives
Vadim Petrochenkov
-11
/
+22
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-0
/
+1551