v/vlib/time
Swastik Baranwal 7ec116d588
all: only allow defining `==` and `<` and auto generate `!=`, `>`, `>=` and `<=` (#8520)
2021-02-03 15:18:38 +01:00
..
misc ci: fix `v test-cleancode` 2021-01-25 12:55:01 +02:00
format.v checker: check duplicate of a const name (#8396) 2021-01-28 18:34:55 +01:00
operator.v all: only allow defining `==` and `<` and auto generate `!=`, `>`, `>=` and `<=` (#8520) 2021-02-03 15:18:38 +01:00
operator_test.v time: use operator overloading for `>=` and `<=` (#8009) 2021-01-10 21:05:05 +01:00
parse.v checker: check duplicate of a const name (#8396) 2021-01-28 18:34:55 +01:00
parse_test.v fmt: smarter if condition wrapping (#8201) 2021-01-23 10:33:22 +02:00
private_test.v time: v fmt (#7160) 2020-12-06 15:19:39 +01:00
stopwatch.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
stopwatch_test.v time: add some tolerance for windows's minimum 1ms sleep resolution 2021-01-17 19:16:08 +02:00
time.v checker: add check for using a private const in another module (#8501) 2021-02-03 10:17:13 +02:00
time_darwin.c.v fmt: insert newline after last HashStmt (#8482) 2021-02-01 14:50:41 +01:00
time_format_test.v vfmt: shorten `main.const_name` to just `const_name` 2021-01-25 20:57:33 +02:00
time_linux.c.v time: complete doc (#8070) 2021-01-13 16:30:54 +02:00
time_nix.c.v fmt: insert newline after last HashStmt (#8482) 2021-02-01 14:50:41 +01:00
time_solaris.c.v clipboard: add a `clipboard.x11` submodule, use it by default; add a `clipboard.dummy` for solaris 2020-12-25 19:34:21 +02:00
time_test.v fmt: better ternary concat wrapping (#8379) 2021-01-28 11:23:48 +01:00
time_windows.c.v fmt: insert newline after last HashStmt (#8482) 2021-02-01 14:50:41 +01:00
unix.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00