|
e70fdc63c8
|
Merge pull request #828 from matthiasbeyer/libimagentrytag/remove-impl-tagable-on-fle
Remove impl Tagable for FileLockEntry, as Deref{Mut,} does this for us
|
2016-11-01 20:59:31 +01:00 |
|
|
9ae091babe
|
Remove impl Tagable for FileLockEntry, as Deref{Mut,} does this for us
|
2016-11-01 18:01:40 +01:00 |
|
|
0a04081599
|
Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units
Cargo rustc codegen units
|
2016-10-31 23:39:38 +01:00 |
|
|
bbe9884ca6
|
libimagentrytag/Cargo.toml: Update dependencies
|
2016-10-24 14:30:54 +02:00 |
|
|
a6c3236289
|
Add codegen-units = 2 in ./libimagentrytag/Cargo.toml
|
2016-10-24 13:56:40 +02:00 |
|
|
b5bfc1978c
|
Fix: Cargo.toml does not know "website", but "homepage"
|
2016-10-20 14:14:18 +02:00 |
|
|
b9ddaada2a
|
Add meta-info in libimagentrytag/Cargo.toml
|
2016-10-18 10:56:12 +02:00 |
|
|
e8ae4c0da7
|
Create symlinks to documentation files in libimag*/README.md
|
2016-10-13 12:04:36 +02:00 |
|
|
e30d774670
|
Move all libimag*/README.md to doc/src/05100-*
|
2016-10-13 12:04:36 +02:00 |
|
|
fbd6e790c7
|
Increment header levels in the README.md files of the libraries
|
2016-10-13 12:04:36 +02:00 |
|
|
30875d153f
|
Merge pull request #771 from matthiasbeyer/clap-validators
Clap validators
|
2016-10-07 19:45:49 +02:00 |
|
|
28c023dbc5
|
libimagentrytag: Add copyright notice to all files
|
2016-10-01 17:35:06 +02:00 |
|
|
3d06933860
|
Add is_tag validator
|
2016-09-30 10:45:28 +02:00 |
|
|
1e457e8476
|
Merge pull request #633 from asuivelentine/imag/toml-dependency
Imag/toml dependency
|
2016-08-06 19:56:42 +02:00 |
|
Kai Sickeler
|
02d3ccd622
|
Upgrade clap dependency to 2.*
|
2016-08-06 17:39:41 +02:00 |
|
Kai Sickeler
|
4f6cb19f9a
|
Upgrade toml dependency to 0.2
|
2016-08-06 17:22:26 +02:00 |
|
|
9982b3251c
|
Replace unwrap() with try!()
|
2016-08-04 19:22:31 +02:00 |
|
|
a07047b61a
|
Replace unwrap() with try!()
|
2016-08-04 19:22:31 +02:00 |
|
|
27009be687
|
Replace unwrap() with try!()
|
2016-08-04 19:22:30 +02:00 |
|
|
f43f227042
|
Import MapErrInto Trait
|
2016-08-04 19:20:54 +02:00 |
|
|
bc16a2531a
|
Export MapErrInto trait
|
2016-08-04 19:20:54 +02:00 |
|
|
9337a14cdd
|
Update all version strings: 0.1.0 -> 0.2.0
|
2016-07-12 11:51:20 +02:00 |
|
|
e05d0e6f13
|
libimagentrytag: Add value_name() call in ui helpers
|
2016-06-08 14:11:16 +02:00 |
|
|
5fbfe63e1b
|
Use IntoError functionality to have less noise in the error construction code
|
2016-05-27 10:44:37 +02:00 |
|
|
e30d2480ab
|
libimagentrytag: Refactor code with is_match!() macro
|
2016-05-23 21:43:20 +02:00 |
|
|
6fac67b910
|
Merge pull request #422 from matthiasbeyer/libimagerror/generate-module
Libimagerror/generate module
|
2016-05-20 17:08:09 +02:00 |
|
|
b624ba9c06
|
libimagentrytag: use generate_error_module!() macro and reexport generated types
|
2016-05-19 20:32:23 +02:00 |
|
|
be3d39a65c
|
libimagentrytag: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
397a82f528
|
Shorten code in get_remove_tags()
|
2016-05-19 17:33:38 +02:00 |
|
|
227acd492c
|
Shorten code in get_add_tags()
|
2016-05-19 17:33:28 +02:00 |
|
|
ed724d3726
|
Change get_remove_tags() to get to-remove-tags from top level if there are any
|
2016-05-18 22:29:12 +02:00 |
|
|
c6821a53ca
|
Change get_add_tags() to get to-add-tags from top level, if there are any
|
2016-05-18 22:29:12 +02:00 |
|
|
f4f807bc13
|
Extract args into new helper functions
|
2016-05-18 22:29:08 +02:00 |
|
|
5c7412ebc6
|
libimagentrytag: Replace error code with code generator macro
|
2016-05-17 00:26:36 +02:00 |
|
Andre Bogus
|
cd224eaeff
|
roll back closure, remove unneeded slice & imports
|
2016-05-14 20:12:19 +02:00 |
|
Andre Bogus
|
981707c9c9
|
more style adaptations
again following clippy
|
2016-05-13 22:27:53 +02:00 |
|
|
eb8f5a7c92
|
Update log: 0.3.* -> 0.3
|
2016-05-10 17:54:47 +02:00 |
|
|
e08986842c
|
libimagentrytag: Replace .err().unwrap() with .unwrap_err()
|
2016-04-20 21:45:27 +02:00 |
|
|
45f93e5d58
|
Merge pull request #366 from matthiasbeyer/update-dependency/regex
Update dependency/regex
|
2016-04-18 08:54:38 +02:00 |
|
|
da254ac971
|
libimagentrytag Update regex 0.1.x -> 0.1.*
|
2016-04-17 21:00:31 +02:00 |
|
|
fe189c535e
|
libimagtag: Update itertools
|
2016-04-17 15:50:32 +02:00 |
|
|
6edae00d1a
|
Fix names: libimagtag -> libimagentrytag
|
2016-04-16 22:33:37 +02:00 |
|
|
e86a795738
|
libimagtag -> libimagentrytag
|
2016-04-16 22:33:37 +02:00 |
|