aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/dlist.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename dlist to linked_list.Matt Brubeck2015-03-181-25/+0
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-4/+4
* Make dlist::split use new DList::split_off.Matt Brubeck2015-02-121-61/+7
* Replace append_from and prepend_from with DList::appendMatt Brubeck2015-02-121-48/+2
* gfx: Rewrite display list construction to make stacking-contexts morePatrick Walton2014-11-141-0/+27
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-3/+2
* gfx: Micro-optimize `DList` and `StackingContext` a bit.Patrick Walton2014-11-051-21/+26
* util: Add a method to push all elements from another doubly-linked listPatrick Walton2014-10-281-0/+26
* layout: Rewrite text and inline fragment handling during flowPatrick Walton2014-10-201-0/+68