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
/
test
/
compile-fail-fulldeps
/
proc-macro
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2018-11-30
tests: move all proc_macro tests from -fulldeps.
Eduard-Mihai Burtescu
-639
/
+0
2018-09-16
resolve: Do not error on access to proc macros imported with `#[macro_use]`
Vadim Petrochenkov
-46
/
+0
2018-08-23
Stabilize a few secondary macro features
Vadim Petrochenkov
-11
/
+0
2018-07-16
rustc: Stabilize much of the `proc_macro` feature
Alex Crichton
-11
/
+3
2018-05-18
rustc: Disallow modules and macros in expansions
Alex Crichton
-0
/
+56
2018-05-16
Fix stability annotations for already stable bits of proc macro API 1.1
Vadim Petrochenkov
-1
/
+0
2018-05-15
TokenTree: Op -> Punct, Term -> Ident
Vadim Petrochenkov
-11
/
+11
2018-05-14
typeck: Save the index of private fields
Dan Robertson
-0
/
+32
2018-04-30
Remove usages of Term::as_str and mark it for removal
John Kåre Alsaker
-3
/
+3
2018-04-20
rustc: Tweak custom attribute capabilities
Alex Crichton
-0
/
+29
2018-04-05
Rollup merge of #49597 - alexcrichton:proc-macro-v2, r=petrochenkov
Alex Crichton
-40
/
+47
2018-04-03
expand macro invocations in `extern {}` blocks
Austin Bonander
-0
/
+36
2018-04-02
proc_macro: Reorganize public API
Alex Crichton
-40
/
+47
2018-04-02
Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonander
bors
-0
/
+59
2018-04-02
Expand attribute macros on statements and expressions.
Austin Bonander
-0
/
+59
2018-03-31
proc_macro: Tweak doc comments and negative literals
Alex Crichton
-3
/
+27
2017-12-14
Do the same things for fulldeps tests
Vadim Petrochenkov
-23
/
+0
2017-07-28
syntax: Capture a `TokenStream` when parsing items
Alex Crichton
-0
/
+130
2017-07-28
Add a failing test for errors in proc macros
Alex Crichton
-0
/
+24
2017-07-12
Reintroduce expansion info for proc macros 1.1
Oliver Schneider
-0
/
+23
2017-04-20
Don't panic if an attribute macro fails to resolve at crate root
Austin Bonander
-0
/
+23
2017-02-28
Implement function-like procedural macros ( `#[proc_macro]`)
Austin Bonander
-0
/
+23
2017-02-16
Refactor macro resolution errors + add derive macro suggestions
Josh Driver
-0
/
+46
2017-01-16
Implement `#[proc_macro_attribute]`
Austin Bonander
-0
/
+23
2017-01-06
Auto merge of #38792 - jseyfried:improve_macros_11_diagnostics, r=nikomatsakis
bors
-0
/
+22
2017-01-03
Add regression test.
Jeffrey Seyfried
-0
/
+22
2017-01-02
rustc: Stabilize the `proc_macro` feature
Alex Crichton
-13
/
+0
2016-11-16
Add regression test.
Jeffrey Seyfried
-0
/
+28
2016-11-10
Support `#[macro_reexport]`ing custom derives.
Jeffrey Seyfried
-1
/
+1
2016-11-08
Allow proc_macro functions to whitelist specific attributes
Josh Driver
-0
/
+25
2016-10-15
Treat custom derive extern crates like empty modules.
Jeffrey Seyfried
-25
/
+0
2016-10-06
rustc: Rename rustc_macro to proc_macro
Alex Crichton
-0
/
+156