aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/linked_list.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move util::linked_list to layoutAnthony Ramine2016-06-291-21/+0
|
* util: Remove the old broken `SerializableLinkedList` code in favor ofPatrick Walton2015-07-311-73/+0
| | | | serde's native implementation.
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-151-0/+73
| | | | | | | | | This commit introduces the `serde` dependency, which we will use to serialize messages going between processes in multiprocess Servo. This also adds a new debugging flag, `-Z print-display-list-json`, allowing the output of display list serialization to be visualized. This will be useful for our experiments with alternate rasterizers.
* Remove workaround for rust-lang/rust#22244Matt Brubeck2015-03-181-4/+0
|
* Rename dlist to linked_list.Matt Brubeck2015-03-181-0/+25