summaryrefslogtreecommitdiffstats
path: root/src/modules/time.rs
AgeCommit message (Expand)Author
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