summaryrefslogtreecommitdiffstats
path: root/src/import.rs
AgeCommit message (Expand)Author
2022-12-29Support taskwarrior 2.6.0 serialization formatImran Iqbal
2022-12-18Replace failure with thiserrorMatthias Beyer
2022-12-18Replace serde_derive with serde and derive featureMatthias Beyer
2022-12-18cargo-fix --editionMatthias Beyer
2022-12-18Format code with latest rustfmtMatthias Beyer
2022-08-09Remove referenceMatthias Beyer
2022-08-09Remove unwrap() callMatthias Beyer
2022-08-09Do not use absurd integer comparisonMatthias Beyer
2022-08-09Use assert_eq!() instead of assert!() with == comparisonMatthias Beyer
2022-08-09Replace assert!(false) with panic!()Matthias Beyer
2021-11-02Run `cargo fmt`Imran Iqbal
2021-02-13Make priority a string typeDheepak Krishnamurthy
2018-11-09Move error handling to failureMatthias Beyer
2018-04-23Remove unused NoStatus error and remove wildcard includes for error variantsMalte Brandy
2018-04-22Refactor error handling to use error_chainMalte Brandy
2018-04-19Apply rustfmtMalte Brandy
2017-09-18Rewrite to use serde 1Matthias Beyer
2017-02-03Minify test assertionsMatthias Beyer
2016-10-02Relicense to MPL 2.0Matthias Beyer
2016-07-04expanded the test for a single task from a string. import_tasks uses the test...mario
2016-07-04changed import_tasks to return a Vec of Results: Vec<Result<Task>>mario
2016-06-30impl import_tasksmario
2016-06-29impl import_taskmario
2016-05-04Add module documentationMatthias Beyer
2016-05-04Document importMatthias Beyer
2016-04-03Add import testsMatthias Beyer
2016-04-03Add import()Matthias Beyer