aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo_arc/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Add support for static references to servo_arc::Arc. r=emilioCameron McCormack2019-04-121-38/+156
* `cargo fix --edition`Simon Sapin2018-11-101-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Fix tidy issues.Emilio Cobos Álvarez2018-09-181-13/+10
* servo_arc cleanups for publishing.Manish Goregaokar2018-09-181-140/+202
* style: Use an acquire load for is_unique in servo_arc.Bobby Holley2018-07-241-8/+3
* style: Fix tidy issues and Servo build.Emilio Cobos Álvarez2018-04-291-1/+1
* servo_arc: ArcUnion.Bobby Holley2018-04-291-2/+134
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-38/+65
* Change debug assertions to specific onesjanczer2018-02-071-1/+1
* Use specific negative assertion for ServoArcCYBAI2018-01-261-1/+1
* Use specific assertion for ServoArcCYBAI2018-01-261-2/+2
* Add some FIXME comments about using ptr::NonNullSimon Sapin2018-01-221-0/+1
* Prepare servo_arc for publication on crates.ioSimon Sapin2018-01-121-1/+1
* servo_arc: Add some #[inline] and repr(C) annotations.Emilio Cobos Álvarez2017-12-011-3/+30
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-11/+0
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+3
* servo_arc: Make Arc do a pointer equality check in eq and ne first.Cameron McCormack2017-10-111-2/+2
* 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