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
2018-11-30
tests: move all proc_macro tests from -fulldeps.
Eduard-Mihai Burtescu
-1511
/
+0
2018-11-30
tests: remove ignore-stage1 where possible in proc_macro tests.
Eduard-Mihai Burtescu
-13
/
+0
2018-10-02
Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...
jeb
-8
/
+4
2018-09-25
resolve: Do not block derive helper resolutions on single import resolutions
Vadim Petrochenkov
-4
/
+2
2018-09-17
Auto merge of #54277 - petrochenkov:afterder, r=alexcrichton
bors
-1
/
+1
2018-09-16
resolve: Do not error on access to proc macros imported with `#[macro_use]`
Vadim Petrochenkov
-88
/
+0
2018-09-16
Temporarily prohibit proc macro attributes placed after derives
Vadim Petrochenkov
-1
/
+1
2018-09-10
Feature gate non-builtin attributes in inner attribute position
Vadim Petrochenkov
-1
/
+6
2018-08-23
Stabilize a few secondary macro features
Vadim Petrochenkov
-23
/
+1
2018-08-20
resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...
Vadim Petrochenkov
-1
/
+1
2018-08-17
Fix undesirable fallout
Vadim Petrochenkov
-3
/
+3
2018-08-17
Stabilize `use_extern_macros`
Vadim Petrochenkov
-10
/
+2
2018-08-15
syntax: Enforce attribute grammar in the parser
Vadim Petrochenkov
-7
/
+1
2018-08-12
Prohibit using macro-expanded `macro_export` macros through module-relative p...
Vadim Petrochenkov
-1
/
+1
2018-08-06
Address review comments
Vadim Petrochenkov
-29
/
+4
2018-08-06
Enable macro modularization implicitly if one of "advanced" macro features is...
Vadim Petrochenkov
-8
/
+6
2018-07-16
rustc: Stabilize much of the `proc_macro` feature
Alex Crichton
-49
/
+21
2018-07-14
Functions introducing procedural macros reserve a slot in the macro namespace...
Vadim Petrochenkov
-1
/
+1
2018-06-30
proc-macro: Use transparent marks for call-site hygiene
Vadim Petrochenkov
-1
/
+1
2018-06-26
lower case some feature gate messages
mark
-3
/
+3
2018-05-18
rustc: Disallow modules and macros in expansions
Alex Crichton
-0
/
+96
2018-05-16
Fix stability annotations for already stable bits of proc macro API 1.1
Vadim Petrochenkov
-6
/
+3
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
/
+59
2018-05-10
Auto merge of #49823 - Zoxc:term-str, r=alexcrichton
bors
-3
/
+3
2018-04-30
Remove usages of Term::as_str and mark it for removal
John Kåre Alsaker
-3
/
+3
2018-04-30
Add a few more tests for proc macro feature gating
Vadim Petrochenkov
-13
/
+42
2018-04-21
Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkov
bors
-5
/
+123
2018-04-20
rustc: Tweak custom attribute capabilities
Alex Crichton
-5
/
+123
2018-04-18
proc_macro: Stay on the "use the cache" path more
Alex Crichton
-0
/
+2
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
/
+74
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
/
+135
2018-04-02
Expand attribute macros on statements and expressions.
Austin Bonander
-0
/
+135
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
-66
/
+0
2017-12-02
Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrc
bors
-1
/
+1
2017-11-28
Fix hygiene bug.
Jeffrey Seyfried
-1
/
+1
2017-11-25
Fix proc_macro output with struct parse error
Esteban Küber
-1
/
+2
2017-08-11
Rollup merge of #43744 - MaloJaffre:stage1-test, r=Mark-Simulacrum
Guillaume Gomez
-0
/
+9
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-0
/
+1
2017-08-08
Ignore tests that fail on stage1
Malo Jaffré
-0
/
+9
2017-07-28
syntax: Capture a `TokenStream` when parsing items
Alex Crichton
-3
/
+189
2017-07-28
Add a failing test for errors in proc macros
Alex Crichton
-0
/
+49
2017-07-17
Move some tests from compile-fail to ui
Oliver Schneider
-80
/
+0
2017-07-12
Reintroduce expansion info for proc macros 1.1
Oliver Schneider
-0
/
+49
2017-06-15
Clearer Error Message for Duplicate Definition
Alex Ozdemir
-1
/
+1
2017-05-23
Remove some needless // gate-test- comments
est31
-2
/
+1
2017-05-13
Add test, and fix the other tests
est31
-0
/
+1
[next]