34 Commits

Author SHA1 Message Date
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 a55c87c2af Fix tests 2020-07-31 19:51:55 +03:00
CreepySkeleton 104cf22aff Allow users to explicitly specify the span range 2020-07-05 19:31:21 +03:00
CreepySkeleton 6fc9ba5699 Make syn optional 2020-07-05 18:39:27 +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 fa99c63d99 v1.0.1 2020-04-09 01:25:46 +03:00
CreepySkeleton add1578999 Support proc-macro-hack properly 2020-04-08 21:53:10 +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 9085ac8eae Add append_dummy 2020-02-13 20:17:29 +03:00
CreepySkeleton ba634f8f50 Support for children messages 2020-02-01 10:38:45 +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 0280533ee8 From<syn::Error> doesn't lose span info anymore 2020-01-31 09:34:01 +03:00
CreepySkeleton 747e78b60f Test for notes + fix nightly 2020-01-22 01:28:50 +03:00
CreepySkeleton 2792970024 Change test layout 2020-01-21 21:37:55 +03:00
CreepySkeleton ca11c0ecc2 v0.4.3 2019-11-07 18:10:02 +03:00
CreepySkeleton fcdae51d22 Update tests 2019-11-07 18:00:51 +03:00
CreepySkeleton bc4ab8dc29 Documentation and some fixes 2019-11-06 18:52:36 +03:00
CreepySkeleton b5003a5a58 Complete redesign, fixed #1 #2 2019-11-06 14:20:38 +03:00
CreepySkeleton 3062460f20 Add support for multiple "note" messages 2019-10-30 06:10:18 +03:00
CreepySkeleton e840c8c29a Bring ui tests back 2019-10-29 09:20:35 +03:00
CreepySkeleton b438801a04 Don't run ui tests on rustc < 1.36
trybuild is now +1.36, unfortunately
2019-10-29 08:28:23 +03:00
dependabot-preview[bot] b6be89e8cc Update rustversion requirement from 0.1 to 1.0 (#2)
Updates the requirements on [rustversion](https://github.com/dtolnay/rustversion) to permit the latest version.
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](https://github.com/dtolnay/rustversion/compare/0.1.0...1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-17 10:51:16 +03:00
CreepySkeleton cdec23c199 Now you can use any word in place of "help", for example "hint" 2019-10-16 23:25:16 +03:00
CreepySkeleton a8845153d2 Add support for "help" messages 2019-10-16 17:56:36 +03:00
CreepySkeleton 1c9ba35a86 cargo fmt 2019-10-06 09:02:47 +03:00
CreepySkeleton c586fcd0eb Introduce #[proc_macro_error] attribute 2019-10-05 07:53:25 +03:00
CreepySkeleton a02c32b5ac Make it work on 1.31 2019-10-03 14:08:30 +03:00
CreepySkeleton afff3a4f05 Rewrite from scratch #3 of 3
Documentation and examples are all that's left.
2019-10-03 12:35:25 +03:00
CreepySkeleton 14e58e09d4 Update docs + rename some functions 2019-09-10 01:28:54 +03:00
CreepySkeleton 7ca7de5556 v0.3-alpha
TODO: docs
2019-09-02 14:06:12 +03:00
CreepySkeleton fd11b9f577 Add dummy module and deprecate multi module 2019-09-02 05:57:36 +03:00
CreepySkeleton 0ca624860f Fix tests 2019-08-16 19:27:00 +03:00
CreepySkeleton a7df17fed1 Fix docs (AGAIN) and update to v0.2.3 2019-08-16 19:17:15 +03:00