Skip to content

Tags: economicmodeling/containers

Tags

v0.8.0

Toggle v0.8.0's commit message
-preview=in: Replace 'in ref' with 'const ref'

Allow the code to compile with '-preview=in'.

v0.8.0-alpha.19

Toggle v0.8.0-alpha.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dlang-community#154 from dlang-community/more-tree…

…map-fixes

Fix a few problems with TreeMap.getOrAdd
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>

v0.8.0-alpha.18

Toggle v0.8.0-alpha.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dlang-community#153 from dlang-community/ttree-fix

Fix more dumb issues with tree ranges

v0.8.0-alpha.17

Toggle v0.8.0-alpha.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dlang-community#152 from dlang-community/tree-tweaks

Make some enhancements to the treemap structure, and to the T-Tree do…
merged-on-behalf-of: Richard Andrew Cattermole <alphaglosined@gmail.com>

v0.8.0-alpha.16

Toggle v0.8.0-alpha.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dlang-community#150 from dlang-community/fix_ref_r…

…eturns

Fix dlang-community#148
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>

v0.8.0-alpha.15

Toggle v0.8.0-alpha.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dlang-community#144 from dlang-community/issue-143

fix dlang-community#143 - Still issues in unrolled list
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>

v0.8.0-alpha.14

Toggle v0.8.0-alpha.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dlang-community#145 from dlang-community/fix_insert

Fix use-after-free when an insert causes a rehash

v0.8.0-alpha.13

Toggle v0.8.0-alpha.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dlang-community#141 from dlang-community/stdx-allo…

…cs+Meson

Fix CI failure starting from DMD 2.085

v0.8.0-alpha.12

Toggle v0.8.0-alpha.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dlang-community#135 from dlang-community/optimize_…

…hashToIndex

Optimize hash to index using LDC intrinsics

v0.8.0-alpha.11

Toggle v0.8.0-alpha.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dlang-community#129 from Hackerpilot/hash-nonsense

Improve hash code to array index translation