|
9375c71292
|
Merge pull request #845 from matthiasbeyer/makefile-check-outdated
Add support for cargo-outdated 0.3.0
|
2016-12-06 10:07:03 +01:00 |
|
|
17c7072613
|
Add support for cargo-outdated 0.3.0
|
2016-12-06 09:18:26 +01:00 |
|
|
0dd849863f
|
Merge pull request #839 from matthiasbeyer/update-deps
Update deps
|
2016-12-05 19:14:15 +01:00 |
|
|
7c7aad9ea4
|
Merge pull request #844 from matthiasbeyer/libimagentrylink/fix-docu-typo
Fix docu typo
|
2016-12-05 19:04:36 +01:00 |
|
|
3e426b87cf
|
Fix docu typo
|
2016-12-05 17:17:26 +01:00 |
|
|
ae74a179c6
|
Add Makefile target to check for outdated deps
|
2016-12-05 15:57:06 +01:00 |
|
|
e658e61c9e
|
Fix: We need an argument here
|
2016-12-05 15:07:26 +01:00 |
|
|
2003efd706
|
Merge pull request #764 from matthiasbeyer/imag-mail/init
imag-mail: init
|
2016-11-30 20:09:24 +01:00 |
|
|
ccc6d2e385
|
Update deps
|
2016-11-30 09:39:29 +01:00 |
|
|
e74c7392d9
|
Implement list_mail() helper fn
|
2016-11-30 09:39:29 +01:00 |
|
|
d62a54ee74
|
Add imports
|
2016-11-30 09:39:29 +01:00 |
|
|
c8efc1aa34
|
Dump in first source code pieces
|
2016-11-30 09:39:29 +01:00 |
|
|
cea84cb7fd
|
Add UI module
|
2016-11-30 09:39:29 +01:00 |
|
|
29e0e72471
|
Add dependencies
|
2016-11-30 09:39:28 +01:00 |
|
|
64956443d9
|
Link README from documentation
|
2016-11-30 09:39:28 +01:00 |
|
|
0d113cf40e
|
Initial import
|
2016-11-30 09:39:28 +01:00 |
|
|
91fca4ba13
|
Update dependencies
|
2016-11-30 09:36:45 +01:00 |
|
|
6aebdb90e0
|
Update dependencies
|
2016-11-30 09:36:45 +01:00 |
|
|
2f2ed44eec
|
Update dependencies
|
2016-11-30 09:36:45 +01:00 |
|
|
1377eb6bee
|
Update dependencies
|
2016-11-30 09:36:45 +01:00 |
|
|
9714028cf3
|
Merge pull request #838 from matthiasbeyer/clap-recommend-versions
Clap version bump
|
2016-11-21 12:16:38 +01:00 |
|
|
d0c94bb921
|
libimagentrytag: Set clap version to >= 2.17
|
2016-11-21 08:49:12 +01:00 |
|
|
d9ee3cbbec
|
imag-view: Set clap version to >= 2.17
|
2016-11-21 08:49:12 +01:00 |
|
|
f8ced99b90
|
imag-store: Set clap version to >= 2.17
|
2016-11-21 08:49:12 +01:00 |
|
|
0310c2176f
|
Merge pull request #818 from rnestler/libimagdiary/refactor_from_store_id
[WIP] Use Result for from_storeid
|
2016-11-20 17:08:18 +01:00 |
|
Raphael Nestler
|
c4b1f7ac8d
|
Rename ParseError to IdParseError
|
2016-11-20 16:45:50 +01:00 |
|
Raphael Nestler
|
a676f4c148
|
Use into_error()
|
2016-11-19 23:18:09 +01:00 |
|
Raphael Nestler
|
2c16171d65
|
Use trace_error
|
2016-11-19 23:08:02 +01:00 |
|
Raphael Nestler
|
c8710a4d13
|
Use map_err_into
|
2016-11-19 23:08:02 +01:00 |
|
Raphael Nestler
|
24c7bbc835
|
Refactor fetching of next component into function
|
2016-11-19 23:08:02 +01:00 |
|
Raphael Nestler
|
42b0dd6083
|
Return Result from component_to_str
|
2016-11-19 23:08:02 +01:00 |
|
Raphael Nestler
|
841c82b950
|
Use Result for from_storeid
|
2016-11-19 23:08:02 +01:00 |
|
|
4ca560af7f
|
Merge pull request #837 from matthiasbeyer/travis-use-old-rustc
Add older compilers for CI jobs
|
2016-11-17 10:55:59 +01:00 |
|
|
920b931f55
|
Brake down to oldest working compiler
|
2016-11-16 19:11:26 +01:00 |
|
|
8c520bcf55
|
Remove not working, 0.10 -> 1.10
|
2016-11-16 18:23:10 +01:00 |
|
|
b4378661c7
|
Try to build with all compilers, to see which one is the oldest compatible
|
2016-11-16 17:30:06 +01:00 |
|
|
d33ea27698
|
Add older compilers for CI jobs
|
2016-11-16 13:35:52 +01:00 |
|
|
fe1c577963
|
Merge pull request #835 from matthiasbeyer/libimagstore/extract-toml-functionality
libimagstore: extract toml functionality
|
2016-11-15 19:35:33 +01:00 |
|
|
ecfe78d87b
|
Move tests to new module
|
2016-11-14 15:28:57 +01:00 |
|
|
847b65f3b0
|
We dont need to clone() here
|
2016-11-14 15:01:24 +01:00 |
|
|
6f79e6e007
|
Add helper trait for extracting from Array/Table
|
2016-11-14 15:00:11 +01:00 |
|
|
bdc9318a41
|
Remove unreachable statements
|
2016-11-14 14:52:53 +01:00 |
|
|
a9e4148032
|
Refactor unpacking into helper fn
|
2016-11-14 14:52:53 +01:00 |
|
|
6a8273808a
|
Refactor to use try!() instead of match{}ing
|
2016-11-14 14:52:51 +01:00 |
|
|
79f68a1b79
|
Prettify codebase
|
2016-11-14 14:52:51 +01:00 |
|
|
35cfb5d651
|
Use helper fns to prettify error building
|
2016-11-14 14:52:51 +01:00 |
|
|
dab6ad0f20
|
Use default parameters from underlying functions
|
2016-11-14 14:52:51 +01:00 |
|
|
2a04da9b3f
|
Add EntryHeader::delete_with_sep()
|
2016-11-14 14:52:51 +01:00 |
|
|
7cfff0f0d8
|
Minify EntryHeader code
|
2016-11-14 14:52:51 +01:00 |
|
|
5470ffceac
|
Extract TOML extension to own module
|
2016-11-14 14:52:50 +01:00 |
|