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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui-fulldeps
/
proc-macro
Age
Commit message (
Expand
)
Author
Lines
2018-08-25
resolve: Continue search in outer scopes after applying derive resolution fal...
Vadim Petrochenkov
-0
/
+26
2018-07-24
Auto merge of #52618 - alexcrichton:capture-more, r=petrochenkov
bors
-0
/
+79
2018-07-22
rustc: Implement tokenization of nested items
Alex Crichton
-0
/
+79
2018-07-21
Attach deprecation lint `proc_macro_derive_resolution_fallback` to a specific...
Vadim Petrochenkov
-0
/
+16
2018-07-19
proc_macro: Preserve spans of attributes on functions
Alex Crichton
-0
/
+88
2018-07-16
rustc: Stabilize much of the `proc_macro` feature
Alex Crichton
-6
/
+7
2018-07-14
Functions introducing procedural macros reserve a slot in the macro namespace...
Vadim Petrochenkov
-0
/
+206
2018-07-13
proc_macro: Fix crate root detection
Vadim Petrochenkov
-0
/
+33
2018-07-12
Rollup merge of #52276 - alexcrichton:validate-proc-macro-attr, r=petrochenkov
kennytm
-0
/
+74
2018-07-11
rustc: Verify #[proc_macro] is only a word
Alex Crichton
-0
/
+74
2018-07-08
Remove fallback to parent modules from lexical resolution
Vadim Petrochenkov
-5
/
+81
2018-07-08
hygiene: Decouple transparencies from expansion IDs
Vadim Petrochenkov
-0
/
+58
2018-05-25
Rename TokenStream::empty to TokenStream::new
David Tolnay
-1
/
+1
2018-05-22
rustc: Correctly pretty-print macro delimiters
Alex Crichton
-0
/
+57
2018-05-16
Fix stability annotations for already stable bits of proc macro API 1.1
Vadim Petrochenkov
-3
/
+3
2018-05-15
TokenTree: Op -> Punct, Term -> Ident
Vadim Petrochenkov
-2
/
+2
2018-04-20
rustc: Tweak custom attribute capabilities
Alex Crichton
-2
/
+2
2018-04-02
proc_macro: Reorganize public API
Alex Crichton
-12
/
+13
2018-03-16
Update tests
John Kåre Alsaker
-0
/
+2
2018-03-14
update tests
Guillaume Gomez
-1
/
+1
2018-02-26
Fix rebase
Vadim Petrochenkov
-1
/
+1
2018-02-26
Update UI tests
Vadim Petrochenkov
-35
/
+35
2018-02-25
Reduce error codes length when too much are thrown
Guillaume Gomez
-2
/
+0
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+3
2018-02-20
Do not run the default panic hook inside procedural macros. Fixes #47812
John Kåre Alsaker
-2
/
+3
2018-01-03
Add 'Span.parent()' and 'Span.source()' to proc_macro API.
Sergio Benitez
-0
/
+240
2017-12-14
Do the same things for fulldeps tests
Vadim Petrochenkov
-0
/
+85
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-12
/
+12
2017-11-14
Rename `Span::default` -> `Span::def_site`.
Jeffrey Seyfried
-2
/
+2
2017-08-28
Initial diagnostic API for proc-macros.
Sergio Benitez
-0
/
+142