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
/
ui
/
proc-macro
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-0
/
+89
2020-08-03
Stabilize Ident::new_raw
Aaron Hill
-0
/
+35
2020-07-26
Add test for serializing hygiene *into* a proc-macro crate
Aaron Hill
-1
/
+10
2020-07-01
Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov
Manish Goregaokar
-0
/
+33
2020-07-01
Handle `None`-delimited groups when parsing `macro_rules!` macro
Aaron Hill
-0
/
+12
2020-07-01
Insert NoDelim groups around nonterminals when lowering macro_rules
Aaron Hill
-0
/
+21
2020-07-01
expand: Stop using nonterminals for passing tokens to attribute and derive ma...
Vadim Petrochenkov
-22
/
+21
2020-06-30
Add force-host to test aux file used by proc-macro
Aaron Hill
-0
/
+2
2020-06-29
Serialize all foreign `SourceFile`s into proc-macro crate metadata
Aaron Hill
-0
/
+22
2020-06-15
Always capture tokens for `macro_rules!` arguments
Aaron Hill
-0
/
+80
2020-05-31
test-macros: Avoid always producing errors in `#[derive(Print)]`
Vadim Petrochenkov
-1
/
+2
2020-05-03
Stabilize fn-like proc macros in expression, pattern and statement positions
Vadim Petrochenkov
-5
/
+2
2020-04-26
Stabilize `Span::mixed_site`
Vadim Petrochenkov
-1
/
+0
2020-04-25
Add a test for `Span::resolved_at` and `Span::located_at`
Vadim Petrochenkov
-0
/
+32
2020-04-21
proc_macro::is_available()
David Tolnay
-0
/
+14
2020-03-24
resolve: Remove `rustc_attrs` as a standalone feature gate
Vadim Petrochenkov
-0
/
+32
2020-03-11
fix expand-to-unstable test
Ralf Jung
-1
/
+1
2020-02-17
Add a test for proc macro generating `$ IDENT`
Vadim Petrochenkov
-0
/
+17
2020-02-01
Add tests for issue 59191
David Ross
-0
/
+16
2019-11-19
resolve: Give derive helpers highest priority during resolution
Vadim Petrochenkov
-0
/
+12
2019-11-16
Add some more tests
Vadim Petrochenkov
-0
/
+15
2019-10-15
Test basic hygiene for `macro_rules` produced by transparent macros
Vadim Petrochenkov
-0
/
+23
2019-10-15
Stabilize proc macros generating `macro_rules` items
Vadim Petrochenkov
-35
/
+0
2019-10-03
proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene
Vadim Petrochenkov
-0
/
+42
2019-09-30
Stabilize macros in `extern` blocks
Vadim Petrochenkov
-26
/
+0
2019-08-27
Respect attributes on proc macro definitions
Vadim Petrochenkov
-0
/
+23
2019-08-25
pprust: Do not print spaces before some tokens
Vadim Petrochenkov
-4
/
+4
2019-08-17
resolve: Properly integrate derives and `macro_rules` scopes
Vadim Petrochenkov
-0
/
+12
2019-07-27
tests: Move run-pass tests with naming conflicts to ui
Vadim Petrochenkov
-0
/
+103
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+675
2019-07-09
Add a test case with `$crate` from other crate
Vadim Petrochenkov
-0
/
+6
2019-06-24
Address review comments.
Mazdak Farrokhzad
-0
/
+1
2019-05-22
tests: Centralize proc macros commonly used for testing
Vadim Petrochenkov
-240
/
+99
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-03-14
Moved issue tests to subdirs and normalised names.
Alexander Regueiro
-0
/
+0
2018-12-28
Add test demonstrating disintegration of `$crate` into `$` and `crate`
Vadim Petrochenkov
-0
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-320
/
+0
2018-12-19
Reintroduce special pretty-printing for `$crate` when it's necessary for proc...
Vadim Petrochenkov
-1
/
+33
2018-12-19
proc_macro: Accept `$crate` as an identifier if it comes from the compiler
Vadim Petrochenkov
-0
/
+12
2018-12-09
Fix rebase + Add missing `// force-host`
Vadim Petrochenkov
-0
/
+1
2018-12-09
Move some tests from ui-fulldeps to ui
Vadim Petrochenkov
-0
/
+19
2018-12-09
Move former compile-fail-fulldeps tests to ui
Vadim Petrochenkov
-0
/
+596
2018-11-30
tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.
Eduard-Mihai Burtescu
-1
/
+15
2018-11-30
tests: move all proc_macro tests from -fulldeps.
Eduard-Mihai Burtescu
-0
/
+627
[prev]