Releases: dtolnay/proc-macro-hack
Releases · dtolnay/proc-macro-hack
0.5.11
17 Oct 15:43
Compare
Sorry, something went wrong.
No results found
Support macros named as raw identifier (#45 , thanks @olegnn )
0.5.10
02 Oct 18:43
Compare
Sorry, something went wrong.
No results found
Support proc_macro_hack(support_nested)
macros that expand to internal invocations of a different proc_macro_hack(support_nested)
macro (#41 )
0.5.9
13 Aug 17:30
Compare
Sorry, something went wrong.
No results found
Update to syn and quote 1.0
0.4.2
13 Aug 17:30
Compare
Sorry, something went wrong.
No results found
Fix a compile error that manifests as:
= help: message: assertion failed: `(left == right)`
left: `Some("#[allow(unused,")`,
right: `Some("#[allow(unused")`
0.5.8
05 Jul 16:27
Compare
Sorry, something went wrong.
No results found
Support optional leading ::
in re-exports (#36 )
0.5.7
09 May 06:56
Compare
Sorry, something went wrong.
No results found
Fix ability to build without features implied by dev-dependencies (#33 )
0.5.6
08 May 00:27
Compare
Sorry, something went wrong.
No results found
Support referring to local variables outside of what is passed by name into the macro (#31 )
0.5.5
16 Apr 04:29
Compare
Sorry, something went wrong.
No results found
Documentation improvements; clarify where documentation for your macro needs to go
0.5.4
31 Dec 17:22
Compare
Sorry, something went wrong.
No results found
Documentation improvements
0.5.3
30 Nov 08:13
Compare
Sorry, something went wrong.
No results found
Support building with -Z minimal-versions