27
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use mixin expression instead of mixin declaration More... over 1 year ago
Use mixin expr, avoid concat, remove @trusted More... over 1 year ago
Remove ParameterIdentifierTuple.Get template More... over 1 year ago
[std/traits] Avoid template recursion for 3 Parameter traits More... over 1 year ago
Merge pull request #8786 from dkorpel/fix-union-access More... over 1 year ago
Fix unsafe union access in std.format More... over 1 year ago
Fix 24049 - std.conv.to: string to enum conversion is not documented (#8784) More... over 1 year ago
Merge remote-tracking branch 'upstream/master' into stable More... over 1 year ago
Merge pull request #8782 from ibuclaw/merge_stable More... over 1 year ago
Fix broken tests caused by merge conflicts More... over 1 year ago
Merge remote-tracking branch 'upstream/stable' into merge_stable More... over 1 year ago
Remove declarations with expired deprecations More... over 1 year ago
Merge pull request #8779 from pbackus/fix-24028 More... over 1 year ago
Fix issue 24028 - BigInt power operator ignores sign of exponent More... over 1 year ago
Add warning to std.json that it doesn't play well with the GC. Production experience as well as synthetic tests have shown that std.json's use of associative arrays combined with GC issues causes heavy heap fragmentation. Furthermore, its heavy GC usage makes it unperformant in a threaded environment. Despite this, people keep using std.json for production workloads, then being disappointed when it doesn't measure up. So let's warn them upfront. More... over 1 year ago
Fix issue 24027: Instead of a bunch of special-cases, just check that `Rebindable` did in fact alias itself away. This looks ugly, but it's just for the `stable` branch - this is fixed on `master` via the `Rebindable2` rewrite https://github.com/dlang/phobos/pull/8768 More... over 1 year ago
Merge pull request #8776 from ibuclaw/merge_stable More... over 1 year ago
Merge remote-tracking branch 'upstream/stable' into merge_stable More... over 1 year ago
[std/traits] Improve getSymbolsByUDA test (#8774) More... over 1 year ago
Merge pull request #8764 from FeepingCreature/fix/issue-23993-discard-rebindable-before-calling-compare More... over 1 year ago
Merge pull request #8773 from FeepingCreature/fix/issue-23976 More... over 1 year ago
Fix issue 23976: std.range.slide fails in dmd-2.104.0 I think possibly `hasShownPartialBefore` is just simply wrongly named in the `withPartial` branch. More... over 1 year ago
Fix Issue 23997 - isClose(1, -double.infinity) returns true (#8767) More... over 1 year ago
std.stdio: add glossary, fileno_t (#8772) More... over 1 year ago
Merge pull request #8770 from WalterBright/setmode More... over 1 year ago
Merge pull request #8768 from FeepingCreature/feature/add-typecons-rebindable2 More... over 1 year ago
Merge pull request #8771 from WalterBright/stdio-version More... over 1 year ago
std.stdio: add default case More... over 1 year ago
fix Issue 23312 - Crash when calling writeln in WinMain More... over 1 year ago
Add std.typecons.Rebindable2 for internal use. Rebindable2 is a simplified version of std.typecons.Rebindable that clears up every special case: classes, arrays and structs now have the same struct. Whichever type you instantiate `Rebindable2` with, you always get the same type out by calling `value.get` on the resulting container. Also use this type to simplify the parts of Phobos we previously used `Rebindable` for. More... over 1 year ago