Commit Graph

  • ea09669d1f Quick fix for doc comment Ben Berman 2019-04-03 22:02:22 -04:00
  • 339707d449 Merge pull request #36 from DCjanus/master Josh Stone 2019-04-02 15:39:28 -07:00
  • 41aea9abe0 Bump to 1.5.2 Josh Stone 2019-04-02 15:23:02 -07:00
  • 220a2873dc MAINT: allow deprecated Error::cause Josh Stone 2019-04-02 15:25:58 -07:00
  • dc2857fdd3 FEAT: add method 'left_or_default' and 'right_or_default' DCjanus 2019-03-29 11:08:22 +08:00
  • df9ac8522f Apply suggestions from @cuviper DCjanus 2019-03-29 10:57:28 +08:00
  • 89ff6599c3 FEAT: add left_or, left_or_else, right_or, right_or_else method. DCjanus 2019-03-28 23:21:10 +08:00
  • 72a93cc7d1 Merge pull request #29 from mexus/master Josh Stone 2019-02-21 13:08:54 -07:00
  • 0cc237ee71 Bump to 1.5.1 Josh Stone 2019-02-21 11:59:20 -08:00
  • f013e25110 Merge pull request #34 from manonthemat/master Josh Stone 2018-10-19 10:40:05 -07:00
  • 667951b07f use "1.5" in how to use with cargo - section Matthias Sieber 2018-10-19 08:14:19 -07:00
  • be5f0b8c35 Implement AsRef and AsMut for str and [T] mexus 2018-10-15 21:58:48 +02:00
  • 60d3c072a9 Merge pull request #18 from mathstuf/gitignore-target-as-symlink bluss 2018-08-26 22:00:46 +02:00
  • e23d29a5c3 gitignore: only match top-level cargo artifacts Ben Boeckel 2018-08-09 06:40:56 -04:00
  • 4a45bfba4b 1.5.0 bluss 2018-03-25 21:02:16 +02:00
  • 92026169e3 Merge pull request #19 from mathstuf/split-homogeneous-types bluss 2018-03-25 20:58:34 +02:00
  • a8017d832d either: add methods to handle homogeneous types Ben Boeckel 2018-03-01 08:55:16 -05:00
  • 24fee4a39d Merge pull request #21 from cuviper/flatten-either bluss 2018-03-03 12:00:39 +01:00
  • 475dd56cba either: add .into_inner() to handle uniform types Ben Boeckel 2018-03-01 08:55:16 -05:00
  • 36c90532c9 Flatten the implementation of Either::either Josh Stone 2018-03-02 11:30:59 -08:00
  • 7018d839d3 gitignore: ignore target as a symlink Ben Boeckel 2018-03-01 08:42:30 -05:00
  • 6ac90982ac 1.4.0 bluss 2017-11-14 19:32:24 +01:00
  • d93b1c6e3f Merge pull request #12 from cuviper/into-iterator bluss 2017-11-04 14:49:45 +01:00
  • d0243b89b8 Add a method to convert Either to an iterator Josh Stone 2017-05-04 13:02:03 -07:00
  • 912b30dbdd 1.3.0 bluss 2017-10-15 23:10:23 +02:00
  • 1d1398857f DOC: Add readme for crates.io and update docs bluss 2017-10-15 23:06:03 +02:00
  • b9d79aa014 MAINT: Fix cargo args in .travis.yml bluss 2017-10-15 23:05:20 +02:00
  • 0957c2466f MAINT: Update .travis to not use travis-cargo bluss 2017-10-15 22:54:35 +02:00
  • bfff9449f5 Merge pull request #16 from hcpl/serde-support bluss 2017-10-15 22:53:57 +02:00
  • 7a6fd4e6e4 Add crate docs for serde feature hcpl 2017-10-15 04:03:03 +03:00
  • c062fc72b7 Add Travis CI builds for serde feature hcpl 2017-10-15 02:51:53 +03:00
  • 0d3763559e FEAT: Add optional serde derives hcpl 2017-10-15 02:47:12 +03:00
  • e21c081f07 FEAT: Use move for .either's closures bluss 2017-10-02 21:14:23 +02:00
  • 1e203f3f50 1.2.0 bluss 2017-09-28 04:03:19 +02:00
  • 66305a8b5a MAINT: Test from version 1.12.0 in travis bluss 2017-09-28 04:00:44 +02:00
  • e7cee92a6c DOC: Change example for .either_with bluss 2017-09-28 03:56:54 +02:00
  • f4370ca336 Merge pull request #13 from Twey/master bluss 2017-09-07 22:57:38 +02:00
  • 5c88fe4fea add an either_with with shared context James Kay 2017-07-12 17:36:48 +01:00
  • f793721f3f 1.1.0 bluss 2017-03-25 13:54:58 +01:00
  • 6bd01dccb4 BUG: Add license files bluss 2017-03-24 15:36:09 +01:00
  • 7de349c15f Merge pull request #8 from rampantmonkey/and_then bluss 2017-03-24 13:40:49 +00:00
  • 8a4eb2908e change name of functions from and_then_* to *_and_then Casey Robinson 2017-03-24 07:08:34 -04:00
  • ea6e207a40 1.0.3 bluss 2017-02-11 00:13:43 +01:00
  • 90f0787aa9 Merge pull request #10 from mglagla/categories bluss 2017-02-10 18:11:37 +01:00
  • 61f2f75169 Add crates.io categories to Cargo.toml Martin Glagla 2017-02-10 16:47:22 +01:00
  • a73973349c and_then_* to allow caller to specify wrapping behavior Casey Robinson 2016-12-01 17:18:03 -05:00
  • cbdb2a16b2 map_* rewraps result of function invocation Casey Robinson 2016-12-01 17:16:09 -05:00
  • 13cd3e6fbb 1.0.2 bluss 2016-11-13 20:36:34 +01:00
  • f04d4ca435 Fix missing use bluss 2016-11-12 23:02:04 +01:00
  • e2f155b404 Restrict iterator method forwardings to the most important methods bluss 2016-11-11 23:05:20 +01:00
  • 4c1a005d8c Merge pull request #6 from pthariensflame/feature/Iterator-extensions bluss 2016-11-06 20:55:09 +01:00
  • 71d496234b Changes per @bluss Alexander Altman 2016-11-06 11:24:32 -08:00
  • 9bc54eea22 Iterator extensions Alexander Altman 2016-10-21 19:21:50 -07:00
  • 23b1c227db 1.0.1 bluss 2016-10-22 00:58:26 +02:00
  • 9c53f97f72 Forward Iterator::fold bluss 2016-10-22 00:56:11 +02:00
  • c9eb2f62f8 Update README 2 bluss 2016-09-23 12:20:14 +02:00
  • 9e1619d58c Update README bluss 2016-09-23 12:19:19 +02:00
  • 50943ff3e5 Merge pull request #5 from bluss/next bluss 2016-09-23 12:06:18 +02:00
  • 815c85b909 Update .travis. Stop doc generation bluss 2016-09-23 12:03:48 +02:00
  • 6de3ff7584 Either 1.0.0 bluss 2016-09-23 11:54:30 +02:00
  • a87c914a18 Add use_std as default feature. Be no_std without it. bluss 2016-09-23 11:30:44 +02:00
  • 28850b7e5e Combine the either! and either_mut! implementation macros bluss 2016-09-12 15:43:17 +02:00
  • a0ab9be30c Change brace style at where clause bluss 2016-09-05 09:14:57 +02:00
  • 43050d495d Tweak examples and doc and use active language in doc bluss 2016-09-05 09:14:57 +02:00
  • 136780a48a 0.1.7 bluss 2016-09-04 01:13:37 +02:00
  • 9e0c1f9a1f Link Either in docs bluss 2016-06-10 15:12:17 +02:00
  • fa04e1c33c Merge pull request #4 from m4rw3r/master bluss 2016-09-04 01:10:20 +02:00
  • d221411498 Documentation: Removed example headings on methods Martin Wernstål 2016-09-04 01:09:09 +02:00
  • 1efc100dfb Documentation: Added missing examples headings Martin Wernstål 2016-09-04 01:01:57 +02:00
  • 6dd875f226 Removed inline hints since all methods are generic Martin Wernstål 2016-09-04 00:59:51 +02:00
  • 38da8d0565 Implemented map_left and map_right Martin Wernstål 2016-09-03 23:16:03 +02:00
  • 3ae8141e81 Implemented either method on Either Martin Wernstål 2016-09-03 23:04:15 +02:00
  • 5f2d8d8953 Documentation: Glob import in examples to use variants directly. Martin Wernstål 2016-09-03 23:03:08 +02:00
  • 932740bd1c Added inline hints for Either methods Martin Wernstål 2016-09-03 22:47:31 +02:00
  • 1bef405540 Documentation for Either methods Martin Wernstål 2016-09-03 22:46:49 +02:00
  • 0341b84de0 Update description bluss 2015-12-15 05:46:11 +01:00
  • 04dbe2eb55 Fix types in test bluss 2015-12-15 05:43:16 +01:00
  • c51906ded4 Bump version bluss 2015-09-25 20:09:37 +02:00
  • 7687ddd77b Merge pull request #3 from bluss/error bluss 2015-09-24 16:27:57 +02:00
  • 157db2a9bb Add Error impl for Either bluss 2015-09-24 14:31:14 +02:00
  • 79ca0e3304 Bump version to 0.1.2 bluss 2015-09-20 15:43:25 +02:00
  • 075fcd32f7 Show macro_use in try_left!() example bluss 2015-09-20 15:42:53 +02:00
  • fbff9b7f54 Merge pull request #2 from b52/master bluss 2015-09-20 15:34:13 +02:00
  • ca2082db32 Rename macros to establish connection to try! Oliver Mader 2015-09-20 15:32:02 +02:00
  • 550d32d4f4 Remove unneeded type hints Oliver Mader 2015-09-20 15:23:44 +02:00
  • 39400ae6b6 Improve rubstness of macro definitions Oliver Mader 2015-09-20 15:10:32 +02:00
  • 15883a4fa9 Add build output to gitignore Oliver Mader 2015-09-20 15:08:57 +02:00
  • 7a152686cd Add unwrapping macros that might fail early Oliver Mader 2015-09-20 13:53:22 +02:00
  • b0c1f2bbde Bump version bluss 2015-09-16 11:49:47 +02:00
  • 796b5e3686 Update docs bluss 2015-09-15 21:32:26 +02:00
  • 3224ad4718 Merge pull request #1 from Stebalien/deref bluss 2015-09-16 11:49:03 +02:00
  • 779ea10189 Implement deref Steven Allen 2015-09-15 13:53:08 -04:00
  • e64fb9b798 Update description bluss 2015-09-15 00:12:07 +02:00
  • 7be3bd72bb Add README bluss 2015-09-15 00:09:21 +02:00
  • 7d292e6aa6 Add travis file bluss 2015-09-15 00:02:45 +02:00
  • 394cd674d7 Add doc bluss 2015-09-14 23:58:06 +02:00
  • 2dd3d2b513 Add AsRef, AsMut bluss 2015-09-14 23:55:06 +02:00
  • 6b24d908eb Add method flip bluss 2015-09-14 23:51:11 +02:00
  • 25cf865aeb Update Cargo.toml bluss 2015-09-14 23:48:33 +02:00
  • 694f149ac1 Add ExactSizeIterator root 2015-09-14 23:38:18 +02:00