32 Commits

Author SHA1 Message Date
a2041bbfe4 Merge tag '1.0.1' into develop
Found a silly bug about 10 seconds after releasing 1.0.0, so here's a fix.
2018-02-14 01:38:33 -05:00
84fb269828 Merge branch 'release/1.0.1' 2018-02-14 01:38:15 -05:00
296ef143af Bump version in Cargo.toml to 1.0.1. 2018-02-14 01:37:40 -05:00
a971e35793 Fix a doctest failure and a silly bug from an interaction between if and if let. 2018-02-14 01:36:09 -05:00
45d2a07926 Link to rustdocs in README. 2018-02-14 01:26:33 -05:00
cac2c482df Merge tag '1.0.0' into develop
Version 1.0.0 release, uploaded to crates.io.
2018-02-14 01:23:51 -05:00
aa1fa4898f Merge branch 'release/1.0.0' 2018-02-14 01:23:17 -05:00
8fb9aca657 Change keywords around in Cargo.toml so that crates.io will accept us. 2018-02-14 01:22:41 -05:00
f87dd10cae Bump Cargo.toml for release. 2018-02-14 01:20:24 -05:00
1a32f7c131 Massive cleanup of documentation in anticipation of 1.0.0. 2018-02-14 01:09:51 -05:00
2d135edc12 Use std::iter::once instead of Some(x).into_iter(). 2018-02-14 01:08:12 -05:00
2c4bacb339 Update README for recent changes. 2018-02-13 23:16:57 -05:00
a663ae2e49 Merge branch 'feature/for-bind-pattern' into develop 2018-02-13 23:14:12 -05:00
b18a769513 Cosmetic change to previous commit. 2018-02-13 23:13:58 -05:00
a1c1987029 Allow binding patterns instead of just identifiers in a for loop. 2018-02-13 23:12:56 -05:00
9785f6a39c Allow if let guards during iteration. 2018-02-13 22:50:45 -05:00
f7984ae225 Remove spurious extern crate test that doesn't work and isn't needed anymore. 2018-02-13 22:50:07 -05:00
151507673c Set manual rust-mode offset to match file norm. 2018-02-13 22:36:45 -05:00
780c70e6ec Ditch feature(test) which keeps us from building on nightly. 2018-02-13 22:34:35 -05:00
7d7a87eaf6 Change org-mode docs to Markdown. 2018-02-06 17:10:12 -05:00
81884fae60 Merge branch 'feature/multiple_yields' into develop 2018-02-06 17:06:39 -05:00
9059782dfd Documentation tweak. 2018-02-06 17:05:36 -05:00
e7f714636f Describe multiple-yield syntax in documentation. 2018-02-06 17:04:38 -05:00
514dd75168 Allow multiple nested yield statements in a single iterate! call. 2018-02-06 16:47:34 -05:00
43d154725f Failing unit test showing planned support for chaining multiple yields. 2018-02-06 16:14:36 -05:00
a5aed71ef3 Change header so it renders on Github. 2015-03-17 23:08:34 -04:00
aad4ac132f Thanks, IARC. 2015-03-17 23:07:21 -04:00
9ac477bddd We don't have to start with a for statement anymore. 2015-03-17 23:02:31 -04:00
9a32772191 Correction to README now that we're using $crate. 2015-02-27 23:11:36 -05:00
56dfe5fede Small correction on how to import the macro from an external project. 2015-02-27 23:07:27 -05:00
15a8dc1563 Revised into beta-ish shape. 2015-02-27 23:02:51 -05:00
f24ff930e4 Hello, world! 2015-02-25 20:20:41 -05:00