openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
Phobos (D standard library)
Settings
|
Report Duplicate
27
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 6 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use mixin expression instead of mixin declaration
Nick Treleaven
More...
over 1 year ago
Use mixin expr, avoid concat, remove @trusted
Nick Treleaven
More...
over 1 year ago
Remove ParameterIdentifierTuple.Get template
Nick Treleaven
More...
over 1 year ago
[std/traits] Avoid template recursion for 3 Parameter traits
Nick Treleaven
More...
over 1 year ago
Merge pull request #8786 from dkorpel/fix-union-access
Dennis
More...
over 1 year ago
Fix unsafe union access in std.format
Dennis Korpel
More...
over 1 year ago
Fix 24049 - std.conv.to: string to enum conversion is not documented (#8784)
Dennis
More...
over 1 year ago
Merge remote-tracking branch 'upstream/master' into stable
Iain Buclaw
More...
over 1 year ago
Merge pull request #8782 from ibuclaw/merge_stable
Iain Buclaw
More...
over 1 year ago
Fix broken tests caused by merge conflicts
Iain Buclaw
More...
over 1 year ago
Merge remote-tracking branch 'upstream/stable' into merge_stable
Iain Buclaw
More...
over 1 year ago
Remove declarations with expired deprecations
Iain Buclaw
More...
over 1 year ago
Merge pull request #8779 from pbackus/fix-24028
Dennis
More...
over 1 year ago
Fix issue 24028 - BigInt power operator ignores sign of exponent
Paul Backus
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.
Mathis Beer
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
FeepingCreature
More...
over 1 year ago
Merge pull request #8776 from ibuclaw/merge_stable
Iain Buclaw
More...
over 1 year ago
Merge remote-tracking branch 'upstream/stable' into merge_stable
Iain Buclaw
More...
over 1 year ago
[std/traits] Improve getSymbolsByUDA test (#8774)
Nick Treleaven
More...
over 1 year ago
Merge pull request #8764 from FeepingCreature/fix/issue-23993-discard-rebindable-before-calling-compare
Dennis
More...
over 1 year ago
Merge pull request #8773 from FeepingCreature/fix/issue-23976
Dennis
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.
Mathis Beer
More...
over 1 year ago
Fix Issue 23997 - isClose(1, -double.infinity) returns true (#8767)
Vladimir Panteleev
More...
over 1 year ago
std.stdio: add glossary, fileno_t (#8772)
Walter Bright
More...
over 1 year ago
Merge pull request #8770 from WalterBright/setmode
Walter Bright
More...
over 1 year ago
Merge pull request #8768 from FeepingCreature/feature/add-typecons-rebindable2
Dennis
More...
over 1 year ago
Merge pull request #8771 from WalterBright/stdio-version
Dennis
More...
over 1 year ago
std.stdio: add default case
Walter Bright
More...
over 1 year ago
fix Issue 23312 - Crash when calling writeln in WinMain
Walter Bright
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.
Mathis Beer
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree