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
Age
Commit message (
Expand
)
Author
Lines
2017-04-20
Don't panic if an attribute macro fails to resolve at crate root
Austin Bonander
-0
/
+45
2017-03-14
Add tests.
Jeffrey Seyfried
-0
/
+1
2017-02-28
Implement function-like procedural macros ( `#[proc_macro]`)
Austin Bonander
-0
/
+56
2017-02-23
Add macro suggestions for macros imported with `use`
Josh Driver
-3
/
+26
2017-02-16
Refactor macro resolution errors + add derive macro suggestions
Josh Driver
-0
/
+90
2017-02-05
Move derive macro expansion into the MacroExpander
Josh Driver
-2
/
+2
2017-02-05
Rename CustomDerive to ProcMacroDerive for macros 1.1
Josh Driver
-3
/
+3
2017-01-20
Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried
Alex Crichton
-2
/
+94
2017-01-17
Teach Diagnostics to highlight text
Esteban Küber
-1
/
+0
2017-01-16
Implement `#[proc_macro_attribute]`
Austin Bonander
-0
/
+93
2017-01-15
Refactor `proc_macro::TokenStream` to use `syntax::tokenstream::TokenStream`;...
Austin Bonander
-2
/
+1
2017-01-06
Auto merge of #38792 - jseyfried:improve_macros_11_diagnostics, r=nikomatsakis
bors
-0
/
+43
2017-01-03
Add regression test.
Jeffrey Seyfried
-0
/
+43
2017-01-02
rustc: Stabilize the `proc_macro` feature
Alex Crichton
-105
/
+0
2016-12-15
Require `#[proc_macro_derive]` functions to be `pub`.
Jeffrey Seyfried
-1
/
+6
2016-12-02
Allow --test to be used on proc-macro crates
Josh Driver
-22
/
+0
2016-11-28
rustc: rework stability to be on-demand for type-directed lookup.
Eduard Burtescu
-7
/
+7
2016-11-19
Auto merge of #37826 - keeperofdakeys:proc-macro-test, r=alexcrichton
bors
-0
/
+22
2016-11-18
Add tests
Josh Driver
-0
/
+22
2016-11-16
Add regression test.
Jeffrey Seyfried
-0
/
+49
2016-11-10
Support `#[macro_reexport]`ing custom derives.
Jeffrey Seyfried
-5
/
+10
2016-11-09
Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfried
Eduard-Mihai Burtescu
-4
/
+99
2016-11-08
Revert "Point macros 1.1 errors to the input item"
Josh Driver
-2
/
+2
2016-11-08
Allow proc_macro functions to whitelist specific attributes
Josh Driver
-2
/
+97
2016-11-04
Add error when proc_macro_derive is used not on functions
est31
-0
/
+6
2016-10-15
Treat custom derive extern crates like empty modules.
Jeffrey Seyfried
-27
/
+1
2016-10-06
rustc: Rename rustc_macro to proc_macro
Alex Crichton
-0
/
+636
[prev]