Files
rust/src/liballoc
Mazdak Farrokhzad c4f8fd2bf5 Rollup merge of #64975 - crgl:clone-from-linked-list, r=bluss
Implement Clone::clone_from for LinkedList

See #28481. This represents a substantial speedup when the list sizes are comparable, and shouldn't ever be significantly worse. Technically split_off is doing an unnecessary search, but the code is hopefully cleaner as a result. I'm happy to rework anything that needs to be changed as well!
2019-10-03 04:08:15 +02:00
..
2019-08-04 14:50:26 +02:00
2019-09-25 08:42:46 -04:00
2019-08-04 14:50:26 +02:00
2019-09-25 08:42:46 -04:00
2019-09-07 22:40:57 +03:00
2019-09-16 16:45:16 +02:00
2019-10-01 11:55:46 +00:00