v/vlib/time
Enzo b083f4014b
fmt: fix multiple things and format most of the compiler (#6631)
Format expressions inside string interpolation like the rest (it used to be a+b instead of a + b, not too sure why)
Fix formatting some match branches when there were only one statement inside (it was inlined)
Fix parsing and formatting some comments edge case on struct field init. You should check out this test because the result is a bit different from before. I personally find it more logical but I would understand if the former format was to stay
Fix formatting of void-returning function signature
2020-10-15 22:12:59 +02:00
..
misc rand: reorganize: phase 2 2020-06-09 15:06:07 +02:00
format.v time: do not panic on time.new_time({unix: 1608854400}).str() 2020-09-16 22:14:02 +03:00
operator.v time: fix iso8601 parser and utc time 2020-06-10 11:14:55 +02:00
operator_test.v time: add microsecond precision to Time struct 2020-06-07 16:19:09 +03:00
parse.v time: vfmt time/parse.v 2020-10-08 16:59:43 +02:00
parse_test.v time: fix iso8601 parser and utc time 2020-06-10 11:14:55 +02:00
private_test.v time: add microsecond precision to Time struct 2020-06-07 16:19:09 +03:00
stopwatch.v stopwatch: auto_start option, make pause cumulative 2020-05-30 10:20:54 +03:00
stopwatch_test.v tests: fix some tests, that failed due to the stricter immutable checks 2020-06-01 18:24:38 +03:00
time.v fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
time_darwin.c.v time: fix iso8601 parser and utc time 2020-06-10 11:14:55 +02:00
time_format_test.v tests: rename _test.v files with dup names (temp workaround for highly parallel testing) 2020-10-14 18:25:26 +03:00
time_linux.c.v time: use linux high-precision timers on Android as well (#6476) 2020-09-25 18:02:02 +03:00
time_nix.c.v time: use linux high-precision timers on Android as well (#6476) 2020-09-25 18:02:02 +03:00
time_solaris.c.v time: fix iso8601 parser and utc time 2020-06-10 11:14:55 +02:00
time_test.v rand: add rand.ulid() (#5979) 2020-07-26 13:10:56 +03:00
time_windows.c.v tcc: support tcc on Windows 2020-06-14 23:15:12 +02:00
unix.v time: add microsecond precision to Time struct 2020-06-07 16:19:09 +03:00