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
/
libsyntax_ext
/
proc_macro_impl.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
Move proc macro server into libsyntax
Vadim Petrochenkov
-68
/
+0
2019-02-13
Cleanup imports
Taiki Endo
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-13
/
+13
2018-12-25
Remove licenses
Mark Rousskov
-11
/
+0
2018-11-30
proc_macro: move the rustc server to syntax_ext.
Eduard-Mihai Burtescu
-2
/
+2
2018-11-30
proc_macro: remove the __internal module.
Eduard-Mihai Burtescu
-12
/
+4
2018-11-30
proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...
Eduard-Mihai Burtescu
-24
/
+18
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-01-26
Do not capture stderr in the compiler. Instead just panic silently for fatal ...
John Kåre Alsaker
-2
/
+2
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-2
/
+2
2017-02-28
Implement function-like procedural macros ( `#[proc_macro]`)
Austin Bonander
-0
/
+35
2017-01-16
Implement `#[proc_macro_attribute]`
Austin Bonander
-0
/
+58