summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-06-30Fix clippy: Remove needless bindingMatthias Beyer
2023-06-30Fix clippy: Derive Eq as well if deriving PartialEqMatthias Beyer
2022-12-29Support taskwarrior 2.6.0 serialization formatImran Iqbal
2022-12-18Replace failure with thiserrorMatthias Beyer
2022-12-18Remove "extern crate" declarationsMatthias Beyer
2022-12-18Replace serde_derive with serde and derive featureMatthias Beyer
2022-12-18Merge #19 #20bors[bot]
2022-12-18cargo-fix --editionMatthias Beyer
2022-12-18Remove doclinkMatthias Beyer
2022-12-18Format code with latest rustfmtMatthias Beyer
2022-08-09Remove referenceMatthias Beyer
2022-08-09Simplify matchesMatthias Beyer
2022-08-09Allow function with too many argsMatthias Beyer
2022-08-09Simplify object constructionMatthias Beyer
2022-08-09Remove lifetime that can be inferredMatthias Beyer
2022-08-09Remove redundant closureMatthias Beyer
2022-08-09Remove lifetime that can be inferredMatthias Beyer
2022-08-09Use anonymous lifetime hereMatthias Beyer
2022-08-09Remove ref keywordMatthias Beyer
2022-08-09Do use char for pattern instead of strMatthias Beyer
2022-08-09Remove unwrap() callMatthias Beyer
2022-08-09Do not use absurd integer comparisonMatthias Beyer
2022-08-09Simplify construction of objectMatthias Beyer
2022-08-09Remove reference from matchingMatthias 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-13Add testDheepak Krishnamurthy
2021-02-13Make priority a string typeDheepak Krishnamurthy
2020-10-24Fix where syntaxDheepak Krishnamurthy
2020-10-24Add tests for urgencyDheepak Krishnamurthy
2020-10-24Add urgency to taskDheepak Krishnamurthy
2020-08-06Fix comment typoDheepak Krishnamurthy
2020-08-04Remove use of deprecated Error::description()Matthias Beyer
2020-08-04Remove unused generic typeMatthias Beyer
2019-11-09Fix: imask has type f64Matthias Beyer
2019-11-09Remove unused importMatthias Beyer
2018-11-09Move error handling to failureMatthias Beyer
2018-09-30Merge pull request #73 from maralorn/fix-mutabilityMatthias Beyer
2018-09-30Merge pull request #77 from maralorn/partialeqMatthias Beyer
2018-09-30Merge pull request #76 from maralorn/error-descriptionsMatthias Beyer
2018-05-01Make Tasks comparableMalte Brandy
2018-04-30Add settersMalte Brandy
2018-04-29Add error descriptionsMalte Brandy
2018-04-29Add comment that description is mandatoryMalte Brandy
2018-04-28Make tw module more flexibleMalte Brandy
2018-04-24Improve Errorhandling to use custom error kindsMalte Brandy
2018-04-24Add tw module with query and save functions for tasksMalte Brandy
2018-04-23Remove unused NoStatus error and remove wildcard includes for error variantsMalte Brandy
2018-04-22Refactor error handling to use error_chainMalte Brandy