Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V4 #81

Closed
wants to merge 411 commits into from
Closed

V4 #81

wants to merge 411 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 4, 2020

  1. Small fixes.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a38e99f View commit details
    Browse the repository at this point in the history
  2. insert and get on table.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    3b8722d View commit details
    Browse the repository at this point in the history
  3. Aded remove functionality.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    559756e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf1df0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94d89c4 View commit details
    Browse the repository at this point in the history
  6. Added Table::len.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    7dc5920 View commit details
    Browse the repository at this point in the history
  7. Capacity and better len.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    aed940e View commit details
    Browse the repository at this point in the history
  8. Remove println.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    78494c4 View commit details
    Browse the repository at this point in the history
  9. Formatted code.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e128188 View commit details
    Browse the repository at this point in the history
  10. Added insert_get on table.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    695148b View commit details
    Browse the repository at this point in the history
  11. Added update.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    d0389ec View commit details
    Browse the repository at this point in the history
  12. Added contains_key.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    d11d60a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    271dead View commit details
    Browse the repository at this point in the history
  14. Added retain.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a09497b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4fccc20 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7966842 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    89edc5f View commit details
    Browse the repository at this point in the history
  18. CachePadded counter.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    636b6bb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1759dd6 View commit details
    Browse the repository at this point in the history
  20. Code cleanup.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    175f672 View commit details
    Browse the repository at this point in the history
  21. Code cleanup.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9339bfc View commit details
    Browse the repository at this point in the history
  22. Actually drop table.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e0d19a3 View commit details
    Browse the repository at this point in the history
  23. Fix UAF.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    da7c048 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d634d8e View commit details
    Browse the repository at this point in the history
  25. nvm

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    43e4583 View commit details
    Browse the repository at this point in the history
  26. Started 598923th rewrite.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    db35015 View commit details
    Browse the repository at this point in the history
  27. Implemented find.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    22a98f2 View commit details
    Browse the repository at this point in the history
  28. Small bugfix on find.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c57d484 View commit details
    Browse the repository at this point in the history
  29. Resizecoordinator fix.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    0c85ba4 View commit details
    Browse the repository at this point in the history
  30. Implemented remove_if.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    87fbc5f View commit details
    Browse the repository at this point in the history
  31. Implemented retain.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    3746421 View commit details
    Browse the repository at this point in the history
  32. BucketArray::drop

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    3425274 View commit details
    Browse the repository at this point in the history
  33. Added table impl.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    784d3b3 View commit details
    Browse the repository at this point in the history
  34. oh no.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    fc96c82 View commit details
    Browse the repository at this point in the history
  35. set_cache fix.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9b32d56 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d0d868a View commit details
    Browse the repository at this point in the history
  37. Fixed some code style.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    01dc60b View commit details
    Browse the repository at this point in the history
  38. Improved pointer tagging.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4c632d1 View commit details
    Browse the repository at this point in the history
  39. impled drop.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    77e8197 View commit details
    Browse the repository at this point in the history
  40. Fixed a couple bugs.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    b039a2c View commit details
    Browse the repository at this point in the history
  41. debug on rel builds.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    776c650 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    b946d28 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c3b28f7 View commit details
    Browse the repository at this point in the history
  44. Read optimisation.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9902e50 View commit details
    Browse the repository at this point in the history
  45. Minor optimizations.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    f1a9fb6 View commit details
    Browse the repository at this point in the history
  46. oops.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    fe7b9ed View commit details
    Browse the repository at this point in the history
  47. Faster hcache generation.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    49db426 View commit details
    Browse the repository at this point in the history
  48. Done.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    cccade3 View commit details
    Browse the repository at this point in the history
  49. Remove inline hints.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    495e016 View commit details
    Browse the repository at this point in the history
  50. MVCC stuff.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    63c61d4 View commit details
    Browse the repository at this point in the history
  51. cleanup.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    8cac25d View commit details
    Browse the repository at this point in the history
  52. Scrapped.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c7ea241 View commit details
    Browse the repository at this point in the history
  53. Relaxed atomic orderings.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    656e083 View commit details
    Browse the repository at this point in the history
  54. Removed rand dep.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    782b3ca View commit details
    Browse the repository at this point in the history
  55. api fixes.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    3ebc0ad View commit details
    Browse the repository at this point in the history
  56. Updated todos.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9869b44 View commit details
    Browse the repository at this point in the history
  57. Updated todos.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    ca7bccd View commit details
    Browse the repository at this point in the history
  58. Probing optimizations.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    b7d58b3 View commit details
    Browse the repository at this point in the history
  59. todo update.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    20568c2 View commit details
    Browse the repository at this point in the history
  60. Concurrent marking.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    04e5e75 View commit details
    Browse the repository at this point in the history
  61. removed some todos for now.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9031cce View commit details
    Browse the repository at this point in the history
  62. Updated todos.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    17902e7 View commit details
    Browse the repository at this point in the history
  63. Updated todos.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    72ab3e3 View commit details
    Browse the repository at this point in the history
  64. Save commit.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    1ffa231 View commit details
    Browse the repository at this point in the history
  65. Fixed stuff.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    1662ac7 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    bc6fa6e View commit details
    Browse the repository at this point in the history
  67. Removed fallback for now.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    47c1209 View commit details
    Browse the repository at this point in the history
  68. Fixed table trait.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    315e715 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    5d8583a View commit details
    Browse the repository at this point in the history
  70. Fix branch hint typo.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4cd34a1 View commit details
    Browse the repository at this point in the history
  71. ran fmt.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a9e9406 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    ca9932b View commit details
    Browse the repository at this point in the history
  73. Added iterator shim type.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    ba9695e View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    7fe7aa0 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    837d839 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    ee40247 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    df68eb7 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    6007962 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    0223a82 View commit details
    Browse the repository at this point in the history
  80. Fix doc typo.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a05985d View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    0740faf View commit details
    Browse the repository at this point in the history
  82. Work on fallback.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    6fbcefa View commit details
    Browse the repository at this point in the history
  83. Partial impl of fallback.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    87c718f View commit details
    Browse the repository at this point in the history
  84. Finished fallback.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    62e0498 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    1197f01 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    fdf7cb9 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    3edc45f View commit details
    Browse the repository at this point in the history
  88. Finished rebase.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    6dde544 View commit details
    Browse the repository at this point in the history
  89. Clean up cruft.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    cc1e82f View commit details
    Browse the repository at this point in the history
  90. Update readme.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    bc90c1e View commit details
    Browse the repository at this point in the history
  91. Readme update.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    1947ea7 View commit details
    Browse the repository at this point in the history
  92. Implemented iterators.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    0340f77 View commit details
    Browse the repository at this point in the history
  93. Added DashMap::is_empty.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a204d24 View commit details
    Browse the repository at this point in the history
  94. Work on entry API.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    ab98ed8 View commit details
    Browse the repository at this point in the history
  95. scrap entry api.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    edd5158 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    d403497 View commit details
    Browse the repository at this point in the history
  97. Removed worthless test.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    961a62d View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    1dbbc91 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    2b0db95 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    f138a43 View commit details
    Browse the repository at this point in the history
  101. Remove uneeded transmute.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e60c606 View commit details
    Browse the repository at this point in the history
  102. Fix iterator segfault.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4c81248 View commit details
    Browse the repository at this point in the history
  103. Removed method from api.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    351f58c View commit details
    Browse the repository at this point in the history
  104. Element docs.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    864efc6 View commit details
    Browse the repository at this point in the history
  105. Added iter docs.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e324059 View commit details
    Browse the repository at this point in the history
  106. Get rid of bencher.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    ed33c9f View commit details
    Browse the repository at this point in the history
  107. Code style.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    fadb64b View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    016a261 View commit details
    Browse the repository at this point in the history
  109. Fixed wording.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    0650c0b View commit details
    Browse the repository at this point in the history
  110. Updated docs.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    ca44fa6 View commit details
    Browse the repository at this point in the history
  111. Some inlining.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    25172a9 View commit details
    Browse the repository at this point in the history
  112. More inlining.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    550b32e View commit details
    Browse the repository at this point in the history
  113. Updated docs.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    1b1cae4 View commit details
    Browse the repository at this point in the history
  114. Added serde support.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    48b4a0f View commit details
    Browse the repository at this point in the history
  115. Updated serde.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    b04fa3d View commit details
    Browse the repository at this point in the history
  116. Remove debug printlns.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    91a57ef View commit details
    Browse the repository at this point in the history
  117. Added more tests.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    368f4be View commit details
    Browse the repository at this point in the history
  118. bug fix.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    6dfd6a2 View commit details
    Browse the repository at this point in the history
  119. Remove fix.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    b66d841 View commit details
    Browse the repository at this point in the history
  120. Update remove.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    d28ca57 View commit details
    Browse the repository at this point in the history
  121. Fix segfault.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    249c763 View commit details
    Browse the repository at this point in the history
  122. Fixed double-free.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c57be94 View commit details
    Browse the repository at this point in the history
  123. Added test.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    99b12b7 View commit details
    Browse the repository at this point in the history
  124. Increased test time.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    96b74f3 View commit details
    Browse the repository at this point in the history
  125. Made test better.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    492e786 View commit details
    Browse the repository at this point in the history
  126. made test reproduce bug.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    7ffd748 View commit details
    Browse the repository at this point in the history
  127. note bugs.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9e79a1b View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    8fcbb61 View commit details
    Browse the repository at this point in the history
  129. v4.0.0-rc0

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c67647d View commit details
    Browse the repository at this point in the history
  130. Removed scripts.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    504b321 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    aea5d81 View commit details
    Browse the repository at this point in the history
  132. v4.0.0-rc1

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    879cbe5 View commit details
    Browse the repository at this point in the history
  133. v4.0.0-rc2.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    835c76b View commit details
    Browse the repository at this point in the history
  134. Fix #84.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    d6bf423 View commit details
    Browse the repository at this point in the history
  135. v4.0.0-rc3

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    37ec964 View commit details
    Browse the repository at this point in the history
  136. Make alloc a folder module.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    6c6503b View commit details
    Browse the repository at this point in the history
  137. Revert.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    b721e0f View commit details
    Browse the repository at this point in the history
  138. fix: #83

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    b0aa973 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    e24966d View commit details
    Browse the repository at this point in the history
  140. v4.0.0-rc4

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    de542f7 View commit details
    Browse the repository at this point in the history
  141. Added unsafe annotatations.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    869f811 View commit details
    Browse the repository at this point in the history
  142. 4.0.0-rc5

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    2428ca9 View commit details
    Browse the repository at this point in the history
  143. Updated readme.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e821e1a View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    d58c07e View commit details
    Browse the repository at this point in the history
  145. Fix clippy lints.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e9a16ab View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    6610b38 View commit details
    Browse the repository at this point in the history
  147. Turned off pedantic.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e57e2bb View commit details
    Browse the repository at this point in the history
  148. v4.0.0-rc6

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4637864 View commit details
    Browse the repository at this point in the history
  149. Fixed comment typo.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    035698b View commit details
    Browse the repository at this point in the history
  150. Save commit.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    b8d2365 View commit details
    Browse the repository at this point in the history
  151. Entry manager code.

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    876f9f0 View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    cfaceca View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    6527b3e View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    44fabf7 View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    be1613b View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    f3c0035 View commit details
    Browse the repository at this point in the history
  157. fix: typo

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    70990bb View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    37a5d07 View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    50dfbfd View commit details
    Browse the repository at this point in the history
  160. Configuration menu
    Copy the full SHA
    9d428be View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    e9f9e18 View commit details
    Browse the repository at this point in the history
  162. Configuration menu
    Copy the full SHA
    75d382b View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    4df3ed7 View commit details
    Browse the repository at this point in the history
  164. fix: ci toolchain woes

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    6f7c745 View commit details
    Browse the repository at this point in the history
  165. chore: install fmt

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    cb0f71d View commit details
    Browse the repository at this point in the history
  166. chore: add clippy

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    1edb7c8 View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    23b3542 View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    305c70c View commit details
    Browse the repository at this point in the history
  169. Configuration menu
    Copy the full SHA
    8ea8da3 View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    545a64b View commit details
    Browse the repository at this point in the history
  171. chore: format code

    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    fe16205 View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    697d526 View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    dc26612 View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    c375fc8 View commit details
    Browse the repository at this point in the history
  175. feat: added a skeleton implementation of a generic entry manager that…

    … implements everything except eq and cas
    xacrimon committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e9a2c4e View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    07205ff View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    c1fe352 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. docs: fixed root crate docs

    xacrimon committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    77fa5a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e0c6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    638f5b7 View commit details
    Browse the repository at this point in the history
  4. docs: improved doc comment

    xacrimon committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    db6a854 View commit details
    Browse the repository at this point in the history
  5. test: make sure the circular iterator yields the expected set of valu…

    …es for a specific range
    xacrimon committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    717aa24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e642d09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b6ff54 View commit details
    Browse the repository at this point in the history
  8. chore: formatted code

    xacrimon committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    a887a1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc5b63d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7754d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6f88a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b468fa View commit details
    Browse the repository at this point in the history
  13. chore: format code

    xacrimon committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    73a85ff View commit details
    Browse the repository at this point in the history
  14. feat: loom shim

    xacrimon committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    148c616 View commit details
    Browse the repository at this point in the history
  15. feat: use loom for testing

    xacrimon committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    842f75c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7e3ec06 View commit details
    Browse the repository at this point in the history
  17. feat: add empty gc module

    xacrimon committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f00badb View commit details
    Browse the repository at this point in the history
  18. docs: update comment

    xacrimon committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    10732e1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    289c477 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    6f3137a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b14cd33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4aeaaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4d46f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2aa8ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b668215 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. fix: unsound queue

    xacrimon committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    90bac8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d130524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3537f9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d197ff View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Configuration menu
    Copy the full SHA
    3aba833 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. feat: dynamic gc collection

    xacrimon committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    594a598 View commit details
    Browse the repository at this point in the history
  2. chore: format code

    xacrimon committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    93ff555 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8ce244 View commit details
    Browse the repository at this point in the history
  4. fix: export Guard

    xacrimon committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    f319afb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    e3cd50b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfe1e4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7f23fe View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    5aaedd8 View commit details
    Browse the repository at this point in the history
  2. refactor: reworked gc

    xacrimon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    9ddc78b View commit details
    Browse the repository at this point in the history
  3. chore: remove unused code

    xacrimon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    53eab85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff3822 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2339d22 View commit details
    Browse the repository at this point in the history
  6. fix: undefined behaviour at gc/queue.rs:45 caused by writing to a poi…

    …nter from a non mut reference, thanks Daniel Henry-Mantilla
    xacrimon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    c23f4aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5b3f95 View commit details
    Browse the repository at this point in the history
  8. fix: rename test to tests

    xacrimon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    9748f9d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf0b2ba View commit details
    Browse the repository at this point in the history
  10. chore: don't run ci on wasm

    xacrimon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    32dafc1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    768f04b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    a3aa04b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b298a31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cc1898 View commit details
    Browse the repository at this point in the history
  4. docs: improve docs for Pcg32

    xacrimon committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    6521c00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b790f4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    968440c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    133c84d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b838ff View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. fix: relax atomic orderings where possible and add needed fenches to …

    …slow paths in thread_local
    xacrimon committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    8b05c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9f9030 View commit details
    Browse the repository at this point in the history
  3. fix: we that acquire I think

    xacrimon committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    d3e5c9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e43413d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c9e06c View commit details
    Browse the repository at this point in the history
  6. fix: load the global epoch with acquire ordering in Gc::retire to pre…

    …vent garbage being queued somewhere invalid due to a delayed epoch increment
    xacrimon committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    a6556ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9693646 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02dccd1 View commit details
    Browse the repository at this point in the history
  9. fix: use relaxed loads where possible in thread_local and only fall b…

    …ack to an acquire load when creating an iterator as that may happen from other threads
    xacrimon committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    daa9193 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86b695f View commit details
    Browse the repository at this point in the history
  11. docs: fix a typo

    xacrimon committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    ed8b007 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6af1760 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3cc460c View commit details
    Browse the repository at this point in the history
  14. test: add debug asserts to enforce safety invariants for unsafe funti…

    …ons in src/thread_local/table.rs
    xacrimon committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    65028fd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6228bf9 View commit details
    Browse the repository at this point in the history
  16. style: remove newline

    xacrimon committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    8d2a370 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    ce3f10a View commit details
    Browse the repository at this point in the history