Commit Graph

33 Commits (master)

Author SHA1 Message Date
Bradlee Speice 6d72249253 Go back to the `spin` crate as a dependency 2019-01-09 00:26:07 -05:00
Bradlee Speice 2e5af84607 Update Cargo.toml 2019-01-01 15:48:43 -05:00
Bradlee Speice 964e9c5a11 Use the system allocator 2018-12-16 16:29:25 -05:00
Bradlee Speice b685547ddd Prepare for 1.0 2018-12-15 16:12:06 -05:00
Bradlee Speice 816c4f994f Vendor in the spin crate for the time being 2018-12-15 15:50:48 -05:00
Bradlee Speice 9e5b2b0f7a Add an async demonstration 2018-12-08 18:05:46 -05:00
Bradlee Speice dbf24afc67 Remove env_logger as a dev dependency 2018-12-06 23:31:49 -05:00
Bradlee Speice d19e596712 Remove log crate 2018-12-06 23:23:39 -05:00
Bradlee Speice 5232c556ff Actually upgrade the edition 2018-12-06 22:11:03 -05:00
Bradlee Speice 4d7f9b2696 Prepare for edition 2018 2018-12-06 22:00:30 -05:00
Bradlee Speice 0216f20d03 Attempt to release 0.7.1 2018-12-03 23:13:24 -05:00
Bradlee Speice 095fd797c4 Warning message if guards without allocator enabled 2018-11-22 11:19:31 -05:00
Bradlee Speice e68316527f Update versions and CHANGELOG 2018-11-18 21:30:55 -05:00
Bradlee Speice daabd22dc7 Get licensing and stuff in place 2018-11-17 10:39:38 -05:00
Bradlee Speice 8591f30ac3 Fix `return` handling 2018-11-15 23:08:02 -05:00
Bradlee Speice 5c9d09cba6 Update Cargo.toml 2018-11-15 20:18:24 -05:00
Bradlee Speice 8b4ebe8c88 Get version 0.4 ready 2018-11-15 20:16:49 -05:00
Bradlee Speice d9bc210ba0 Revert "Don't use proc macro"
This reverts commit 000d0032a9.
2018-11-14 23:38:21 -05:00
Bradlee Speice 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
Bradlee Speice db3110d7b9 Add path version dependency 2018-11-11 22:38:38 -05:00
Bradlee Speice 901e7941a2 Final cleanup, time to commit 2018-11-11 22:34:05 -05:00
Bradlee Speice 1faa353706 Docs updates and thread_id crate 2018-11-10 21:54:13 -05:00
Bradlee Speice 753b3a4e8b Multi-threaded allocation checker!
Holy crap that was much harder than expected
2018-11-10 01:30:39 -05:00
Bradlee Speice 18d1c3e6d1 Start work on a procedural macro
Turns out the system still needs some work.
2018-11-06 23:04:26 -05:00
Bradlee Speice 03310c6372 Much simpler take, and actually works this time. 2018-11-05 21:58:33 -05:00
Bradlee Speice a7c7571b49 Version bump for updating crates.io metadata 2018-09-23 12:45:30 -04:00
Bradlee Speice 634274dec2 Cargo.toml metadata 2018-09-23 12:45:00 -04:00
Bradlee Speice c0751db558 Release version 0.2.0 2018-09-23 12:41:11 -04:00
Bradlee Speice 7fde099c3a Enable per-thread tracking 2018-09-23 12:37:07 -04:00
Bradlee Speice a2f21fb462 License 2018-09-22 19:59:04 -04:00
Bradlee Speice 5755eccae7 no_std for the time being
Impossible to maintain long-term because of backtrace crate/thread ID
2018-09-22 17:26:52 -04:00
Bradlee Speice aafec768ca Takes us 576 allocations to get up and running
I need a better way to handle initialization costs...
2018-09-22 16:13:36 -04:00
Bradlee Speice a489f71ae2 Add an initial pass on an allocation tracing tool 2018-09-21 22:34:42 -04:00