Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename dlist to linked_list. | Matt Brubeck | 2015-03-18 | 1 | -25/+0 |
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -4/+4 |
* | Make dlist::split use new DList::split_off. | Matt Brubeck | 2015-02-12 | 1 | -61/+7 |
* | Replace append_from and prepend_from with DList::append | Matt Brubeck | 2015-02-12 | 1 | -48/+2 |
* | gfx: Rewrite display list construction to make stacking-contexts more | Patrick Walton | 2014-11-14 | 1 | -0/+27 |
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -3/+2 |
* | gfx: Micro-optimize `DList` and `StackingContext` a bit. | Patrick Walton | 2014-11-05 | 1 | -21/+26 |
* | util: Add a method to push all elements from another doubly-linked list | Patrick Walton | 2014-10-28 | 1 | -0/+26 |
* | layout: Rewrite text and inline fragment handling during flow | Patrick Walton | 2014-10-20 | 1 | -0/+68 |