Commit Graph

157 Commits

Author SHA1 Message Date
openharmony_ci e6655947e6 !2 Add OAT.xml and README.OpenSource
Merge pull request !2 from fangting/master
OpenHarmony-v4.0-Beta1
2023-04-14 08:10:13 +00:00
fangting db5913b23e Add OAT.xml and README.OpenSource
Signed-off-by: fangting <fangting12@huawei.com>
2023-04-14 14:15:19 +08:00
openharmony_ci 5368a74f5e !1 [proc-macro-error]Add GN Build Files and Custom Modifications to Rust Third-party Libraries
Merge pull request !1 from lubinglun/master
2023-04-13 11:33:44 +00:00
lubinglun b15843a0e9 Add GN Build Files and Custom Modifications
Issue:https://gitee.com/openharmony/build/issues/I6UFTP
Signed-off-by: lubinglun <lubinglun@huawei.com>
2023-04-12 17:26:44 +08:00
CreepySkeleton 6b2f6d8979 v1.0.4 gitlab.com/CreepySkeleton/proc-macro-error/v1.0.4 2020-07-31 20:30:28 +03:00
CreepySkeleton c445c6f322 Update changelog 2020-07-31 20:29:23 +03:00
CreepySkeleton 89625195ae cargo fmt 2020-07-31 20:18:14 +03:00
CreepySkeleton 46d73b3626 Fix tests for good 2020-07-31 20:13:48 +03:00
CreepySkeleton 068ee664e2 Make it works on 1.31 2020-07-31 20:13:48 +03:00
CreepySkeleton a55c87c2af Fix tests 2020-07-31 19:51:55 +03:00
CreepySkeleton ebee01b639 Wording and typos 2020-07-31 17:38:13 +03:00
CreepySkeleton 104cf22aff Allow users to explicitly specify the span range 2020-07-05 19:31:21 +03:00
CreepySkeleton ade894f78a Add readme note 2020-07-05 19:27:39 +03:00
CreepySkeleton 6fc9ba5699 Make syn optional 2020-07-05 18:39:27 +03:00
CreepySkeleton f790032901 v1.0.3 2020-06-26 02:42:20 +03:00
CreepySkeleton bcab5e7b86 Fix emit_call_site_warning
Thanks to Dennis Hamester <https://gitlab.com/dennis-hamester>
for discovering and reporting the bug.
2020-06-26 02:35:41 +03:00
CreepySkeleton 2285a9469f Fix test build on 1.31 2020-05-11 11:11:42 +03:00
CreepySkeleton b59f551970 Update copyrights 2020-04-24 16:13:44 +03:00
CreepySkeleton cc102ca60d Update .stderr files 2020-04-24 16:04:35 +03:00
CreepySkeleton 597b3bae86 Shuffle hidden exports a bit 2020-04-24 16:02:45 +03:00
CreepySkeleton 09ac42d26b v1.0.2 2020-04-09 17:25:56 +03:00
CreepySkeleton 947293169b Remove obsolete note 2020-04-09 17:19:51 +03:00
CreepySkeleton fa99c63d99 v1.0.1 2020-04-09 01:25:46 +03:00
CreepySkeleton 149e76dae8 Flesh out docs 2020-04-09 01:25:46 +03:00
CreepySkeleton a1021bc4d1 Add runtime tests. 2020-04-09 01:25:43 +03:00
CreepySkeleton add1578999 Support proc-macro-hack properly 2020-04-08 21:53:10 +03:00
CreepySkeleton 98123d7ee2 More bulletproof code 2020-04-08 19:28:00 +03:00
CreepySkeleton f9ada89175 Specify a single target for docs.rs builds 2020-03-25 22:14:13 +03:00
CreepySkeleton 94a9c47988 v1.0.0 2020-03-25 21:43:13 +03:00
CreepySkeleton b8552c8f16 Support nested #[proc_macro_error] 2020-03-25 21:43:02 +03:00
CreepySkeleton 6f9b1801b8 v0.4.12 2020-03-23 09:33:53 +03:00
CreepySkeleton d337180de6 Make the error message on macro misuse more understandable 2020-03-23 09:23:28 +03:00
CreepySkeleton 4610dd56d1 Fix link 2020-03-02 16:40:46 +00:00
CreepySkeleton 38a1d4d898 Fix "thanks" credentials 2020-03-02 16:39:39 +00:00
CreepySkeleton 3779efe5e7 v0.4.11 2020-03-02 16:23:24 +03:00
Igor Raits e12b166318 build.rs: Simplify check for version
This also fixes build with rustc shipped by distributions.

Fixes: https://gitlab.com/CreepySkeleton/proc-macro-error/issues/8
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
2020-03-02 13:28:06 +01:00
CreepySkeleton 1d7bcb1095 v0.4.10 2020-02-29 18:51:57 +03:00
CreepySkeleton c146480470 Get rid of syn(full), save ~30sec of compile time
rustversion depends on syn(full) so it had to be ditched,
but it worth it
2020-02-29 18:37:59 +03:00
CreepySkeleton 37b7bbb6ac Update copyright dates 2020-02-29 13:36:02 +03:00
CreepySkeleton 036d2fac18 v0.4.9 2020-02-13 20:23:37 +03:00
CreepySkeleton 9085ac8eae Add append_dummy 2020-02-13 20:17:29 +03:00
CreepySkeleton 9d8bcde1e5 cargo fmt 2020-02-01 11:19:08 +03:00
CreepySkeleton b036f630ce cargo clippy 2020-02-01 10:52:40 +03:00
CreepySkeleton df1f5043a2 v0.4.8 2020-02-01 10:38:49 +03:00
CreepySkeleton ba634f8f50 Support for children messages 2020-02-01 10:38:45 +03:00
CreepySkeleton 593e38f8ad Clarify MSRV with synstructure 2020-02-01 07:38:16 +03:00
CreepySkeleton 1231ad2005 v0.4.7 2020-02-01 06:43:41 +03:00
CreepySkeleton e6627a917c Now any type implementing quote::ToTokens can be used instead of spans 2020-02-01 06:43:37 +03:00
CreepySkeleton 51d68fabdf 0.4.6 2020-01-31 09:46:02 +03:00
CreepySkeleton 0280533ee8 From<syn::Error> doesn't lose span info anymore 2020-01-31 09:34:01 +03:00