rust/src/libproc_macro/bridge
Aaron Hill 64f867ae3e
Serialize additional data for procedural macros
Split off from #62855

This PR deerializes the declaration `Span` and attributes for all
procedural macros from their underlying function definitions.
This allows Rustdoc to properly render doc comments
and source links when inlining procedural macros across crates
2019-08-17 13:14:05 -04:00
..
buffer.rs Use mem::take instead of mem::replace with default 2019-07-01 20:21:12 -07:00
client.rs Serialize additional data for procedural macros 2019-08-17 13:14:05 -04:00
closure.rs Remove licenses 2018-12-25 21:08:33 -07:00
handle.rs Remove licenses 2018-12-25 21:08:33 -07:00
mod.rs Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkov 2019-03-27 08:58:40 +00:00
rpc.rs Fix meta-variable binding errors in macros 2019-06-23 01:30:41 +02:00
scoped_cell.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00
server.rs Use ? in some macros 2019-02-24 21:59:44 +09:00