summaryrefslogtreecommitdiffstats
path: root/src/modules/time.rs
AgeCommit message (Expand)Author
2023-08-25chore: handle rust 1.72 clippy & fmt changes (#5399)David Knaack
2023-01-27chore: fix clippy warnings for rust 1.67 (#4855)David Knaack
2022-11-13build(deps): update rust crate chrono to 0.4.23 (#4599)David Knaack
2022-05-23chore(clippy): fix new lints (#4002)David Knaack
2022-03-26refactor: replace module_config_derive with serde (#3786)David Knaack
2021-11-01fix(escaping): move escaping to individual variables (#3107)Fred Cox
2021-07-29fix(clippy): fix new clippy lints (#2939)David Knaack
2021-06-21fix(clippy): fix additional clippy lints in tests (#2813)David Knaack
2021-02-11refactor(clippy): fix new lints (#2297)David Knaack
2020-11-23fix: apply nightly clippy & fmt suggestions (#1922)David Knaack
2020-09-26fix: actually disable per default disabled modules (#1677)Jan Katins
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-05-31feat(time): Show module with time range (#992)Samuele Esposito
2019-10-10feat: Implement timezone offset config option for the time module (#463)Keith Wade
2019-10-06refactor: Rewrite `time` module to use module config (#483)Thomas Lee
2019-10-05revert: chore: Remove logic for the `disabled` option from modul… (#489)Matan Kushner
2019-10-05chore: Remove logic for the `disabled` option from modules (#486)Zhenhui Xie
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-30fix: Disable memory_usage by default (#451)Matan Kushner
2019-09-14perf: Lazy load files from directory (#335)Nick Young
2019-09-12chore: Rename integration_test to acceptance_test (#356)Matan Kushner
2019-09-11fix: Fixups for #138 (#343)谢祯晖
2019-09-10feat: Implement the prompt module for time (#138)John Letey