about summary refs log tree commit diff
path: root/src/libproc_macro/bridge/rpc.rs
AgeCommit message (Expand)AuthorLines
2019-04-09proc_macro: stop using LEB128 for RPC.Eduard-Mihai Burtescu-23/+13
2019-02-24Use ? in some macrosTaiki Endo-3/+3
2019-02-04libproc_macro => 2018Taiki Endo-9/+9
2018-12-26Work-around for shadowing of variant names with assoc const names in `libproc...Alexander Regueiro-8/+14
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-0/+319