Dan Gieschen Knutson
a19c6088f0
use iterative rather than recursive method for following aliases ( #573 )
...
* use iterative rather than recursive method for following aliases
* this avoids consuming stack via plain recursive calls
2018-10-28 20:26:44 -07:00
Muhammad Mominul Huque
d266b1a42d
Rename EntityMap to SecondaryMap ( #528 )
...
* Rename `EntityMap` to `SecondaryMap`
2018-09-26 12:03:44 -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
Dan Gohman
6b88cd44a8
Update to rustfmt-preview ( #348 )
...
* Update to rustfmt-preview.
* Run "cargo fmt --all" with rustfmt 0.4.1.
rustfmt 0.4.1 is the latest release of rustfmt-preview available on the
stable channel.
* Fix a long line that rustfmt 0.4.1 can't handle.
* Remove unneeded commas left behind by rustfmt.
2018-05-25 11:38:38 -07:00
Dan Gohman
bf597b7abf
Enable and fix several more clippy lints.
2018-04-17 17:05:03 -07:00
Amanieu d'Antras
9e17e62d68
Move entity into a separate crate ( #297 )
2018-04-10 11:06:49 -07:00