phobos/std/datetime
Jonathan M Davis 371ed2c475 Clean up use of scope in std.datetime.systime.
This removes unnecessary uses of scope, adds a lot of necessary uses of
scope, and adds basic tests that ensure that each of the functions in
std.datetime.systime compile when given scope arguments. It also enables
some previously commented out tests involving immutable SysTimes (IIRC,
they didn't use to compile due to compiler bugs related to
Rebindable!(immutable TimeZone), but they now compiler, so they should
be enabled).
2018-06-27 21:27:43 -06:00
..
date.d Remove const scope from value types in std.datetime.date. 2018-06-24 19:38:12 -06:00
interval.d interval std.datetime.interval replace 'in' with 'scope const' 2018-06-23 23:26:57 -07:00
package.d Simplified std.datetime.package overview 2018-04-04 09:23:52 -04:00
stopwatch.d Revert "Add dontOptimizeAway to std.datetime.stopwatch" 2018-06-13 16:19:17 -04:00
systime.d Clean up use of scope in std.datetime.systime. 2018-06-27 21:27:43 -06:00
timezone.d Remove deprecated functions from std.datetime.timezone. 2018-06-24 18:03:51 -06:00