Commit Graph

72 Commits

Author SHA1 Message Date
Taiki Endo ebc092e554
Merge pull request #18 from smol-rs/deprecated
Deprecate in favor of slab
2021-05-09 06:37:33 +09:00
Taiki Endo 3bd32225eb Deprecate in favor of slab 2021-04-25 21:44:30 +09:00
Taiki Endo 418b968cac Update build status badge 2021-03-20 17:29:25 +09:00
Taiki Endo f20f696276
Merge pull request #16 from smol-rs/next
Bump to v1.1.0
2021-03-20 16:34:57 +09:00
Taiki Endo 7deb87e9db Bump to v1.1.0 2021-03-20 16:31:51 +09:00
Taiki Endo 69abc54c72
Merge pull request #15 from smol-rs/link
Fix broken links
2021-03-20 16:30:52 +09:00
Taiki Endo 1b95e75635 Fix broken links 2021-03-20 16:28:08 +09:00
Taiki Endo b0a09d8eda
Merge pull request #14 from smol-rs/github-actions
Migrate CI to GitHub Actions
2021-03-20 16:25:19 +09:00
Taiki Endo abd6fc29f7 Migrate CI to GitHub Actions 2021-03-20 16:21:49 +09:00
Taiki Endo 0f4e715d05
Merge pull request #13 from vinaychandra/no_std
`no_std` support
2021-03-15 14:27:24 +09:00
Vinay Chandra Dommeti 8a5c2de61d
no_std support 2021-03-14 22:22:15 -07:00
Taiki Endo e113df64ae
Merge pull request #12 from smol-rs/readme
Remove readme field from Cargo.toml
2021-02-14 19:53:23 +09:00
Taiki Endo b14160209c Remove readme field from Cargo.toml 2021-02-14 19:45:00 +09:00
Taiki Endo 97cce132a0
Merge pull request #11 from smol-rs/badge
Update license badge to match Cargo.toml
2021-02-14 13:56:57 +09:00
Taiki Endo aff1753a24 Update license badge to match Cargo.toml 2021-02-14 13:36:40 +09:00
Taiki Endo 3f18133da0
Merge pull request #10 from taiki-e/url
Update URLs
2020-12-27 00:04:24 +09:00
Taiki Endo 0af19f5b15 Update URLs 2020-12-26 23:47:13 +09:00
Stjepan Glavina eda5b1612b Bump to v1.0.0 2020-09-07 16:47:13 +02:00
JayceFayne 6d607703d0
fix example links (#9) 2020-08-24 14:02:05 +01:00
Stjepan Glavina 6ab49b67e9 Bump to v0.5.2 2020-08-20 17:00:24 +00:00
Stjepan Glavina 77fa573969 Typo 2020-08-20 17:00:04 +00:00
Stjepan Glavina 571a4e42f5 Bump to v0.5.1 2020-08-20 16:59:38 +00:00
Stjepan Glavina 227fa9eb4a Add retain 2020-08-20 16:59:18 +00:00
Stjepan Glavina f533229a0a Bump to 0.5.0, delete unsafe, use 2018 edition 2020-07-07 09:35:12 +02:00
Stjepan Glavina 095b9b5a6c Update README.md 2017-10-25 21:15:33 +02:00
Stjepan Glavina 9713e68fd2 Update README.md 2017-10-25 21:14:43 +02:00
Stjepan Glavina 1f042c204b Bump the version to 0.4.2 2017-08-11 22:39:52 +02:00
Artem Shein a05115f6d9 Implement shrink_to_fit method on Arena (#8) 2017-08-11 22:38:21 +02:00
Stjepan Glavina 46db37bb28 Add IntoIterator impls for &Arena and &mut Arena 2017-07-06 16:12:48 +02:00
Stjepan Glavina 452a52641c Add badge and category 2017-05-19 14:11:39 +02:00
Stjepan Glavina 111b0036ae Bump version to 0.4.0 2017-05-16 16:56:48 +02:00
Vinzent Steinberg aa516a8799 Implement `FromIterator` (#6) 2017-05-16 16:56:12 +02:00
Stjepan Glavina 96ef84d50f Bump version to 0.3.0 2017-05-15 01:37:31 +02:00
Stjepan Glavina 525d039aec Merge pull request #5 from Rufflewind/master
Add next_vacancy and remove self.head sentinel
2017-05-15 01:34:57 +02:00
Phil Ruffwind c043b35b73 Add next_vacant
next_vacant returns the index of the next available slot.
This can be useful for inserting self-referential data.
2017-05-14 19:00:56 -04:00
Stjepan Glavina 85090c6b43 Bump the version 2017-04-03 14:56:41 +02:00
Stjepan Glavina bde1db88b2 Use unreachable crate 2017-04-03 14:40:48 +02:00
Stjepan Glavina 5e136e3121 Implement swap 2017-04-03 14:19:39 +02:00
Stjepan Glavina 4e5dbaf6a8 Add debug impls 2017-04-03 14:13:47 +02:00
Stjepan Glavina 0eb4ea496c Implement get_(mut_)unchecked 2017-04-03 14:06:33 +02:00
Stjepan Glavina 9a8c98d144 Don't specify capacity in splay tree 2016-12-20 18:49:45 +01:00
Stjepan Glavina 6edd4d3137 Add repository to Cargo.toml 2016-11-15 00:34:25 +01:00
Stjepan Glavina 4dea28ec2f Improve documentation 2016-11-15 00:16:53 +01:00
Stjepan Glavina f0bb71344f Update documentation 2016-11-14 23:43:36 +01:00
Stjepan Glavina 36e3ba3c53 Get rid of rustc warning 2016-11-14 21:30:03 +01:00
Stjepan Glavina b685bd7d63 Add links to examples 2016-11-14 21:29:46 +01:00
Stjepan Glavina 7594bde74a Update version and description 2016-11-14 21:29:25 +01:00
Stjepan Glavina 008695f344 Write tests 2016-11-14 21:24:42 +01:00
Stjepan Glavina 42d0ba31a6 Document examples 2016-11-14 20:41:37 +01:00
Stjepan Glavina 821eac2764 Remove bitmap 2016-11-14 20:26:49 +01:00