about summary refs log tree commit diff
path: root/src/liballoc/binary_heap.rs
AgeCommit message (Expand)AuthorLines
2018-05-06Use ManuallyDrop instead of Option in Hole implementationNikita Popov-6/+5
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-65/+1
2018-03-27Implement `shrink_to` method on collectionsDiggory Blake-0/+25
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-3/+3
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-3/+3
2018-01-09Make core::ops::Place an unsafe traitTaylor Cramer-1/+1
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+1236