about summary refs log tree commit diff
path: root/src/libproc_macro/bridge
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-1840/+0
2020-07-26proc_macro: Add API for tracked access to environment variablesVadim Petrochenkov-0/+7
2020-05-15Clarify use of format_args in Debug for LiteralDavid Tolnay-0/+1
2020-05-15Fix {:#?} representation of proc_macro::LiteralDavid Tolnay-4/+10
2020-04-21proc_macro::is_available()David Tolnay-0/+7
2020-03-06fix various typosMatthias Krüger-2/+2
2019-12-22Format the worldMark Rousskov-98/+26
2019-10-28proc_macro: don't use Rust ABI fn pointers in a C ABI fn signature.Eduard-Mihai Burtescu-2/+2
2019-10-28proc_macro: consolidate bridge::client::run_expand{1,2} into one helper.Eduard-Mihai Burtescu-48/+23
2019-10-28proc_macro: remove now-unnecessary ICE workarounds from bridge::client.Eduard-Mihai Burtescu-10/+9
2019-10-03proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygieneVadim Petrochenkov-0/+1
2019-08-17Serialize additional data for procedural macrosAaron Hill-0/+8
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-0/+1
2019-07-04Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...Mazdak Farrokhzad-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
2019-07-01Use mem::take instead of mem::replace with defaultChris Gregory-1/+1
2019-06-23Fix meta-variable binding errors in macrosJulien Cretin-3/+3
2019-04-09proc_macro: stop using LEB128 for RPC.Eduard-Mihai Burtescu-23/+13
2019-03-27Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkovbors-0/+1
2019-02-24Use ? in some macrosTaiki Endo-16/+16
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2019-02-04libproc_macro => 2018Taiki Endo-50/+58
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-80/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-6/+6
2018-12-01Introduce proc_macro::Span::source_textOlivier Goffart-0/+1
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-0/+1982