Dan Gohman
|
a1fe0f82e1
|
Update to the latest stable rustfmt, 0.4.2-stable (febbb36 2018-04-12).
|
2018-05-29 10:37:38 -07:00 |
|
Dan Gohman
|
7733ca1173
|
Implement entity's Iter in terms of std::iter::Enumerate.
Entity's `Iter` is essentially an `Enumerate`, so just use an
`Enumerate` under the covers. This makes the code simpler.
|
2018-05-29 10:21:52 -07:00 |
|
Dan Gohman
|
7720a571fc
|
Fix reverse iteration in cretonne-entity's Iter.
A `DoubleEndedIterator` needs to track both a forward position and a
reverse position, so that `next_back()` can pop from the back of the
sequence.
|
2018-05-29 10:21:52 -07:00 |
|
Amanieu d'Antras
|
9e17e62d68
|
Move entity into a separate crate (#297)
|
2018-04-10 11:06:49 -07:00 |
|