| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-21 | proc_macro::is_available() | David Tolnay | -0/+7 | |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 | |
| 2019-12-22 | Format the world | Mark Rousskov | -26/+8 | |
| 2019-10-28 | proc_macro: don't use Rust ABI fn pointers in a C ABI fn signature. | Eduard-Mihai Burtescu | -2/+2 | |
| 2019-10-28 | proc_macro: consolidate bridge::client::run_expand{1,2} into one helper. | Eduard-Mihai Burtescu | -48/+23 | |
| 2019-10-28 | proc_macro: remove now-unnecessary ICE workarounds from bridge::client. | Eduard-Mihai Burtescu | -10/+9 | |
| 2019-08-17 | Serialize additional data for procedural macros | Aaron Hill | -0/+8 | |
| 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-02-24 | Use ? in some macros | Taiki Endo | -2/+2 | |
| 2019-02-04 | libproc_macro => 2018 | Taiki Endo | -27/+35 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -3/+3 | |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers ↵ | Eduard-Mihai Burtescu | -0/+504 | |
| (compiler front-ends). | ||||
