Commit graph

46 commits

Author SHA1 Message Date
Iain Buclaw
fd5facfe04 posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
Vlad Vitan
f21833ff15 Fix Issue 18675 - Missing toHash in std/experimental/checkedint.d 2018-09-08 07:40:02 -04:00
dhasenan
2ca2824f7e Fix issue 18142 - checkint opOpAssign doesn't accept checkedints 2018-08-29 13:09:44 -07:00
The Dlang Bot
15b682af36
Merge pull request #6549 from wilzbach/checked-doc
Fix Issue 18952 - std.experimental.checkedint.Saturate prints integral promotion deprecation message
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-06-14 07:20:31 +02:00
Sebastian Wilzbach
7a8ff39cbb Fix Issue 18952 - std.experimental.checkedint.Saturate prints integral promotion deprecation message 2018-06-08 11:56:01 +02:00
Sebastian Wilzbach
3689a940cf Add a few public examples for common hooks 2018-06-06 19:12:39 +02:00
Sebastian Wilzbach
c324714fde Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
Sebastian Wilzbach
42894784dd Markdownify Phobos
$(D word) -> `word`
2018-04-02 22:32:47 +02:00
Jack Stouffer
663b5b9278 Revert addition of StdUnittest 2018-02-20 13:32:32 -05:00
Sebastian Wilzbach
c94d93e121 Merge remote-tracking branch 'upstream/stable' into merge_stable 2018-01-09 02:19:50 +01:00
Sebastian Wilzbach
233e90bdc1 Add PHOBOSSRC urls to std.experimental 2018-01-08 02:52:50 +01:00
Sebastian Wilzbach
d1d6a80e64 Add StdUnittest to stdx.checkedint 2017-12-21 09:36:18 +01:00
RazvanN7
74a8f6bb47 Fix Issue 17365 - checkedint.html is missing the Throw hook description 2017-07-05 17:09:51 +03:00
Vladimir Panteleev
d0b9555a06
Revert "Sort selective imports"
This reverts commit 998ad51fd7.
2017-06-13 17:51:52 +00:00
Sebastian Wilzbach
998ad51fd7 Sort selective imports 2017-06-12 08:12:09 +02:00
Sebastian Wilzbach
61717ecc7d Sort imports 2017-06-12 07:54:38 +02:00
Andrei Alexandrescu
f2ff3527a8 opChecked: use "overflow" consistently in code & dox 2017-06-03 13:22:10 -04:00
Sebastian Wilzbach
090d5164e8 Fix links from $(LREF $(D ...)) -> $(LREF ...)
sed -E 's/[$]\(D [$]\(LREF (.*)\)\)/$(LREF \1)/' -i **/*.d
2017-03-05 08:11:29 +01:00
Sebastian Wilzbach
5b07bd5939 [BOOKTABLES]: Add BOOKTABLE to stdx.checkedint (#5238)
[BOOKTABLES]: Add BOOKTABLE to stdx.checkedint
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-03-04 08:50:39 +01:00
Sebastian Wilzbach
427bcb9c71 Fix CircleCi: auto functions that return null should be void 2017-02-28 22:27:51 +01:00
Andrei Alexandrescu
a4755b7769 Add simple example at the beginning 2017-02-25 14:26:14 -05:00
Sebastian Wilzbach
78f4e8990e Fix CircleCi for std.experimental.checkedint (add unittest attributes) 2017-02-24 17:20:02 +01:00
Andrei Alexandrescu
4c9e0502a9 Please the style checker although I shouldn't have to 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
5919487140 Use std.math.isNaN instead of comparison to fix failures on Darwin 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
d3ddf0fd38 Improve docs spacing, remove spurious output in unittest 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
30626d289d Improve coverage a bit more 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
0f75fc2ac1 Fix copypasta in documentation 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
082b8b61c8 Add Throw hook, improve coverage, fix a few bugs 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
89df85c412 Lil more coverage 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
cde67f4ca1 Increase coverage, fix bugs 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
ca164a7d74 Add isNAN function, fix bug 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
53c9b8b51a Review by JohanEngelen 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
a09c5a7e4b Add const/immutable support 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
d7a4ad96c2 Back to no custom min and max 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
77bb316d8e Adding custom min and max to Checked 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
1a62d66d93 Simplify checked(), replace onBadOpOpAssign with more precise onLowerBound/onUpperBound 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
047687889a Mumble -> Warn 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
edca085de8 Small improvements to documentation 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
ca9543921f Add Mumble, improve documentation 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
522077ea36 Add Saturate, change definition of onBadOpOpAssign 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
157db49e39 Workaround bug in libdparse 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
c9d9920b80 Rename representation to get; add function checked; improve documentation 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
2ca8872101 Review 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
aeb6325c93 Review 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
0033df3bd8 Add dox for ProperCompare 2017-02-24 09:12:12 -05:00
Andrei Alexandrescu
cecb6d8916 WIP: add std.experimental.checkedint 2017-02-24 09:12:12 -05:00