Commit graph

37 commits

Author SHA1 Message Date
Vladiwostok
231ae8b68a
Fix D-Scanner linting issues (#9070)
* Fix UndocumentedDeclarationCheck linting issue

* Fix IfConstraintsIndentCheck linting issue

* Address feedback

* Fix publictests CI

* Fix old (libdparse) D-Scanner linting warn
2024-10-27 01:21:56 -07:00
Dennis Korpel
fc3cdd9723 Annotate SysTime.opBinary as returnScope 2022-03-02 19:00:44 +01:00
dkorpel
5d0cfcd13a Fix scope usage of SysTime/TimeZone 2021-11-18 23:49:51 +00:00
Nathan Sashihara
453faadf5b Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
Geod24
04f3979317 Replace 'Issue XXX' with Bugzilla links
Make the links clickable, as was done in the DMD repository.
Also avoids any ambiguity w.r.t. where the issue is stored.
2020-04-13 16:28:09 +09:00
Adam D. Ruppe
ae93f5317c Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
Alexandru Militaru
bb62aaca3d Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
Iain Buclaw
fd5facfe04 posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
Walter Bright
878277200d interval std.datetime.interval replace 'in' with 'scope const' 2018-06-23 23:26:57 -07: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
Jonathan M Davis
1436fca1cc Add website link to author name for Jonathan M Davis. 2018-03-10 16:31:23 -07:00
Jack Stouffer
626065d78f Added writer version of toString to std.datetime.interval.Interval 2018-03-06 13:08:01 -05:00
Jack Stouffer
663b5b9278 Revert addition of StdUnittest 2018-02-20 13:32:32 -05:00
The Dlang Bot
378b710315
Merge pull request #6118 from wilzbach/fix-18345
Issue 18345 - add bookmark tables to std.datetime
merged-on-behalf-of: Jonathan M Davis <jmdavis@users.noreply.github.com>
2018-02-07 19:27:56 +01:00
Sebastian Wilzbach
6fcd737163 Issue 18345 - add bookmark tables to std.datetime 2018-02-03 21:05:34 +01:00
Jack Stouffer
18cbb29b04 Replaced version(unittest) blocks with version(StdUnittest) 2018-02-01 19:56:59 -05:00
Vladimir Panteleev
954dccd7f1 std.datetime: Clarify range of integer month parameters
Months are 0-11 in C's tm and the old std.date, so it's better to
clarify the range for every instance of `int month` in the API.
2017-07-01 10:37:15 +00: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
Jonathan M Davis
b7bb3bcc46 Fix links in std.datetime. 2017-05-06 16:48:09 +02:00
Jonathan M Davis
10a7292b6b Remove uses of common, datetime, and timeofday. 2017-05-06 16:48:09 +02:00
Jonathan M Davis
6027d7b449 Move stray functionality in std.datetime.common to std.datetime.date. 2017-05-06 16:48:09 +02:00
Jonathan M Davis
491d76d8a6 Fixes to make circleci happy. 2017-05-05 21:47:02 +02:00
Jonathan M Davis
6e2f88a806 Fix links in std.datetime. 2017-05-05 21:47:02 +02:00
Jonathan M Davis
27943964f4 Move SysTime to std.datetime.systime. 2017-05-05 21:47:02 +02:00
Jonathan M Davis
d1471c2699 Move DateTime to std.datetime.datetime. 2017-05-04 17:37:02 +02:00
Jonathan M Davis
2d8e563053 Move Date to std.datetime.date. 2017-05-04 16:07:27 +02:00
Jonathan M Davis
657b356db0 Move TimeOfDay to std.datetime.timeofday. 2017-05-04 14:40:52 +02:00
Jonathan M Davis
dcb04f4241 Move NegInfInterval to std.datetime.interval. 2017-05-04 10:00:30 +02:00
Jonathan M Davis
d293268427 Move PosInfIntervalRange to std.datetime.interval. 2017-05-04 10:00:30 +02:00
Jonathan M Davis
c53a6178a6 Move IntervalRange to std.datetime.interval. 2017-05-04 10:00:29 +02:00
Jonathan M Davis
92622c0f4c Move interval functions to std.datetime.interval. 2017-05-04 10:00:29 +02:00
Jonathan M Davis
bad1fbf1b9 Move NegInfInterval to std.datetime.interval. 2017-05-04 10:00:29 +02:00
Jonathan M Davis
9d6388a589 Move PosInfInterval to std.datetime.interval. 2017-05-04 10:00:29 +02:00
Jonathan M Davis
2b03373d8f Move Interval to std.datetime.interval. 2017-05-04 10:00:29 +02:00
Jonathan M Davis
e532c4f155 Create the new (empty) files in std/datetime for the split. 2017-05-03 09:44:04 +02:00