Lines Matching +full:proc +full:- +full:macro +full:- +full:api
1 # v1.0.4 (2020-7-31)
5 * Introduced the `syn-error` feature so you can opt-out from the `syn` dependency.
7 # v1.0.3 (2020-6-26)
10 * Fixed the `emit_call_site_warning` macro.
12 # v1.0.2 (2020-4-9)
16 # v1.0.1 (2020-4-9)
18 * `proc-macro-hack` is now well tested and supported. Not sure about `proc-macro-nested`,
23 # v1.0.0 (2020-3-25)
25 I believe the API can be considered stable because it's been a few months without
37 # v0.4.12 (2020-3-23)
41 # v0.4.11 (2020-3-02)
44 (thanks to [`Fabian Möller`](https://gitlab.com/CreepySkeleton/proc-macro-error/issues/8)
45 …for noticing and to [`Igor Gnatenko`](https://gitlab.com/CreepySkeleton/proc-macro-error/-/merge_r…
48 # v0.4.10 (2020-2-29)
50 * `proc-macro-error` doesn't depend on syn\[full\] anymore, the compilation
53 # v0.4.9 (2020-2-13)
57 # v0.4.8 (2020-2-01)
61 # v0.4.7 (2020-1-31)
66 # v0.4.6 (2020-1-31)
69 [#6](https://gitlab.com/CreepySkeleton/proc-macro-error/issues/6).
71 # v0.4.5 (2020-1-20)
77 # v0.4.4 (2019-11-13)
81 # v0.4.2 (2019-11-7)
84 # v0.4.1 (2019-11-7) YANKED
88 # v0.4.0 (2019-11-6) YANKED
104 * Now `proc-macro-error` delegates to `proc_macro::Diagnostic` on nightly.
107 * `MacroError` is now replaced by `Diagnostic`. Its API resembles `proc_macro::Diagnostic`.
110 * `macro_error!` macro is replaced with `diagnostic!`.
113 * Now `proc-macro-error` renders notes exactly just like rustc does.
117 # v0.3.3 (2019-10-16)
120 # v0.3.2 (2019-10-16)
123 # v0.3.0 (2019-10-8)
134 * New `macro_error` macro for building errors in format=like style.
135 * `MacroError` API had been reconsidered. It also now implements `quote::ToTokens`.
137 # v0.2.6 (2019-09-02)
141 # v0.2.0 (2019-08-15)
158 # v0.1.x (2019-07-XX)
161 * An easy way to report errors inside within a proc-macro via `span_error`,