Dennis
Dennis
https://github.com/atilaneves/automem/blob/8f61747f437b7624ad4b44085e9525fc143a9e6c/source/automem/vector.d#L208-L213 ```D struct Vector(E, Allocator = typeof(theAllocator)) if(isAllocator!Allocator) { ... E[] _elements; ... /// Access the ith element. Can throw RangeError. ref inout(E) opIndex(long i) scope return inout { if(i...
Blocked by: * [x] https://github.com/dlang/phobos/pull/8481 * [x] https://github.com/atilaneves/automem/pull/69 * [ ] https://github.com/libmir/mir-algorithm/pull/464
Remove one of the last `useDIP1000` branches hindering dip1000 by default.
Includes other function-only attributes as well, such as `@nogc` `@property` `nothrow` and `@live`.
Rebase of https://github.com/dlang/dmd/pull/11014, which was stalled because of a trailing whitespace. I made a new PR because the rebase was non-trivial and a force push is risky, and it seems...
The vibe-d/vibe-d+tests target fails on dmd's buildkite with a time out after an hour. This happens on multiple PRs and looks unrelated to the changes to DMD, so I think...
@rikkimax