summaryrefslogtreecommitdiffstats
path: root/src/meta/date.rs
AgeCommit message (Expand)Author
2024-03-22:construction: temporarily allow deprecated durationv1.1.0Wei Zhang
2023-09-01Update repository names in README.mdZhizhen He
2023-04-27Move locale based date behind a flag (#840)Abin Simon
2023-03-13Localization support (#820)scarf
2022-08-12refactor: minimize visibility of functionsNarawit Rakket
2022-08-12refactor(date): minor refactoringNarawit Rakket
2022-07-04refactor(test): initialize variable with functional update syntaxNarawit Rakket
2022-07-04refactor(test): replace `assert_eq` comparing `bool` with `assert`Narawit Rakket
2022-07-01refactor: remove unnecessary lifetime annotationNarawit Rakket
2022-03-21Fix a CI warning for window runsAbin Simon
2022-02-18Fix clippy lints from rust upgradeAbin Simon
2021-10-09Exclude windows and non-x86_64 for bad_time as it overflows on thoseTom Parker-Shemilt
2021-10-09Try reducing bad year count a bit, as it breaks on some platformsTom Parker-Shemilt
2021-10-09Redo "Bad" enum as Invalid without internal dataTom Parker-Shemilt
2021-10-09Remove lots of returns from new codeTom Parker-Shemilt
2021-10-09Add test for bad dateTom Parker-Shemilt
2021-10-09Cope with chrono panics due to weird datesTom Parker-Shemilt
2021-09-26:mag: :hammer: update tests to fit crossterm colorzwPapEr
2021-09-26theme/test: :mag: :hammer: update tests to fit theme updatezwPapEr
2021-08-20Fix Clippy lintsauronandace
2021-03-27display/tree: :hammer: fix misaligned when tree, add color to tree edgezwPapEr
2021-01-14Fix clippy warningSophie Tauchert
2021-01-14Fix typoSophie Tauchert
2021-01-14Remove locale time styleSophie Tauchert
2021-01-14Use recent date format for files older than 6 monthsSophie Tauchert
2021-01-14Add test cases for iso and locale formattingSophie Tauchert
2021-01-14Fix iso and locale time styles for older elementsSophie Tauchert
2021-01-14Use chrono crate instead of time, fix date time formattingSophie Tauchert
2020-10-28fix date localisation issues on windowsJay
2019-12-16add date formatting featuredvvvvvv
2019-12-06Fix the testsPierre Peltier
2019-12-06Remove some unused stuffPierre Peltier
2019-06-09fix tests for flags as refAbin Simon
2019-06-09enable only certain blocks using --blocksAbin Simon
2019-05-21Make many structs cloneable.Gavin Panella
2019-05-17Format code using 'cargo fmt'Atul Bhosale
2019-04-10Ported date tests to WindowsDaniel
2019-04-10Tests compile on WindowsDaniel
2019-03-12Fall back on epoch if the modification time is invalidPeltoche
2019-03-11Added Layout enumSebastian Zivota
2019-03-06do not pass tense explicitlyAbin Simon
2019-02-16Fix the module import pathsPeltoche
2018-12-16Add options to sort by time and to reverse sorting order.boxdot
2018-12-14Implement the Default trait to FlagsPeltoche
2018-12-14Add a test on relative date flagPeltoche
2018-12-13Add the --icon flagPeltoche
2018-12-13Add option to show relative dateAbin Simon
2018-12-12Run cargo fmtPeltoche
2018-12-10Add tests for the date, name and filetype modulesPeltoche
2018-12-05Do not colorize when the stdout is not a ttyPeltoche