-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync with upstream. #2
Commits on Jun 11, 2019
-
Merge pull request #7064 from thewilsonator/thewilsonator-patch-3
function attributes go on the right of function aliases
Configuration menu - View commit details
-
Copy full SHA for 2825089 - Browse repository at this point
Copy the full SHA 2825089View commit details -
[docs][std.range.primitives] Add links to array range primitives
It's important to mention this, particularly so the user notices the auto-decoding overloads.
Configuration menu - View commit details
-
Copy full SHA for 249853b - Browse repository at this point
Copy the full SHA 249853bView commit details
Commits on Jun 12, 2019
-
Merge pull request #7066 from ntrel/patch-3
[docs][std.range.primitives] Add links to array range primitives merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3cdff21 - Browse repository at this point
Copy the full SHA 3cdff21View commit details -
Merge pull request #7057 from n8sh/inout-front
Add `inout` to range.front to reduce template proliferation merged-on-behalf-of: Nathan Sashihara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a4918e - Browse repository at this point
Copy the full SHA 5a4918eView commit details -
Configuration menu - View commit details
-
Copy full SHA for db35ee5 - Browse repository at this point
Copy the full SHA db35ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b42d629 - Browse repository at this point
Copy the full SHA b42d629View commit details
Commits on Jun 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0e24007 - Browse repository at this point
Copy the full SHA 0e24007View commit details
Commits on Jun 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3d4bc84 - Browse repository at this point
Copy the full SHA 3d4bc84View commit details -
* changelog * annotate unittest * with check for strict parsing * tabs
Robert Schadek committedJun 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 53aa79c - Browse repository at this point
Copy the full SHA 53aa79cView commit details
Commits on Jun 16, 2019
-
Merge pull request #7069 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
Configuration menu - View commit details
-
Copy full SHA for 991331a - Browse repository at this point
Copy the full SHA 991331aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e71e6 - Browse repository at this point
Copy the full SHA f7e71e6View commit details
Commits on Jun 17, 2019
-
Merge pull request #7068 from shove70/patch-2
Fix issue 19939 - std.format count width error merged-on-behalf-of: Nathan Sashihara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 917d9ac - Browse repository at this point
Copy the full SHA 917d9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c5d723 - Browse repository at this point
Copy the full SHA 6c5d723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6197b53 - Browse repository at this point
Copy the full SHA 6197b53View commit details
Commits on Jun 18, 2019
-
Fix issue 19823 - std.range.dropOne doesn't drop the element when cal…
…led after std.algorithm.iteration.filter
Configuration menu - View commit details
-
Copy full SHA for 83a3ab4 - Browse repository at this point
Copy the full SHA 83a3ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c47227 - Browse repository at this point
Copy the full SHA 3c47227View commit details
Commits on Jun 20, 2019
-
Increased unittest coverage of std.complex to 100% (#7081)
Increase unit-test coverage of complex.d to 100 percent merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1c8fb0 - Browse repository at this point
Copy the full SHA d1c8fb0View commit details
Commits on Jun 21, 2019
-
Fix Issue 19987 - Reducing memory used by VariantN
Swapping the fptr and union around will avoid unnecessary padding.
Configuration menu - View commit details
-
Copy full SHA for 6da85c4 - Browse repository at this point
Copy the full SHA 6da85c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c163aee - Browse repository at this point
Copy the full SHA c163aeeView commit details -
Merge pull request #7082 from Kriyszig/enhance
19987 - Reduce memory used by VariantN merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c79d9bb - Browse repository at this point
Copy the full SHA c79d9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f2914d - Browse repository at this point
Copy the full SHA 2f2914dView commit details -
Merge pull request #7083 from John-Colvin/patch-22
typo in transcode unittest merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35e9f2f - Browse repository at this point
Copy the full SHA 35e9f2fView commit details
Commits on Jun 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 384bc28 - Browse repository at this point
Copy the full SHA 384bc28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8124b17 - Browse repository at this point
Copy the full SHA 8124b17View commit details
Commits on Jun 23, 2019
-
Merge pull request #7074 from burner/std_json_trailing_comma
std_json allow trailing comma merged-on-behalf-of: Nathan Sashihara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5bb2d9 - Browse repository at this point
Copy the full SHA e5bb2d9View commit details
Commits on Jun 24, 2019
-
Fix Issue 19983 - Add fast path using slice assignment to std.interna…
…l.cstring.tempCString This is applicable for narrow strings when the output type matches the string's encoding type.
Configuration menu - View commit details
-
Copy full SHA for 02659f6 - Browse repository at this point
Copy the full SHA 02659f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a856a52 - Browse repository at this point
Copy the full SHA a856a52View commit details
Commits on Jun 25, 2019
-
Merge pull request #7085 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable merged-on-behalf-of: Petar Kirov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b296db7 - Browse repository at this point
Copy the full SHA b296db7View commit details -
Merge pull request #7072 from shove70/patch-4
Fix issue 19823 - std.range.dropOne doesn't drop the element when cal… merged-on-behalf-of: Jonathan M Davis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad540cc - Browse repository at this point
Copy the full SHA ad540ccView commit details -
Robert Schadek committed
Jun 25, 2019 Configuration menu - View commit details
-
Copy full SHA for ef71418 - Browse repository at this point
Copy the full SHA ef71418View commit details -
Robert Schadek committed
Jun 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 35d32ab - Browse repository at this point
Copy the full SHA 35d32abView commit details -
Merge pull request #7087 from burner/std.algorithm.comparision_assert…
…_messages Adds assert messages merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c22a367 - Browse repository at this point
Copy the full SHA c22a367View commit details -
Merge pull request #7088 from burner/std.algorithm.iteration_assert_m…
…essages Adds assert messages merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 019df49 - Browse repository at this point
Copy the full SHA 019df49View commit details -
Robert Schadek committed
Jun 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 31d5b84 - Browse repository at this point
Copy the full SHA 31d5b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9cf38b - Browse repository at this point
Copy the full SHA d9cf38bView commit details -
Robert Schadek committed
Jun 25, 2019 Configuration menu - View commit details
-
Copy full SHA for bb767d5 - Browse repository at this point
Copy the full SHA bb767d5View commit details -
Merge pull request #7090 from burner/std.algorithm.setops_assert_mess…
…ages Addes assert messages merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c256ecf - Browse repository at this point
Copy the full SHA c256ecfView commit details
Commits on Jun 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dbf9d93 - Browse repository at this point
Copy the full SHA dbf9d93View commit details -
Merge pull request #7091 from burner/std.algorithm.sorting_assert_mes…
…sages Adds assert messages to std.algorithm.sorting merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b239506 - Browse repository at this point
Copy the full SHA b239506View commit details -
Merge pull request #7060 from FeepingCreature/deprecate-Nullable-alia…
…s-get-this [Breaking] Deprecate `alias get this` in Nullable. merged-on-behalf-of: unknown
Configuration menu - View commit details
-
Copy full SHA for 307b73b - Browse repository at this point
Copy the full SHA 307b73bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9b969 - Browse repository at this point
Copy the full SHA 1b9b969View commit details -
Merge pull request #7092 from RazvanN7/Union_issue
Fix blocking issue in std/experimental/allocator/building_blocks/region.d merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ad2606 - Browse repository at this point
Copy the full SHA 1ad2606View commit details -
Merge pull request #7089 from burner/std.algorithm.searching_assert_m…
…essages Adds asserts messages merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fb63a5 - Browse repository at this point
Copy the full SHA 9fb63a5View commit details
Commits on Jun 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2edce18 - Browse repository at this point
Copy the full SHA 2edce18View commit details -
Merge pull request #7079 from n8sh/issue-19983
Issue 19983 - Add fast path using slice assignment to std.internal.cstring.tempCString merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 075b0ed - Browse repository at this point
Copy the full SHA 075b0edView commit details -
Clarified error when trying to convert NaN
Marco de Wild committedJun 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 2415c71 - Browse repository at this point
Copy the full SHA 2415c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68cd5d1 - Browse repository at this point
Copy the full SHA 68cd5d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2669a2b - Browse repository at this point
Copy the full SHA 2669a2bView commit details -
Merge pull request #7094 from RazvanN7/Fix_for_19399
Fix enum type in std.socket to match the receiver type merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 275f394 - Browse repository at this point
Copy the full SHA 275f394View commit details
Commits on Jun 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6010a7c - Browse repository at this point
Copy the full SHA 6010a7cView commit details
Commits on Jun 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4be9b5f - Browse repository at this point
Copy the full SHA 4be9b5fView commit details
Commits on Jul 1, 2019
-
Make locally-defined
FiberScheduler
actually usable (#7096)Make locally-defined `FiberScheduler` actually usable merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b64088b - Browse repository at this point
Copy the full SHA b64088bView commit details -
Merge pull request #7075 from lesderid/opPostMove
Implement Phobos side of DIP1014 merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da87cc8 - Browse repository at this point
Copy the full SHA da87cc8View commit details
Commits on Jul 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bab25a8 - Browse repository at this point
Copy the full SHA bab25a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4868c03 - Browse repository at this point
Copy the full SHA 4868c03View commit details
Commits on Jul 3, 2019
-
Merge pull request #7097 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable merged-on-behalf-of: Iain Buclaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e7bc00 - Browse repository at this point
Copy the full SHA 3e7bc00View commit details
Commits on Jul 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e0585fa - Browse repository at this point
Copy the full SHA e0585faView commit details -
Merge pull request #7098 from JinShil/depD1ops
Replace D1 operator overloads with D2 operator overloads merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07034ea - Browse repository at this point
Copy the full SHA 07034eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f14acfe - Browse repository at this point
Copy the full SHA f14acfeView commit details -
Merge pull request #7099 from JinShil/bitmanip_opCom
Replace D1 operator overloads with D2 operator overloads - Part 2 merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0fe3c16 - Browse repository at this point
Copy the full SHA 0fe3c16View commit details -
Merge pull request #7093 from Zevenberge/conv-error
Clarified error when trying to convert NaN merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecc1683 - Browse repository at this point
Copy the full SHA ecc1683View commit details -
Merge pull request #7076 from CyberShadow/issue19979
Fix Issue 19979 - std.regex should return null instead of zero-length slice for non-matched captures merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb7b081 - Browse repository at this point
Copy the full SHA cb7b081View commit details -
Merge pull request #7077 from CyberShadow/issue19980
Fix Issue 19980 - File.byLine skips first line in some cases when used inside map!() merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83505b0 - Browse repository at this point
Copy the full SHA 83505b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775bcde - Browse repository at this point
Copy the full SHA 775bcdeView commit details -
Merge pull request #7054 from n8sh/containerArrayElideMulu
Avoid mulu in std.container.array.Array!T when T.sizeof == 1 merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98c7f5a - Browse repository at this point
Copy the full SHA 98c7f5aView commit details
Commits on Jul 5, 2019
-
Fix issue 19834 - File exception for [std.file.copy] on windows shows…
… the target file rather than the source file
Configuration menu - View commit details
-
Copy full SHA for 8ba408b - Browse repository at this point
Copy the full SHA 8ba408bView commit details -
Merge pull request #7101 from shove70/patch-3
Fix issue 19834 - File exception for [std.file.copy] on windows shows the target file rather than the source file merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7261e85 - Browse repository at this point
Copy the full SHA 7261e85View commit details
Commits on Jul 8, 2019
-
Merge pull request #7084 from pbackus/fix-19994
Fix issue 19994 - Can't nest self-referential Algebraic types merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6f1685 - Browse repository at this point
Copy the full SHA d6f1685View commit details -
Configuration menu - View commit details
-
Copy full SHA for b289b55 - Browse repository at this point
Copy the full SHA b289b55View commit details -
Merge pull request #7080 from shove70/patch-2
Fix issue 19986 - Can't assign large const T to std.Variant.VariantN merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e012907 - Browse repository at this point
Copy the full SHA e012907View commit details
Commits on Jul 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 86733d5 - Browse repository at this point
Copy the full SHA 86733d5View commit details -
Addes assert messages to bigint
Robert Schadek committedJul 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 312006c - Browse repository at this point
Copy the full SHA 312006cView commit details -
Merge pull request #7100 from RazvanN7/fix_issue_19105
Fix Issue 19105 - Bogus recursive template expansion via getSymbolsByUDA merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 135f580 - Browse repository at this point
Copy the full SHA 135f580View commit details -
Merge pull request #7006 from marcioapm/fix_19838
Fix Issue 19838 - RefCounted fails to instantiate due to pureness of … merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a66781 - Browse repository at this point
Copy the full SHA 1a66781View commit details
Commits on Jul 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8c43f3d - Browse repository at this point
Copy the full SHA 8c43f3dView commit details
Commits on Jul 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f796015 - Browse repository at this point
Copy the full SHA f796015View commit details -
Merge pull request #7106 from FeepingCreature/fix/tuple-rename-suppor…
…t-const Fix issue 20043: support Tuple.rename on const tuples
Configuration menu - View commit details
-
Copy full SHA for 6c81516 - Browse repository at this point
Copy the full SHA 6c81516View commit details
Commits on Jul 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c44b471 - Browse repository at this point
Copy the full SHA c44b471View commit details
Commits on Jul 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2b2a4a1 - Browse repository at this point
Copy the full SHA 2b2a4a1View commit details -
Merge pull request #7110 from JinShil/discourage_in
Replace usages of `in` with `const scope`
Configuration menu - View commit details
-
Copy full SHA for 127bb18 - Browse repository at this point
Copy the full SHA 127bb18View commit details -
Francesco Mecca committed
Jul 15, 2019 Configuration menu - View commit details
-
Copy full SHA for d6cd71b - Browse repository at this point
Copy the full SHA d6cd71bView commit details -
Merge pull request #7111 from FraMecca/master
use waitpid for unittest
Configuration menu - View commit details
-
Copy full SHA for b57ea6f - Browse repository at this point
Copy the full SHA b57ea6fView commit details
Commits on Jul 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9e61c57 - Browse repository at this point
Copy the full SHA 9e61c57View commit details -
Merge pull request #7109 from WalterBright/rounding
std.math: change tests for rounding merged-on-behalf-of: Petar Kirov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cfe9db - Browse repository at this point
Copy the full SHA 4cfe9dbView commit details
Commits on Jul 19, 2019
-
Merge pull request #7107 from thaven/fix/make-shared
Get make!T to compile when T is a shared value type merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 303f96d - Browse repository at this point
Copy the full SHA 303f96dView commit details
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8a78157 - Browse repository at this point
Copy the full SHA 8a78157View commit details -
Merge pull request #7113 from bmkessler/pivotpartition_typo
std.algorithm.sorting: fix typo in pivotPartition merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70d8611 - Browse repository at this point
Copy the full SHA 70d8611View commit details
Commits on Jul 23, 2019
-
Fix issue 20070 - std.conv.toImpl matches two functions when using st…
…atic arrays as inout(T)
Configuration menu - View commit details
-
Copy full SHA for f75fcf0 - Browse repository at this point
Copy the full SHA f75fcf0View commit details -
Merge pull request #7114 from shove70/patch-conv
Fix issue 20070 - std.conv.toImpl matches two functions when using st…
Configuration menu - View commit details
-
Copy full SHA for b78366f - Browse repository at this point
Copy the full SHA b78366fView commit details
Commits on Jul 24, 2019
-
Merge pull request #7102 from dgileadi/enable-markdown
Turn on -preview=markdown merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e123a4d - Browse repository at this point
Copy the full SHA e123a4dView commit details
Commits on Jul 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8dc81bb - Browse repository at this point
Copy the full SHA 8dc81bbView commit details -
Merge pull request #7115 from kubo39/note-async-signal-safe-function
Add comment for using non async-signal-safe function
Configuration menu - View commit details
-
Copy full SHA for 442ab4e - Browse repository at this point
Copy the full SHA 442ab4eView commit details -
Merge pull request #7105 from burner/bitmanip_assert_messages
Addes assert messages to bitmanip merged-on-behalf-of: Nathan Sashihara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f399cf - Browse repository at this point
Copy the full SHA 5f399cfView commit details
Commits on Jul 29, 2019
-
std.range.enumerate should work with a non-mutable start index
The deduced type for `Enumerator` could contain type modifier (`const`, `immutable`), but the type was used directly as a state variable.
Configuration menu - View commit details
-
Copy full SHA for 808cdd6 - Browse repository at this point
Copy the full SHA 808cdd6View commit details -
Merge pull request #7117 from Geod24/enumerate-with-immutable-val
std.range.enumerate should work with a non-mutable start index merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 094e7c5 - Browse repository at this point
Copy the full SHA 094e7c5View commit details
Commits on Aug 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fbbdb72 - Browse repository at this point
Copy the full SHA fbbdb72View commit details -
Fix issues 19696, 19697, 16132 - ReplaceType bugs
ReplaceType no longer gives incorrect results for types that can be implicitly converted to a templated type, either via inheritance (19697, 16132) or alias this (19696).
Configuration menu - View commit details
-
Copy full SHA for e7d6e9f - Browse repository at this point
Copy the full SHA e7d6e9fView commit details -
Merge pull request #7119 from WalterBright/arraySlice
Appender and RefAppender: use opSlice() instead of data() merged-on-behalf-of: Walter Bright <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5094f68 - Browse repository at this point
Copy the full SHA 5094f68View commit details
Commits on Aug 2, 2019
-
Merge pull request #7121 from pbackus/fix-19703
Fix issues 19696, 19697, 16132 - ReplaceType bugs merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8845a9a - Browse repository at this point
Copy the full SHA 8845a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb70a38 - Browse repository at this point
Copy the full SHA cb70a38View commit details -
Fix issue 20069 - std.format digit grouping separator (aka thousands …
…separator) needs to be revisited
Configuration menu - View commit details
-
Copy full SHA for 75f65a3 - Browse repository at this point
Copy the full SHA 75f65a3View commit details -
Allow SysTime to be sendable with std.concurrency.send
Configuration menu - View commit details
-
Copy full SHA for 267c2aa - Browse repository at this point
Copy the full SHA 267c2aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e226022 - Browse repository at this point
Copy the full SHA e226022View commit details
Commits on Aug 4, 2019
-
Merge pull request #7123 from n8sh/issue-20098
Fix Issue 20098 - Improve result of printing std.regex compiled pattern merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc9a56f - Browse repository at this point
Copy the full SHA cc9a56fView commit details -
Merge pull request #7112 from shove70/patch-format
Fix issue 20064,20069 - format functions make their final width and digits grouping conform to POSIX definition merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f54c9fc - Browse repository at this point
Copy the full SHA f54c9fcView commit details -
Merge pull request #7122 from tchaloupka/systimelocalaliasing
Fix issue 20097 merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 225a6af - Browse repository at this point
Copy the full SHA 225a6afView commit details
Commits on Aug 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d2e931f - Browse repository at this point
Copy the full SHA d2e931fView commit details
Commits on Aug 6, 2019
-
Clarify that buf can be shortened in readln (#7125)
Clarify that buf can be shortened in readln merged-on-behalf-of: Vladimir Panteleev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41f28f6 - Browse repository at this point
Copy the full SHA 41f28f6View commit details
Commits on Aug 7, 2019
-
Merge pull request #7120 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable merged-on-behalf-of: Petar Kirov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0acf29c - Browse repository at this point
Copy the full SHA 0acf29cView commit details
Commits on Aug 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f1b19f3 - Browse repository at this point
Copy the full SHA f1b19f3View commit details -
ieeeFlags unittest: the optimizer might remove operations that the te…
…st is depending upon
Configuration menu - View commit details
-
Copy full SHA for d287336 - Browse repository at this point
Copy the full SHA d287336View commit details
Commits on Aug 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5cba11a - Browse repository at this point
Copy the full SHA 5cba11aView commit details
Commits on Aug 12, 2019
-
Merge pull request #7127 from pbackus/patch-2
Fix copy-paste error in std.functional.pipe doc merged-on-behalf-of: Sebastian Wilzbach <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 907e359 - Browse repository at this point
Copy the full SHA 907e359View commit details
Commits on Aug 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 64ccd34 - Browse repository at this point
Copy the full SHA 64ccd34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46daae0 - Browse repository at this point
Copy the full SHA 46daae0View commit details -
Merge pull request #7129 from WalterBright/useIsAutodecodableString
start making use of isAutodecodableString() merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e2d530 - Browse repository at this point
Copy the full SHA 7e2d530View commit details -
Fix Issue 20129 - AA require with File values gives "Error:
return
……expression expected" in object.d
Configuration menu - View commit details
-
Copy full SHA for a15af9c - Browse repository at this point
Copy the full SHA a15af9cView commit details
Commits on Aug 14, 2019
-
Merge pull request #7131 from CyberShadow/pull-20190813-203109
Fix Issue 20129 - AA require with File values gives "Error: `return` … merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74f0301 - Browse repository at this point
Copy the full SHA 74f0301View commit details -
Merge pull request #7128 from WalterBright/traits-array-doc
improve documentation and tests for isAutodecodable() merged-on-behalf-of: Walter Bright <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbd9c44 - Browse repository at this point
Copy the full SHA fbd9c44View commit details
Commits on Aug 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 82f8d40 - Browse repository at this point
Copy the full SHA 82f8d40View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac46404 - Browse repository at this point
Copy the full SHA ac46404View commit details -
Merge pull request #7133 from WalterBright/array-nad
fix array(String) to work with no autodecode
Configuration menu - View commit details
-
Copy full SHA for 2ae3bb1 - Browse repository at this point
Copy the full SHA 2ae3bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0153d - Browse repository at this point
Copy the full SHA 1d0153dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce46d9a - Browse repository at this point
Copy the full SHA ce46d9aView commit details -
Merge pull request #7104 from burner/bigint_assert_messages
Addes assert messages to bigint merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c707e17 - Browse repository at this point
Copy the full SHA c707e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b9e537 - Browse repository at this point
Copy the full SHA 2b9e537View commit details -
Merge pull request #7135 from WalterBright/array-nad3
fix unittests for array.join() for no autodecode merged-on-behalf-of: Walter Bright <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b83b74 - Browse repository at this point
Copy the full SHA 5b83b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb8bf5 - Browse repository at this point
Copy the full SHA dbb8bf5View commit details -
Merge pull request #7136 from burner/concurrency_assert_messages
adds assert messages to std.concurrency merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60af4b7 - Browse repository at this point
Copy the full SHA 60af4b7View commit details -
std.stdio: Fix failing unittest with no autodecode
The code compiled and ran, but behaved differently. The silent breakage was due to the implicit conversion of char to dchar. Forbidding such conversions would prevent the silent breakage.
Configuration menu - View commit details
-
Copy full SHA for 5cb4d92 - Browse repository at this point
Copy the full SHA 5cb4d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3892071 - Browse repository at this point
Copy the full SHA 3892071View commit details -
std.conv: Fix instantiations of parseElement with const Target
This is a pedantic fix.
Configuration menu - View commit details
-
Copy full SHA for c4ae17a - Browse repository at this point
Copy the full SHA c4ae17aView commit details -
std.conv: Allow instantiating parseElement only with dchar
Narrower char types cannot fit the result of parsing an escaped character.
Configuration menu - View commit details
-
Copy full SHA for 108672b - Browse repository at this point
Copy the full SHA 108672bView commit details -
When parsing char types then appending to a string, parse as dchar
Parsing as the string element type (char, in non-autodecode mode) does not allow fitting the result of parsing escapes. Those always need to be parsed into a dchar.
Configuration menu - View commit details
-
Copy full SHA for e9c8d30 - Browse repository at this point
Copy the full SHA e9c8d30View commit details -
std.uni: Disambiguate templates with autodecoding off
With autodecoding off (and thus char[]/wchar[] now being random-access ranges), both the range and array match/skip/test functions accepted a char[] / wchar[].
Configuration menu - View commit details
-
Copy full SHA for 2ba2521 - Browse repository at this point
Copy the full SHA 2ba2521View commit details -
Merge pull request #7141 from CyberShadow/pull-20190815-134637
std.uni: Disambiguate templates with autodecoding off merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9cb7f7 - Browse repository at this point
Copy the full SHA e9cb7f7View commit details -
Merge pull request #7139 from CyberShadow/pull-20190815-114112
std.file: Fix unittest for no autodecode merged-on-behalf-of: Vladimir Panteleev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aae9a3d - Browse repository at this point
Copy the full SHA aae9a3dView commit details -
Merge pull request #7140 from CyberShadow/pull-20190815-120029
std.stdio: Fix failing unittest with no autodecode merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5949c58 - Browse repository at this point
Copy the full SHA 5949c58View commit details -
Rewrite dubious refRange() shortcuts in unittests
As preparation for dlang/dmd#10124, which makes elements of array literals rvalues.
Configuration menu - View commit details
-
Copy full SHA for 7653e97 - Browse repository at this point
Copy the full SHA 7653e97View commit details -
Merge pull request #7142 from kinke/refRange
Rewrite dubious refRange() shortcuts in unittests merged-on-behalf-of: Sebastian Wilzbach <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2b9977 - Browse repository at this point
Copy the full SHA a2b9977View commit details -
win*.mak: Sync compiler flags with Posix ones
Unfortunately, these files seem untested by CI here, but they are used by Azure pipelines for DMD, so one can easily break DMD CI by a seemingly fine Phobos change (#7142 in this case, which requires DIP1000).
Configuration menu - View commit details
-
Copy full SHA for 7be7b5c - Browse repository at this point
Copy the full SHA 7be7b5cView commit details -
Merge pull request #7143 from kinke/refRange
win*.mak: Sync compiler flags with Posix ones
Configuration menu - View commit details
-
Copy full SHA for 95d611b - Browse repository at this point
Copy the full SHA 95d611bView commit details -
Merge pull request #7134 from WalterBright/array-nad2
fix assocArray() unittests for no autodecode merged-on-behalf-of: Petar Kirov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 858b1d4 - Browse repository at this point
Copy the full SHA 858b1d4View commit details
Commits on Aug 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 232d9e6 - Browse repository at this point
Copy the full SHA 232d9e6View commit details -
Merge pull request #7145 from WalterBright/UTFException
UTFException should derive from UnicodeException merged-on-behalf-of: Walter Bright <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4041bbd - Browse repository at this point
Copy the full SHA 4041bbdView commit details -
Merge pull request #7137 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
Configuration menu - View commit details
-
Copy full SHA for 33a8351 - Browse repository at this point
Copy the full SHA 33a8351View commit details
Commits on Aug 17, 2019
-
Merge pull request #7126 from rainers/nan_std_math
ieeeFlags unittest: the optimizer might remove operations that the te…
Configuration menu - View commit details
-
Copy full SHA for cd86ceb - Browse repository at this point
Copy the full SHA cd86cebView commit details
Commits on Aug 18, 2019
-
Merge pull request #7138 from CyberShadow/pull-20190815-111010
std.format: Fix compilation with no autodecode
Configuration menu - View commit details
-
Copy full SHA for 76c31ff - Browse repository at this point
Copy the full SHA 76c31ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 585e5e4 - Browse repository at this point
Copy the full SHA 585e5e4View commit details -
prepare for fix of issue 20138 ("is expression not evaluating correct…
…ly?") With issue 20138 fixed, `const U` and `shared U` do match `const shared T`, and they leave the other qualifier intact. So `const shared U` must be attempted first if we want to strip both qualifiers.
Configuration menu - View commit details
-
Copy full SHA for dc5e229 - Browse repository at this point
Copy the full SHA dc5e229View commit details -
Merge pull request #7146 from WalterBright/byUTFexception
std.utf.byUTF: add option to throw on invalid UTF merged-on-behalf-of: Vladimir Panteleev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81572ff - Browse repository at this point
Copy the full SHA 81572ffView commit details
Commits on Aug 19, 2019
-
Merge pull request #7147 from aG0aep6G/20138
prepare for fix of issue 20138 ("is expression not evaluating correct…
Configuration menu - View commit details
-
Copy full SHA for ad70ff2 - Browse repository at this point
Copy the full SHA ad70ff2View commit details
Commits on Aug 20, 2019
-
* Fixed missing http variable * Fixed deprecated concatenation ``` Error: Implicit string concatenation is deprecated, use "http://upload.wikimedia.org/wikipedia/commons/" ~ "5/53/Wikipedia-logo-en-big.png" instead ```
Configuration menu - View commit details
-
Copy full SHA for 06efd23 - Browse repository at this point
Copy the full SHA 06efd23View commit details -
Remove concatination completely
Concatination breaks and give wrong results, so I decided to remove it completely
Configuration menu - View commit details
-
Copy full SHA for 2b192be - Browse repository at this point
Copy the full SHA 2b192beView commit details -
std.process: add missing check for failed malloc() (#7116)
std.process: add missing check for failed malloc() merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c25c94b - Browse repository at this point
Copy the full SHA c25c94bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c6637 - Browse repository at this point
Copy the full SHA d7c6637View commit details -
Configuration menu - View commit details
-
Copy full SHA for d09d4fa - Browse repository at this point
Copy the full SHA d09d4faView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeea727 - Browse repository at this point
Copy the full SHA aeea727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c00377 - Browse repository at this point
Copy the full SHA 4c00377View commit details -
Configuration menu - View commit details
-
Copy full SHA for 508ac91 - Browse repository at this point
Copy the full SHA 508ac91View commit details -
Configuration menu - View commit details
-
Copy full SHA for b656def - Browse repository at this point
Copy the full SHA b656defView commit details -
Configuration menu - View commit details
-
Copy full SHA for e775bd9 - Browse repository at this point
Copy the full SHA e775bd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 967b4cf - Browse repository at this point
Copy the full SHA 967b4cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e948957 - Browse repository at this point
Copy the full SHA e948957View commit details -
Co-Authored-By: Vladimir Panteleev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c62374 - Browse repository at this point
Copy the full SHA 9c62374View commit details
Commits on Aug 21, 2019
-
std.process: use local imports
In current phobos policy, local imports should be preferred over global imports.
Configuration menu - View commit details
-
Copy full SHA for 6825445 - Browse repository at this point
Copy the full SHA 6825445View commit details -
Merge pull request #7150 from kubo39/patch-1
std.process: use local imports
Configuration menu - View commit details
-
Copy full SHA for 6dfc0a1 - Browse repository at this point
Copy the full SHA 6dfc0a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0cc331 - Browse repository at this point
Copy the full SHA e0cc331View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6b09d - Browse repository at this point
Copy the full SHA 6a6b09dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b97f8 - Browse repository at this point
Copy the full SHA 02b97f8View commit details
Commits on Aug 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7887d04 - Browse repository at this point
Copy the full SHA 7887d04View commit details -
Merge pull request #7153 from n8sh/issue-20159
Fix Issue 20159 - Make std.math.scalbn work in CTFE merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c9ccfc - Browse repository at this point
Copy the full SHA 5c9ccfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef29e25 - Browse repository at this point
Copy the full SHA ef29e25View commit details -
Merge pull request #7155 from n8sh/issue-20159-followup
Issue 20159 Followup - fix ldc-win32 test failure merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7fc24c - Browse repository at this point
Copy the full SHA f7fc24cView commit details
Commits on Aug 26, 2019
-
Accomodate for the fact that a `VariantN!24` without explicit allowed types is at least `real` aligned, and that can be 8 on some platforms (e.g., 32-bit Windows for LDC with 64-bit `real`), so that the size is aligned up to `24+4 + /*padding*/ 4 = 32`.
Configuration menu - View commit details
-
Copy full SHA for 69da163 - Browse repository at this point
Copy the full SHA 69da163View commit details
Commits on Aug 27, 2019
-
Merge pull request #7156 from kinke/patch-2
[stable] Fix std.variant unittest merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65da9f3 - Browse repository at this point
Copy the full SHA 65da9f3View commit details
Commits on Aug 29, 2019
-
[CircleCI] Upgrade host dmd version from 2.078.1 to 2.079.1
The phobos Circle CI build recently started failing, while the dmd one is fine. The difference is that the dmd build is using has `HOST_DMD_VER` set to `2.079.1`, instead of `2.078.1`.
Configuration menu - View commit details
-
Copy full SHA for ba2195b - Browse repository at this point
Copy the full SHA ba2195bView commit details -
[circleci] Fix building dmd - use dmd/src/build.d instead of dmd/src/…
…posix.mak PR dlang/dmd#10212 broke building `dmd/src/posix.mak` with `BUILD=debug`. Use `build.d` instead.
Configuration menu - View commit details
-
Copy full SHA for de6c26e - Browse repository at this point
Copy the full SHA de6c26eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a57ec3 - Browse repository at this point
Copy the full SHA 2a57ec3View commit details -
Merge pull request #7160 from dlang/upgrade-circle-ci
Fix CircleCI build merged-on-behalf-of: Petar Kirov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b58623 - Browse repository at this point
Copy the full SHA 9b58623View commit details -
Accomodate for the fact that a `VariantN!24` without explicit allowed types is at least `real` aligned, and that can be 8 on some platforms (e.g., 32-bit Windows for LDC with 64-bit `real`), so that the size is aligned up to `24+4 + /*padding*/ 4 = 32`.
Configuration menu - View commit details
-
Copy full SHA for fe38be1 - Browse repository at this point
Copy the full SHA fe38be1View commit details -
Merge pull request #7159 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable merged-on-behalf-of: Petar Kirov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39e84d2 - Browse repository at this point
Copy the full SHA 39e84d2View commit details
Commits on Aug 30, 2019
-
Merge pull request #7149 from BoQsc/patch-1
std.net.curl: Fix example in HTTP documentation
Configuration menu - View commit details
-
Copy full SHA for 4acd38d - Browse repository at this point
Copy the full SHA 4acd38dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b341694 - Browse repository at this point
Copy the full SHA b341694View commit details -
Merge pull request #7161 from JinShil/deprecated_old_types
Replace `sizediff_t` with `ptrdiff_t` in std.random.d merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2c4a48 - Browse repository at this point
Copy the full SHA c2c4a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de2d66 - Browse repository at this point
Copy the full SHA 0de2d66View commit details -
Merge pull request #7162 from JinShil/replace_hash_t
Replace `hash_t` and `sizediff_t` with `size_t` and `ptrdiff_t` merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94e870b - Browse repository at this point
Copy the full SHA 94e870bView commit details
Commits on Aug 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e13a397 - Browse repository at this point
Copy the full SHA e13a397View commit details -
avoid
appender
informatElement
for stringsOn the downside, the new code loops twice over the source string, meaning it `decode`s every character twice. On the upside, it writes only one time to memory, avoiding one or more allocations and a copy from the temporary buffer to the actual destination.
Configuration menu - View commit details
-
Copy full SHA for 018e93c - Browse repository at this point
Copy the full SHA 018e93cView commit details
Commits on Sep 1, 2019
-
Merge pull request #7163 from aG0aep6G/sformat-gc
get rid of some GC allocations in `sformat` and `formatElement` merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05f866c - Browse repository at this point
Copy the full SHA 05f866cView commit details -
Fix Issue 20186 - File size of "Hello, world" executable increased by…
… 185KB We can delay the std.format import until the relevant templates are instantiated.
Configuration menu - View commit details
-
Copy full SHA for fe87dc7 - Browse repository at this point
Copy the full SHA fe87dc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d625603 - Browse repository at this point
Copy the full SHA d625603View commit details -
.dscanner.ini: Add std.array to properly_documented_public_functions …
…exemptions DScanner currently doesn't understand documenting parameters of IFTI/eponymous templates.
Configuration menu - View commit details
-
Copy full SHA for 2c86c71 - Browse repository at this point
Copy the full SHA 2c86c71View commit details -
Merge pull request #7164 from CyberShadow/pull-20190901-032124
Fix Issue 20186 - File size of "Hello, world" executable increased by 185KB merged-on-behalf-of: Petar Kirov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b84477b - Browse repository at this point
Copy the full SHA b84477bView commit details
Commits on Sep 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 87301e7 - Browse repository at this point
Copy the full SHA 87301e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a5a049 - Browse repository at this point
Copy the full SHA 9a5a049View commit details -
Merge pull request #7168 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable merged-on-behalf-of: Petar Kirov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a7bda1 - Browse repository at this point
Copy the full SHA 9a7bda1View commit details
Commits on Sep 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a26d88c - Browse repository at this point
Copy the full SHA a26d88cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3586763 - Browse repository at this point
Copy the full SHA 3586763View commit details -
Merge pull request #7170 from n8sh/issue-20192
Fix Issue 20192 - Make std.math.isSubnormal work in CTFE merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a14c9f - Browse repository at this point
Copy the full SHA 0a14c9fView commit details
Commits on Sep 5, 2019
-
Merge pull request #7169 from n8sh/issue-17705
Fix Issue 17705 - std.math.isFinite cannot run at compile-time merged-on-behalf-of: Petar Kirov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b37e919 - Browse repository at this point
Copy the full SHA b37e919View commit details
Commits on Sep 6, 2019
-
Fix Issue 20147 - Enable comparison (==, >, >=, <=, <) between std.bi…
…gint.BigInt and floating point numbers
Configuration menu - View commit details
-
Copy full SHA for ce3e7f6 - Browse repository at this point
Copy the full SHA ce3e7f6View commit details
Commits on Sep 7, 2019
-
Merge pull request #7172 from n8sh/issue-20147
Fix Issue 20147 - Enable comparison (==, >, >=, <=, <) between std.bigint.BigInt and floating point numbers merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3e9671 - Browse repository at this point
Copy the full SHA d3e9671View commit details -
Fix issue 19514 - gcd(BigInt(2), BigInt(1)) fails
Berni committedSep 7, 2019 Configuration menu - View commit details
-
Copy full SHA for a21bfbd - Browse repository at this point
Copy the full SHA a21bfbdView commit details
Commits on Sep 8, 2019
-
Merge pull request #7174 from crocopaw/gcd
Fix issue 19514 - gcd(BigInt(2), BigInt(1)) fails merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb4f35d - Browse repository at this point
Copy the full SHA cb4f35dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fbe3b4 - Browse repository at this point
Copy the full SHA 5fbe3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 083a0ac - Browse repository at this point
Copy the full SHA 083a0acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7609cb - Browse repository at this point
Copy the full SHA e7609cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e45ac91 - Browse repository at this point
Copy the full SHA e45ac91View commit details
Commits on Sep 9, 2019
-
Refactor approxEqual, removed superfluous overload
Berni committedSep 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 5afe334 - Browse repository at this point
Copy the full SHA 5afe334View commit details -
Remove duplicate unittest for approxEqual
Berni committedSep 9, 2019 Configuration menu - View commit details
-
Copy full SHA for dc22eb3 - Browse repository at this point
Copy the full SHA dc22eb3View commit details -
Remove misleading comments in unittests for approxEqual
Berni committedSep 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 0d2f54b - Browse repository at this point
Copy the full SHA 0d2f54bView commit details -
Change documentation to make the purpose more clear.
a) Make clear, that fullfilling one criterium is enough b) Make clear, that the function is not symmetric.
Berni committedSep 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 16912a3 - Browse repository at this point
Copy the full SHA 16912a3View commit details -
Berni committed
Sep 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 22d4ca5 - Browse repository at this point
Copy the full SHA 22d4ca5View commit details
Commits on Sep 10, 2019
-
Merge pull request #7179 from n8sh/issue-20202
Fix issues 20202 & 20203 - Make std.math.signbit and copysign work in CTFE merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4719aa1 - Browse repository at this point
Copy the full SHA 4719aa1View commit details -
Merge pull request #7175 from n8sh/issue-20196
Fix Issue 20196 - Make std.math.isNormal work in CTFE merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd1a960 - Browse repository at this point
Copy the full SHA cd1a960View commit details -
Merge pull request #7178 from n8sh/issue-20201
Fix Issue 20201 - Make std.math.scalbn pure merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1160d7b - Browse repository at this point
Copy the full SHA 1160d7bView commit details -
Merge pull request #7177 from n8sh/issue-20199
Fix issues 20199 & 20200: make std.math.frexp & isPowerOf2 work in CTFE merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee30e07 - Browse repository at this point
Copy the full SHA ee30e07View commit details
Commits on Sep 12, 2019
-
Fix issue 20205 - std.math: Wrong result for abs(int.min)
Berni committedSep 12, 2019 Configuration menu - View commit details
-
Copy full SHA for e6b5c68 - Browse repository at this point
Copy the full SHA e6b5c68View commit details
Commits on Sep 13, 2019
-
Merge pull request #7182 from crocopaw/abs
Fix issue 20205 - std.math: Wrong result for abs(int.min) merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd06bc1 - Browse repository at this point
Copy the full SHA fd06bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7aa772 - Browse repository at this point
Copy the full SHA e7aa772View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1638b1 - Browse repository at this point
Copy the full SHA b1638b1View commit details -
Merge pull request #7183 from WalterBright/arrayError
array.d: replace Error with assert() merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 897ff6e - Browse repository at this point
Copy the full SHA 897ff6eView commit details -
Merge pull request #7184 from WalterBright/bigintError
bigint.d: replace Error with assert() merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8196e6 - Browse repository at this point
Copy the full SHA f8196e6View commit details
Commits on Sep 17, 2019
-
Fix issue 20218: format: don't try to print the entire range while me…
…rely testing the format string
Configuration menu - View commit details
-
Copy full SHA for 70c8d50 - Browse repository at this point
Copy the full SHA 70c8d50View commit details -
Fix issue 20145 - Random unittest failures in std.datetime.stopwatch
Berni committedSep 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 36ac561 - Browse repository at this point
Copy the full SHA 36ac561View commit details -
Merge pull request #7185 from FeepingCreature/fix/issue-20218-dont-pr…
…int-infinite-ranges-in-test-mode Fix issue 20218: format: don't try to print the entire range while merely testing the format string merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f105cc4 - Browse repository at this point
Copy the full SHA f105cc4View commit details
Commits on Sep 19, 2019
-
Merge pull request #7186 from crocopaw/stopwatch
Fix issue 20145 - Random unittest failures in std.datetime.stopwatch merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb35b3f - Browse repository at this point
Copy the full SHA eb35b3fView commit details
Commits on Sep 20, 2019
-
adds assert messages to std.container.dlist
Robert Schadek committedSep 20, 2019 Configuration menu - View commit details
-
Copy full SHA for a670c53 - Browse repository at this point
Copy the full SHA a670c53View commit details -
Merge pull request #7191 from burner/assert_messages_container_dlist
adds assert messages to std.container.dlist merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0855e34 - Browse repository at this point
Copy the full SHA 0855e34View commit details
Commits on Sep 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6786e42 - Browse repository at this point
Copy the full SHA 6786e42View commit details -
Merge pull request #7192 from burner/assert_messages_container_dlist_fix
assert messages container dlist typo fix merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb0a03e - Browse repository at this point
Copy the full SHA cb0a03eView commit details
Commits on Sep 23, 2019
-
Merge pull request #7165 from thaven/unconst
Add Unconst to std.traits merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for feae48d - Browse repository at this point
Copy the full SHA feae48dView commit details
Commits on Sep 25, 2019
-
FiberScheduler: Make the stack size configurable
This makes the create() method protected to enable spawning a fiber with a custom stack size. The InfoFiber class has been made protected to allow instantiating it in subclasses.
Configuration menu - View commit details
-
Copy full SHA for 6726f03 - Browse repository at this point
Copy the full SHA 6726f03View commit details -
Merge pull request #7193 from AndrejMitrovic/configurable-fiber
FiberScheduler: Make the stack size configurable merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9709e35 - Browse repository at this point
Copy the full SHA 9709e35View commit details -
Make task() example compilable.
This example seems to not have worked ever. You cannot create a delegate to an uninstantiated template function, and for the task() template function to be able to deduce a function, all optional parameters to read() need to be given. The delegate issue is kind of obvious. The default parameter issue I don't know whether is a compiler limitation that could be lifted or not. These fixes make the example less pretty, especially compared to the example of the other overload of task(), but is it how it is. Runnable variant: https://run.dlang.io/is/WAns8z (not for publication)
Configuration menu - View commit details
-
Copy full SHA for 9419f57 - Browse repository at this point
Copy the full SHA 9419f57View commit details -
Merge pull request #7195 from veelo/patch-1
Make task() example compilable. merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1e84b8 - Browse repository at this point
Copy the full SHA b1e84b8View commit details
Commits on Sep 26, 2019
-
Remove posix only unittest relying on presence of unzip untility.
Berni committedSep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 250db06 - Browse repository at this point
Copy the full SHA 250db06View commit details -
Merge pull request #7196 from crocopaw/zip
Remove posix only unittest relying on presence of unzip untility. merged-on-behalf-of: Vladimir Panteleev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25f38e4 - Browse repository at this point
Copy the full SHA 25f38e4View commit details -
Update and correct main documentation
Berni committedSep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 9f816b7 - Browse repository at this point
Copy the full SHA 9f816b7View commit details -
Merge pull request #7180 from crocopaw/approxEqual
Clearer documentation for approxEqual merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b36652a - Browse repository at this point
Copy the full SHA b36652aView commit details -
Merge pull request #7199 from crocopaw/zip4
std.zip: Update and correct main documentation merged-on-behalf-of: Vladimir Panteleev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9c950a - Browse repository at this point
Copy the full SHA d9c950aView commit details
Commits on Sep 28, 2019
-
Add data structure for detecting overlapping chunks.
Berni committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for c14c203 - Browse repository at this point
Copy the full SHA c14c203View commit details -
Berni committed
Sep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 4dc38f5 - Browse repository at this point
Copy the full SHA 4dc38f5View commit details -
Merge pull request #7203 from crocopaw/xml
Fix typo. merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d962c3 - Browse repository at this point
Copy the full SHA 1d962c3View commit details -
Move "print" to "convert" in example of to template.
Berni committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 1cc164d - Browse repository at this point
Copy the full SHA 1cc164dView commit details
Commits on Sep 29, 2019
-
Merge pull request #7204 from crocopaw/conv
Move "print" to "convert" in example of to template. merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c8c22b - Browse repository at this point
Copy the full SHA 1c8c22bView commit details -
Merge pull request #7202 from crocopaw/zip5
std.zip: Add data structure for detecting overlapping chunks. merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b125d8 - Browse repository at this point
Copy the full SHA 4b125d8View commit details -
Berni committed
Sep 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 04d23a2 - Browse repository at this point
Copy the full SHA 04d23a2View commit details
Commits on Sep 30, 2019
-
Merge pull request #7206 from crocopaw/typetuple
typetuple: 100% code coverage merged-on-behalf-of: Nicholas Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b56aee - Browse repository at this point
Copy the full SHA 5b56aeeView commit details