aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo_arc/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* style: Share user agent cascade data across documents.Emilio Cobos Álvarez2017-09-151-1/+1
* style: Add a TLS-based style struct caching mechanism.Emilio Cobos Álvarez2017-09-141-0/+6
* Measure selectors.Nicholas Nethercote2017-09-071-0/+6
* order derivable traits listsClément DAVID2017-08-231-1/+1
* stylo: Measure Elements and ComputedValues.Nicholas Nethercote2017-08-031-0/+8
* stylo: Remove usage of ServoComputedValues from binding functionsManish Goregaokar2017-07-211-0/+6
* stylo: Make Servo Arc types use ptr to T instead of ptr to ArcInner<T>Manish Goregaokar2017-07-171-1/+103
* stylo: Replace real ComputedValues with bindgenned ComputedValues2Manish Goregaokar2017-07-171-0/+20
* stylo: Add RawOffsetArc<T>Manish Goregaokar2017-07-171-0/+91
* Auto merge of #17701 - bholley:reuse_allocations, r=emiliobors-servo2017-07-141-1/+6
* Revert "Auto merge of #17701 - bholley:reuse_allocations, r=emilio"Emilio Cobos Álvarez2017-07-131-6/+1
* Store the bloom filter in TLS and reuse it across traversals.Bobby Holley2017-07-121-0/+4
* Add owning_ref back as a style dep, and update parking_lot.Bobby Holley2017-07-121-1/+2
* remove various things now that Rust 1.17 is requiredNathan Froyd2017-06-231-7/+2
* Fix over-alignment assert crash on Android.Imanol Fernandez2017-06-171-6/+18
* Bump serde to 1.0Bastien Orivel2017-06-161-2/+2
* Introduce NonZeroPtrMut and use it in servo_arc.Bobby Holley2017-06-061-23/+69
* Make a bunch of types 'static.Bobby Holley2017-06-061-9/+9
* Address followup review comments.Bobby Holley2017-06-061-16/+16
* Implement ThinArc.Bobby Holley2017-06-051-0/+164
* Add support for dynamically-sized types in servo_arc.Bobby Holley2017-06-051-0/+97
* Move stylearc into a separate crate.Bobby Holley2017-06-051-0/+416