index
:
imag
master
The master imag repository
mail@beyermatthias.de
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: Clap argument name
Matthias Beyer
2020-01-02
1
-1
/
+1
*
Update copyright years to 2015-2020
Matthias Beyer
2020-01-02
121
-121
/
+121
*
Fix: Make "list" default command of imag-tag
Matthias Beyer
2019-12-25
1
-8
/
+21
*
Fix: Drop habit before getting instances
Matthias Beyer
2019-12-25
1
-1
/
+3
*
Fix: Specify version
v0.10.0
Matthias Beyer
2019-12-24
1
-26
/
+26
*
Use closure as suggested by clippy
Matthias Beyer
2019-12-23
2
-3
/
+3
*
Remove unnecessary to_string() calls
Matthias Beyer
2019-12-23
1
-3
/
+3
*
Remove lifetime specification
Matthias Beyer
2019-12-23
1
-1
/
+1
*
Remove len() != 0 comparison with negation and ::is_empty() call
Matthias Beyer
2019-12-23
1
-2
/
+2
*
Remove unnecessary clone() call
Matthias Beyer
2019-12-23
1
-1
/
+1
*
Remove unnecessary return keyword
Matthias Beyer
2019-12-23
1
-1
/
+1
*
Remove unnecessary return keyword
Matthias Beyer
2019-12-23
1
-5
/
+3
*
Remove identical conversion
Matthias Beyer
2019-12-23
1
-1
/
+0
*
Remove unnecessary let binding
Matthias Beyer
2019-12-23
1
-1
/
+1
*
Remove unnecessary clone() call
Matthias Beyer
2019-12-23
1
-1
/
+1
*
Remove unnecessary clone() call
Matthias Beyer
2019-12-23
1
-1
/
+1
*
Remove DebugResult and DebugOption helpers
Matthias Beyer
2019-12-23
2
-2
/
+0
*
Replace map_dbg() and map_dbg_str() with context() and inspect() calls
Matthias Beyer
2019-12-23
6
-7
/
+11
*
Remove error conversion which is not necessary anymore.
Matthias Beyer
2019-12-22
16
-47
/
+37
*
Merge branch 'imag-bookmark/open' into master
Matthias Beyer
2019-12-22
3
-12
/
+117
|
\
|
*
Add open command for imag-bookmark
Matthias Beyer
2019-12-22
3
-12
/
+117
*
|
Merge branch 'imag-wiki/noexit' into master
Matthias Beyer
2019-12-22
2
-126
/
+78
|
\
\
|
*
|
Rewrite imag-wiki to propagate errors instead of calling exit()
Matthias Beyer
2019-12-22
2
-126
/
+78
|
|
/
*
|
Call clone() as late as possible
Matthias Beyer
2019-12-22
1
-2
/
+1
*
|
Do not call into_iter() when iter() is sufficient
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Do not call clone() on a Copy type
Matthias Beyer
2019-12-22
1
-3
/
+2
*
|
Rewrite if-let binding to simple if
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Use Iterator::flatten() instead of ::flat_map()
Matthias Beyer
2019-12-22
1
-2
/
+2
*
|
Remove not needed into_iter() call
Matthias Beyer
2019-12-22
1
-1
/
+0
*
|
Use Default implementation for constructing
Matthias Beyer
2019-12-22
1
-5
/
+2
*
|
Allow clippy::wrong_self_convention here for better readable code
Matthias Beyer
2019-12-22
1
-0
/
+1
*
|
Rewrite else block, return predicate directly
Matthias Beyer
2019-12-22
1
-4
/
+3
*
|
Simplify condition with iterator functions
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Collapse else-if block
Matthias Beyer
2019-12-22
1
-77
/
+75
*
|
Simplify condition
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Rewrite for less cluttered code
Matthias Beyer
2019-12-22
1
-6
/
+3
*
|
Bind value and simplify condition with it
Matthias Beyer
2019-12-22
1
-3
/
+4
*
|
Rewrite filter(...).next().is_some() with .any(...)
Matthias Beyer
2019-12-22
1
-3
/
+1
*
|
Rewrite closure for more structured and easy-to-read code
Matthias Beyer
2019-12-22
1
-12
/
+14
*
|
Use closure instead of always constructing object
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Simplify condition by using iterator helper functions
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Use char instead of string literal
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Simplify assignment
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Remove unused Error::from() call
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Remove not needed into_iter() call
Matthias Beyer
2019-12-22
1
-1
/
+0
*
|
Remove let binding for unit value
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Remove unused Error::from() call
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Simplify assignment
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Remove unused Error::from() call
Matthias Beyer
2019-12-22
1
-1
/
+1
*
|
Remove not needed into_iter() call
Matthias Beyer
2019-12-22
1
-1
/
+0
[next]