1
0
mirror of https://github.com/bspeice/qadapt synced 2024-09-21 09:21:30 -04:00
Commit Graph

24 Commits

Author SHA1 Message Date
65673e1af2 Renaming and a new macro 2018-12-06 23:02:44 -05:00
f4f33dabb7 More edition fixing 2018-12-06 22:12:45 -05:00
5232c556ff Actually upgrade the edition 2018-12-06 22:11:03 -05:00
0216f20d03 Attempt to release 0.7.1 2018-12-03 23:13:24 -05:00
e68316527f Update versions and CHANGELOG 2018-11-18 21:30:55 -05:00
5d7be8e18e Fix conditional compilation guards 2018-11-18 21:29:32 -05:00
79f57ba2f9 Slight docs update 2018-11-17 11:04:37 -05:00
daabd22dc7 Get licensing and stuff in place 2018-11-17 10:39:38 -05:00
3341faeb91 Handle return showing up in closures 2018-11-17 10:32:58 -05:00
eef377708b Fix Cargo.toml badge 2018-11-15 23:09:07 -05:00
8591f30ac3 Fix return handling 2018-11-15 23:08:02 -05:00
5c9d09cba6 Update Cargo.toml 2018-11-15 20:18:24 -05:00
8b4ebe8c88 Get version 0.4 ready 2018-11-15 20:16:49 -05:00
398b1395a0 Make proc_macro suck a lot less 2018-11-15 00:35:07 -05:00
d9bc210ba0 Revert "Don't use proc macro"
This reverts commit 000d0032a9.
2018-11-14 23:38:21 -05:00
000d0032a9 Don't use proc macro
I really don't like the new syntax though,
much as I don't like proc_macro it may be coming back.
2018-11-14 23:31:10 -05:00
af2781b453 Strip QADAPT symbols for release-mode builds 2018-11-13 22:30:41 -05:00
84739c4dd1 Handle actual functions 2018-11-12 22:30:09 -05:00
4c94cb928b Clean up qadapt-macro Cargo.toml 2018-11-11 22:37:54 -05:00
76091906cc I lied, the cleanup is never done 2018-11-11 22:37:00 -05:00
901e7941a2 Final cleanup, time to commit 2018-11-11 22:34:05 -05:00
8bc768e40b Get the proc macro working. It's time to release. 2018-11-11 22:22:24 -05:00
de7edaeb0c Update the docs 2018-11-10 21:36:23 -05:00
18d1c3e6d1 Start work on a procedural macro
Turns out the system still needs some work.
2018-11-06 23:04:26 -05:00