summaryrefslogtreecommitdiffstats
path: root/src/task.rs
AgeCommit message (Expand)Author
2023-06-30Fix clippy: Remove needless bindingMatthias Beyer
2022-12-29Support taskwarrior 2.6.0 serialization formatImran Iqbal
2022-12-18Remove "extern crate" declarationsMatthias Beyer
2022-12-18cargo-fix --editionMatthias Beyer
2022-08-09Simplify matchesMatthias Beyer
2022-08-09Allow function with too many argsMatthias Beyer
2022-08-09Remove lifetime that can be inferredMatthias Beyer
2022-08-09Remove ref keywordMatthias Beyer
2022-08-09Do use char for pattern instead of strMatthias Beyer
2022-08-09Simplify construction of objectMatthias 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-04Remove unused generic typeMatthias Beyer
2019-11-09Fix: imask has type f64Matthias Beyer
2019-11-09Remove unused importMatthias Beyer
2018-09-30Merge pull request #73 from maralorn/fix-mutabilityMatthias Beyer
2018-09-30Merge pull request #77 from maralorn/partialeqMatthias Beyer
2018-05-01Make Tasks comparableMalte Brandy
2018-04-30Add settersMalte Brandy
2018-04-29Add comment that description is mandatoryMalte Brandy
2018-04-20task.rs: tests: Remove unnecessary .to_owned()Malte Brandy
2018-04-20Add TaskBuilder with necessary docs for itMalte Brandy
2018-04-20Add builder typeMatthias Beyer
2018-04-19Change type of depends to Vec<Uuid>Malte Brandy
2018-04-19Merge pull request #63 from maralorn/simpler-udaMalte Brandy
2018-04-19Simplify the types for UDAsMalte Brandy
2018-04-19Refactor: Replace try! macro with ? operatorMalte Brandy
2018-04-19Apply rustfmtMalte Brandy
2018-04-19Fix serialization of udasMalte Brandy
2018-04-19Add tests for uda serialization and deserialization (and fix found bug in ser...Malte Brandy
2018-04-19Correctly use debug! macroMalte Brandy
2018-04-19Make everything work with recent serdeMalte Brandy
2018-04-18[PENDING] We have String/u64/f64 as possible values, so de/ser properly hereMatthias Beyer
2018-04-18De/serialize "id" as Task fieldMatthias Beyer
2018-04-18Add env-logger in test executionMatthias Beyer
2018-04-18Serialize UDA elem in Task typeMatthias Beyer
2018-04-18Integrate UDA type into Task typeMatthias Beyer
2018-04-18Add basic UDA supportMatthias Beyer
2017-09-18Implement a RW interfaceMatthias Beyer
2017-09-18Rewrite to use serde 1Matthias Beyer
2017-02-03Skip serializing if options are noneMatthias Beyer
2017-02-03Because of custom derive, we have to make these optionalMatthias Beyer
2017-02-03Try out whether deriving worksMatthias Beyer
2017-02-03Update to new serde de/ser interfaceMatthias Beyer