Skip to content

Commit

Permalink
auto merge of #7944 : blake2-ppc/rust/dlist-move-nodes, r=bblum
Browse files Browse the repository at this point in the history
Factor out internal methods to pop/push list nodes so that .merge() and .rotate_to_front(), .rotate_to_back() (new methods) can be implemented without allocating nodes.

With that, some cleanup changes to DList use of Option, and adding a missing Encodable implementation.
  • Loading branch information
bors committed Jul 23, 2013
2 parents dfdb72d + 6e24b75 commit 69a237e
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 138 deletions.
Loading

0 comments on commit 69a237e

Please sign in to comment.