Commit Graph

  • ebc092e554
    Merge pull request #18 from smol-rs/deprecated master v1.2.0 Taiki Endo 2021-05-09 06:37:33 +0900
  • 3bd32225eb Deprecate in favor of slab Taiki Endo 2021-04-25 21:44:30 +0900
  • 418b968cac Update build status badge Taiki Endo 2021-03-20 17:29:25 +0900
  • f20f696276
    Merge pull request #16 from smol-rs/next v1.1.0 Taiki Endo 2021-03-20 16:34:57 +0900
  • 7deb87e9db Bump to v1.1.0 Taiki Endo 2021-03-20 16:31:51 +0900
  • 69abc54c72
    Merge pull request #15 from smol-rs/link Taiki Endo 2021-03-20 16:30:52 +0900
  • 1b95e75635 Fix broken links Taiki Endo 2021-03-20 16:28:08 +0900
  • b0a09d8eda
    Merge pull request #14 from smol-rs/github-actions Taiki Endo 2021-03-20 16:25:19 +0900
  • abd6fc29f7 Migrate CI to GitHub Actions Taiki Endo 2021-03-20 16:21:49 +0900
  • 0f4e715d05
    Merge pull request #13 from vinaychandra/no_std Taiki Endo 2021-03-15 14:27:24 +0900
  • 8a5c2de61d
    no_std support Vinay Chandra Dommeti 2021-03-14 22:22:15 -0700
  • e113df64ae
    Merge pull request #12 from smol-rs/readme Taiki Endo 2021-02-14 19:53:23 +0900
  • b14160209c Remove readme field from Cargo.toml Taiki Endo 2021-02-14 19:45:00 +0900
  • 97cce132a0
    Merge pull request #11 from smol-rs/badge Taiki Endo 2021-02-14 13:56:57 +0900
  • aff1753a24 Update license badge to match Cargo.toml Taiki Endo 2021-02-14 13:36:40 +0900
  • 3f18133da0
    Merge pull request #10 from taiki-e/url Taiki Endo 2020-12-27 00:04:24 +0900
  • 0af19f5b15 Update URLs Taiki Endo 2020-12-26 23:47:13 +0900
  • eda5b1612b Bump to v1.0.0 Stjepan Glavina 2020-09-07 16:47:04 +0200
  • 24fa33e3a0 Bump to v1.0.0 v1.0.0 Stjepan Glavina 2020-09-07 16:47:04 +0200
  • 6d607703d0
    fix example links (#9) JayceFayne 2020-08-24 13:02:05 +0000
  • 1b8a6ca55a fix example links Jayce Fayne 2020-08-24 12:48:07 +0200
  • 6ab49b67e9 Bump to v0.5.2 Stjepan Glavina 2020-08-20 17:00:24 +0000
  • 77fa573969 Typo Stjepan Glavina 2020-08-20 17:00:04 +0000
  • 571a4e42f5 Bump to v0.5.1 Stjepan Glavina 2020-08-20 16:59:38 +0000
  • 227fa9eb4a Add retain Stjepan Glavina 2020-08-20 16:59:18 +0000
  • f533229a0a Bump to 0.5.0, delete unsafe, use 2018 edition Stjepan Glavina 2020-07-07 09:35:12 +0200
  • 095b9b5a6c Update README.md Stjepan Glavina 2017-10-25 21:15:33 +0200
  • 9713e68fd2 Update README.md Stjepan Glavina 2017-10-25 21:14:43 +0200
  • 1f042c204b Bump the version to 0.4.2 Stjepan Glavina 2017-08-11 22:39:30 +0200
  • a05115f6d9 Implement shrink_to_fit method on Arena (#8) Artem Shein 2017-08-11 22:38:21 +0200
  • f1916ed67d Implement shrink_to_fit method on Arena Artem Shein 2017-08-11 19:03:55 +0200
  • 46db37bb28 Add IntoIterator impls for &Arena and &mut Arena Stjepan Glavina 2017-07-06 16:12:48 +0200
  • 452a52641c Add badge and category Stjepan Glavina 2017-05-19 14:11:39 +0200
  • 111b0036ae Bump version to 0.4.0 Stjepan Glavina 2017-05-16 16:56:43 +0200
  • aa516a8799 Implement `FromIterator` (#6) Vinzent Steinberg 2017-05-16 16:56:12 +0200
  • 24a19fad69 Implement `FromIterator` Vinzent Steinberg 2017-05-16 16:44:40 +0200
  • 96ef84d50f Bump version to 0.3.0 Stjepan Glavina 2017-05-15 01:37:31 +0200
  • 525d039aec Merge pull request #5 from Rufflewind/master Stjepan Glavina 2017-05-15 01:34:57 +0200
  • c043b35b73 Add next_vacant Phil Ruffwind 2017-05-14 07:14:45 -0400
  • 85090c6b43 Bump the version Stjepan Glavina 2017-04-03 14:55:44 +0200
  • bde1db88b2 Use unreachable crate Stjepan Glavina 2017-04-03 14:40:48 +0200
  • 5e136e3121 Implement swap Stjepan Glavina 2017-04-03 14:19:39 +0200
  • 4e5dbaf6a8 Add debug impls Stjepan Glavina 2017-04-03 14:13:47 +0200
  • 0eb4ea496c Implement get_(mut_)unchecked Stjepan Glavina 2017-04-03 14:06:33 +0200
  • 9a8c98d144 Don't specify capacity in splay tree Stjepan Glavina 2016-12-20 18:49:45 +0100
  • 6edd4d3137 Add repository to Cargo.toml Stjepan Glavina 2016-11-15 00:34:02 +0100
  • 4dea28ec2f Improve documentation Stjepan Glavina 2016-11-15 00:16:53 +0100
  • f0bb71344f Update documentation Stjepan Glavina 2016-11-14 22:01:55 +0100
  • 36e3ba3c53 Get rid of rustc warning Stjepan Glavina 2016-11-14 21:30:03 +0100
  • b685bd7d63 Add links to examples Stjepan Glavina 2016-11-14 21:29:46 +0100
  • 7594bde74a Update version and description Stjepan Glavina 2016-11-14 21:29:25 +0100
  • 008695f344 Write tests Stjepan Glavina 2016-11-14 21:24:42 +0100
  • 42d0ba31a6 Document examples Stjepan Glavina 2016-11-14 20:41:37 +0100
  • 821eac2764 Remove bitmap Stjepan Glavina 2016-11-14 20:26:49 +0100
  • fcdbf80000 Fix deallocation bug Stjepan Glavina 2016-10-28 17:09:04 +0200
  • fd36d907c0 Use NULL instead of !0 Stjepan Glavina 2016-10-28 13:07:52 +0200
  • 89b77b634c More comments Stjepan Glavina 2016-10-28 02:31:37 +0200
  • 4e6040f247 Implement a simple doubly linked list Stjepan Glavina 2016-10-28 02:31:23 +0200
  • f03ce95123 Clean up the public API Stjepan Glavina 2016-10-27 23:06:02 +0200
  • 431f8efe6d Implement previous_occupied Stjepan Glavina 2016-10-27 02:09:49 +0200
  • 839d90b94e Implement most iterators Stjepan Glavina 2016-10-27 01:16:19 +0200
  • caf788c95f Remove lib and bin sections Stjepan Glavina 2016-10-26 13:18:51 +0200
  • 0e1dac78e2 Add empty fn main Stjepan Glavina 2016-10-26 13:18:16 +0200
  • b399ed7c6a Add splay_tree target Stjepan Glavina 2016-10-26 12:54:13 +0200
  • 8339256c4b Readme TODOs Stjepan Glavina 2016-10-26 12:45:23 +0200
  • c4a9c19292 Example skeletons Stjepan Glavina 2016-10-26 12:45:15 +0200
  • 0469e69f82 More VecArena methods Stjepan Glavina 2016-10-25 20:25:05 +0200
  • 4fcbeaa0b7 Change to dual Apache-2.0/MIT Stjepan Glavina 2016-10-25 18:50:15 +0200
  • 3c457bcfa6 Add Travis config Stjepan Glavina 2016-10-25 17:52:03 +0200
  • 24bff1a359 More docs for VecArena Stjepan Glavina 2016-10-25 17:42:42 +0200
  • 5625648a01 More documentation and cleanup of Bitmap Stjepan Glavina 2016-10-25 16:27:01 +0200
  • 8449e05458 Some documentation for Bitmap Stjepan Glavina 2016-10-25 01:44:18 +0200
  • 169f9bf510 Put bitmap into a separate module Stjepan Glavina 2016-10-24 22:37:42 +0200
  • f56b289659 Implement Bitmap with bidirectional linked list Stjepan Glavina 2016-10-24 19:49:52 +0200
  • fe7eee7359 Rough initial design Stjepan Glavina 2016-10-23 01:35:26 +0200
  • 7d5dddfb53 Initial commit Stjepan Glavina 2016-10-22 12:25:56 +0200