Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
42 check-ins
2024-01-17
| ||
09:31 | Merge release Leaf check-in: f7d1693bc6 user: fifr tags: trunk | |
09:31 | Update version to 1.0.0 Leaf check-in: f308fda0f3 user: fifr tags: release, v1.0.0 | |
09:30 | Change license to MIT check-in: 242c9ed26a user: fifr tags: trunk | |
2024-01-16
| ||
21:55 | Fix download links in README.md check-in: 51d274c08e user: fifr tags: trunk | |
2024-01-11
| ||
10:24 | Update version to 0.5.2 check-in: 8ac4c00a3a user: fifr tags: trunk, v0.5.2 | |
10:22 | Fix typo in example check-in: e99a3d20ab user: fifr tags: trunk | |
10:06 | Update version to 0.5.1 check-in: 98cc9d2f81 user: fifr tags: trunk, v0.5.1 | |
10:03 | Fix some typos check-in: 4b27f2fc10 user: fifr tags: trunk | |
09:45 | README.md: replace LaTeX syntax by unicode check-in: 19db6056d8 user: fifr tags: trunk | |
09:45 | Use `no_test` instead of `nodoc` or `ignore` check-in: 49f5fd3abc user: fifr tags: trunk | |
2022-05-29
| ||
08:08 | Update version to 0.5.0 check-in: aabf4e48d7 user: fifr tags: trunk, v0.5.0 | |
08:07 | Update edition to 2021 check-in: 737f1879b1 user: fifr tags: trunk | |
2022-03-31
| ||
15:43 | Implement `move` in comprehensions check-in: ce48fdebfe user: fifr tags: trunk | |
2021-05-04
| ||
21:30 | Update version to 0.4.2 check-in: 0fd8361996 user: fifr tags: trunk, v0.4.2 | |
21:29 | Replace `norun` with `ignore` check-in: fb7d85ea2b user: fifr tags: trunk | |
2019-04-26
| ||
11:08 | Improve test `test_mut` check-in: 43551eb4ca user: fifr tags: trunk | |
10:43 | Fix typo in doc of `sum!` check-in: bc376faa51 user: fifr tags: trunk | |
2019-04-24
| ||
20:07 | Improve doc formula check-in: 73b47778a9 user: fifr tags: trunk | |
19:41 | Update version in Cargo.toml check-in: 1eb2580fde user: fifr tags: trunk, v0.4.1 | |
19:40 | Update version to 0.4.1 check-in: 380b06d1be user: fifr tags: trunk | |
19:38 | Add doc for `comprehension!` check-in: e550755edd user: fifr tags: trunk | |
19:31 | Hide `_map` macro check-in: 8d5adb6fcf user: fifr tags: trunk | |
19:31 | Hide `_comprehension` macro check-in: ac0e75c317 user: fifr tags: trunk | |
2019-04-01
| ||
20:55 | Update version to 0.4.0 check-in: 9000155f6e user: fifr tags: trunk, v0.4.0 | |
20:54 | Update README.md check-in: 578d996880 user: fifr tags: trunk | |
20:52 | Add the `comprehension!` form and improve `iter!`/`map!`. The new implementation just generates a sequence of index tuples. This sequence is the mapped using the expression without creating nested closures. This allows to use `FnMut` bindings in the expression. check-in: aae20bdb14 user: fifr tags: trunk | |
06:03 | README.md: fix badge link check-in: 14b5dc8d30 user: fifr tags: trunk | |
2019-03-31
| ||
19:06 | Fix typo in comment check-in: 36aebbc78e user: fifr tags: trunk | |
19:04 | Fix code blocks in README.md check-in: d798064762 user: fifr tags: trunk | |
19:01 | Update version to 0.3.0 check-in: 4418f20a42 user: fifr tags: trunk, v0.3.0 | |
18:59 | Add some documentation to README.md check-in: 38f57bacef user: fifr tags: trunk | |
18:55 | Add more documentation check-in: 4a41e4cedd user: fifr tags: trunk | |
18:34 | Change syntax for return type of `sum!` and `product!` check-in: ddf8a058bf user: fifr tags: trunk | |
17:35 | Implement `iter!` without move. The alternative macro `_iter_ref!` is not required anymore. check-in: 7afc00ca68 user: fifr tags: trunk | |
10:26 | Add `_iter_ref` for non-moving closures. This is easier to use if the resulting iterator is consumed immediately, e.g. by `sum` or `product`. check-in: b38e9fed71 user: fifr tags: trunk | |
10:09 | Add optional explicit result type for `sum!` and `product!` check-in: 73db2b50ad user: fifr tags: trunk | |
08:26 | Update version to 0.2.0 check-in: 217bbae3c9 user: fifr tags: trunk, v0.2.0 | |
08:24 | Remove necessity of return type for `sum!` and `product!` check-in: 41490ebd24 user: fifr tags: trunk | |
2019-03-30
| ||
17:33 | Update README.md check-in: 76858b5250 user: fifr tags: trunk, v0.1.0 | |
17:23 | Update metadata check-in: e6923dda60 user: fifr tags: trunk | |
17:18 | Initial record check-in: 23da07ed5d user: fifr tags: trunk | |
14:07 | initial empty check-in check-in: 9ea5856bab user: fifr tags: trunk | |