Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Releases: dtolnay/proc-macro-hack

0.5.11

17 Oct 15:43
0.5.11
faf99ec
Compare
Choose a tag to compare
  • Support macros named as raw identifier (#45, thanks @olegnn)

0.5.10

02 Oct 18:43
0.5.10
f37a07a
Compare
Choose a tag to compare
  • 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
0.5.9
075d330
Compare
Choose a tag to compare
  • Update to syn and quote 1.0

0.4.2

13 Aug 17:30
0.4.2
f16b7d1
Compare
Choose a tag to compare
  • 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
0.5.8
f02410c
Compare
Choose a tag to compare
  • Support optional leading :: in re-exports (#36)

0.5.7

09 May 06:56
0.5.7
fb9ae9f
Compare
Choose a tag to compare
  • Fix ability to build without features implied by dev-dependencies (#33)

0.5.6

08 May 00:27
0.5.6
11d0552
Compare
Choose a tag to compare
  • Support referring to local variables outside of what is passed by name into the macro (#31)

0.5.5

16 Apr 04:29
0.5.5
93efcc1
Compare
Choose a tag to compare
  • Documentation improvements; clarify where documentation for your macro needs to go

0.5.4

31 Dec 17:22
0.5.4
086a201
Compare
Choose a tag to compare
  • Documentation improvements

0.5.3

30 Nov 08:13
0.5.3
17b55b1
Compare
Choose a tag to compare
  • Support building with -Z minimal-versions