index
:
resiter
enumerate-result
logging
master
skip
Sources of resiter
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-22
fixup! WIP: Add Skip extension where predicate can fail
skip
Matthias Beyer
2020-02-22
fixup! WIP: Add Skip extension where predicate can fail
Matthias Beyer
2020-02-21
WIP: Add Skip extension where predicate can fail
Matthias Beyer
2020-01-01
Merge pull request #21 from matthiasbeyer/travis
Matthias Beyer
2019-12-28
Merge pull request #20 from matthiasbeyer/readme
Matthias Beyer
2019-12-28
More rust versions!!!
Matthias Beyer
2019-12-28
Add examples
Matthias Beyer
2019-12-28
Remove Contributions section, this should be clear
Matthias Beyer
2019-10-31
Merge pull request #18 from TethysSvensson/master
Matthias Beyer
2019-10-30
Use `slice::iter` instead of `into_iter` to avoid future breakage
Mathias Svensson
2019-10-27
Merge branch 'filter-and-then'
Matthias Beyer
2019-10-26
Add filter extension where filter can fail.
Matthias Beyer
2019-10-25
v0.4.0
Matthias Beyer
2019-10-25
Add changelog for 0.4.0
Matthias Beyer
2019-10-25
Add changelog entry for 0.3.0
Matthias Beyer
2019-10-25
Merge branch 'ok-or-else'
Matthias Beyer
2019-10-25
Merge branch 'more-travis'
Matthias Beyer
2019-10-25
Add some tests for the map_inner_ok_or_else() extension
Matthias Beyer
2019-10-25
Add ok-or-else extension
Matthias Beyer
2019-10-24
Always use the latest patch version
Matthias Beyer
2019-10-24
Build on all versions since 1.21
Matthias Beyer
2018-12-20
v0.3.0
Matthias Beyer
2018-11-30
Merge pull request #13 from dpc/rename
Dawid Ciężarkiewicz
2018-11-30
Merge pull request #11 from dpc/and_then
Dawid Ciężarkiewicz
2018-11-30
Merge pull request #7 from dpc/flat_map
Dawid Ciężarkiewicz
2018-11-30
Get rid of `X` suffix
Dawid Ciężarkiewicz
2018-11-30
Get rid of `_x` in file names
Dawid Ciężarkiewicz
2018-11-30
Merge pull request #12 from dpc/reexport
Dawid Ciężarkiewicz
2018-11-29
Re-export all traits from root module
Dawid Ciężarkiewicz
2018-11-29
Actually, make `and_then_x` be able to change the type.
Dawid Ciężarkiewicz
2018-11-29
Actually, make `and_then_x` be able to change the type.
Dawid Ciężarkiewicz
2018-11-27
Add `and_then_ok` and `and_then_err`
Dawid Ciężarkiewicz
2018-11-27
Add `and_then_ok` and `and_then_err`
Dawid Ciężarkiewicz
2018-11-27
Add `flatten_ok` and `flatten_err`
Dawid Ciężarkiewicz
2018-11-27
Add `flat_map_ok` and `flat_map_err`
Dawid Ciężarkiewicz
2018-11-27
Add `flatten_ok` and `flatten_err`
Dawid Ciężarkiewicz
2018-11-27
Add `flat_map_ok` and `flat_map_err`
Dawid Ciężarkiewicz
2018-11-26
Implement `filter_map_ok` and `filter_map_err`
Dawid Ciężarkiewicz
2018-10-29
v0.2.0
Matthias Beyer
2018-10-13
Merge pull request #4 from pchampin/remove_trait_objects
Matthias Beyer
2018-10-12
fixed indentation
Pierre-Antoine Champin
2018-10-12
improved readability
Pierre-Antoine Champin
2018-10-12
oops, where did that come from?...
Pierre-Antoine Champin
2018-10-12
removed trait objects from oks.rs and errors.rs
Pierre-Antoine Champin
2018-10-09
Merge pull request #3 from pchampin/new_traits
Matthias Beyer
2018-10-09
added filter_x
Pierre-Antoine Champin
2018-10-08
added examples in the doc
Pierre-Antoine Champin
2018-10-08
fixed erroneous comment
Pierre-Antoine Champin
2018-10-08
added map_x and while_ok
Pierre-Antoine Champin
2018-02-22
Add badges
Matthias Beyer
[next]