summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-04-26Merge #19HEADv0.5.0masterbors[bot]
2023-04-26Add Joakim as authorMatthias Beyer
2023-04-25Add detailed list of new methodsJoakim Ohlrogge
2023-04-25Bump version: 0.4.0 -> 0.5.0Matthias Beyer
2023-04-25Add changelog for 0.5.0Matthias Beyer
2023-04-25Merge #36bors[bot]
2023-04-25Add missing public uses in preludeJoakim Ohlrogge
2023-04-25Add missing use of try_filterJoakim Ohlrogge
2023-04-21Merge #35bors[bot]
2023-04-21Bump actions/setup-python from 4.5.0 to 4.6.0dependabot[bot]
2023-04-20Merge #34bors[bot]
2023-04-20Add try_map for completenessJoakim Ohlrogge
2023-04-17Merge #33bors[bot]
2023-04-17Merge #32bors[bot]
2023-04-17Add try_filter_errJoakim Ohlrogge
2023-04-17Make it possible to change Error-typeJoakim Ohlrogge
2023-04-15Merge #30 #31bors[bot]
2023-04-15Add inline macro annotationsMatthias Beyer
2023-04-15Put tests in cfg(test)Matthias Beyer
2023-04-15Merge #29bors[bot]
2023-04-14Add try_filter_map_errJoakim Ohlrogge
2023-04-14Prepare to separate `try_filter_map_ok` and `try_filter_map_err`Joakim Ohlrogge
2023-04-14Merge #28bors[bot]
2023-04-14Added examples to the documentationJoakim Ohlrogge
2023-04-12Merge #27bors[bot]
2023-04-12Document `unwrap_with`Joakim Ohlrogge
2023-04-12Add an example of converting errors while unwrappingJoakim Ohlrogge
2023-04-12Change test into a resonable exampleJoakim Ohlrogge
2023-04-12Merge #24bors[bot]
2023-04-12Merge #25 #26bors[bot]
2023-04-12Document `flatten_ok`Joakim Ohlrogge
2023-04-12Split test into test_flatten_ok and test_flatten_errJoakim Ohlrogge
2023-04-12Document on_okJoakim Ohlrogge
2023-04-12Update src/onerr.rsJoakim Ohlrogge
2023-04-12Change the test to demonstrate `on_err` more clearlyJoakim Ohlrogge
2023-04-12Change function to FnMut for broader usabilityJoakim Ohlrogge
2023-04-12Update test to actually test somethingJoakim Ohlrogge
2023-04-12Change Fn to FnMut for broader applicabilityJoakim Ohlrogge
2023-04-12Merge #23bors[bot]
2023-04-11Document map_errJoakim Ohlrogge
2023-04-11Fix documentation for map_okJoakim Ohlrogge
2023-04-11Prepare unit tests to serve as examplesJoakim Ohlrogge
2023-04-11Merge #22bors[bot]
2023-04-11Document flat_map_okJoakim Ohlrogge
2023-04-11Document `flat_map_err`Joakim Ohlrogge
2023-04-11Split flatmap_ok and flatmap_err testsJoakim Ohlrogge
2023-04-11Merge #21bors[bot]
2023-04-11Document filter_errJoakim Ohlrogge
2023-04-11Document `filter_ok`Joakim Ohlrogge
2023-04-11Prepare filter_ok to serve as a documentation exampleJoakim Ohlrogge