| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Stylo to its own repo (#31350) | Delan Azabani | 2024-02-27 | 5 | -1615/+0 |
* | Revert changes to servo_arc, style_derive, and style_traits (#31387) | Martin Robinson | 2024-02-22 | 2 | -22/+18 |
* | style: Rustfmt servo/. r=zrhoffman | Emilio Cobos Álvarez | 2023-11-24 | 1 | -2/+8 |
* | style: Remove some magic from the bindings | Emilio Cobos Álvarez | 2023-11-24 | 1 | -167/+1 |
* | style: Remove HasArcFFI for some types | Emilio Cobos Álvarez | 2023-11-24 | 1 | -4/+2 |
* | Disable formatting for malloc_size_of, servo_arc, to_shmem | Oriol Brufau | 2023-11-21 | 1 | -0/+1 |
* | style: [css-nesting] Process nested rules at cascade data rebuild | Emilio Cobos Álvarez | 2023-11-21 | 1 | -17/+36 |
* | style: Fix clippy warnings | Sylvestre Ledru | 2023-11-21 | 1 | -3/+3 |
* | style: [css-nesting] Parse parent selector | Emilio Cobos Álvarez | 2023-11-06 | 1 | -0/+26 |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -11/+8 |
* | style: Refactor the author sheet cache to keep alive the relevant StylesheetC... | Emilio Cobos Álvarez | 2023-05-24 | 1 | -0/+8 |
* | Start the transition to workspace dependencies | Martin Robinson | 2023-05-17 | 1 | -1/+1 |
* | Auto merge of #29364 - delan:selectors-servo_arc, r=jdm | bors-servo | 2023-02-20 | 1 | -1/+1 |
|\ |
|
| * | Release selectors 0.24.0 and servo_arc 0.2.0 | Delan Azabani | 2023-02-15 | 1 | -1/+1 |
* | | Upgrade remaining components to edition 2018 | sagudev | 2023-02-18 | 2 | -5/+1 |
|/ |
|
* | Auto merge of #28967 - servo:jdm-patch-52, r=jdm | bors-servo | 2022-11-20 | 2 | -0/+224 |
|\ |
|
| * | Add MIT license to servo_arc. | Josh Matthews | 2022-09-06 | 1 | -0/+23 |
| * | Add apache license to servo_arc. | Josh Matthews | 2022-09-06 | 1 | -0/+201 |
* | | Use SPDX license format | Alex Touchet | 2022-10-10 | 1 | -1/+1 |
|/ |
|
* | Fix some Clippy lints. | Teymour Aldridge | 2022-08-04 | 1 | -8/+3 |
* | More Cargo.toml updates | atouchet | 2020-05-30 | 1 | -3/+3 |
* | style: Simplify code for keeping alive shared memory until all sheets go away. | Emilio Cobos Álvarez | 2019-11-30 | 1 | -4/+9 |
* | style: Properly refcount-log UniqueArcs created with new_uninitialized(). | Emilio Cobos Álvarez | 2019-07-24 | 1 | -0/+6 |
* | Don't insta-free in UniqueArc::assume_init. | Emilio Cobos Álvarez | 2019-07-24 | 1 | -1/+1 |
* | Stylo: replace uses of mem::uninitialized with MaybeUninit | Simon Sapin | 2019-07-16 | 1 | -20/+9 |
* | Add UniqueArc::new_uninit, UniqueArc::assume_init | Simon Sapin | 2019-07-16 | 1 | -1/+29 |
* | style: Rustfmt recent changes. | Emilio Cobos Álvarez | 2019-07-08 | 1 | -5/+1 |
* | style: Generate top-level function and constant declarations for the style cr... | Emilio Cobos Álvarez | 2019-07-08 | 1 | -5/+5 |
* | style: Rustfmt recent changes. | Emilio Cobos Álvarez | 2019-06-04 | 1 | -3/+15 |
* | style: Use a RwLock'd HashMap instead of a lock-free linked list for rule nod... | Emilio Cobos Álvarez | 2019-06-04 | 1 | -0/+7 |
* | style: Rejigger a bit rust features so that rusttests still link. | Emilio Cobos Álvarez | 2019-06-04 | 2 | -5/+5 |
* | style: Add refcount logging to servo_arc. | Emilio Cobos Álvarez | 2019-06-04 | 2 | -7/+62 |
* | style: Use cbindgen for URIs. | Emilio Cobos Álvarez | 2019-06-04 | 1 | -0/+3 |
* | style: Implement ArcSlice::default(). | Emilio Cobos Álvarez | 2019-05-29 | 1 | -12/+11 |
* | style: Rustfmt + build fix. | Emilio Cobos Álvarez | 2019-05-10 | 1 | -4/+11 |
* | style: Add bindings for ArcSlice and ThinArc, and use them to reduce copies o... | Emilio Cobos Álvarez | 2019-05-10 | 1 | -0/+8 |
* | style: Introduce ArcSlice, a small wrapper over ThinArc but without an explic... | Emilio Cobos Álvarez | 2019-05-10 | 1 | -3/+14 |
* | style: Fix an assertion that doesn't account for alignment padding. | Emilio Cobos Álvarez | 2019-05-10 | 1 | -3/+21 |
* | style: Don't panic when creating empty ThinArcs. | Emilio Cobos Álvarez | 2019-05-10 | 1 | -17/+31 |
* | style: Use PhantomData<T> in servo_arc. | Emilio Cobos Álvarez | 2019-05-10 | 1 | -1/+14 |
* | style: ThinArc should use NonNull. | Emilio Cobos Álvarez | 2019-05-10 | 1 | -7/+9 |
* | style: Add support for static references to servo_arc::Arc. r=emilio | Cameron McCormack | 2019-04-12 | 1 | -38/+156 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-10 | 1 | -1/+1 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+2 |
* | Fix tidy issues. | Emilio Cobos Álvarez | 2018-09-18 | 1 | -13/+10 |
* | servo_arc cleanups for publishing. | Manish Goregaokar | 2018-09-18 | 1 | -140/+202 |
* | style: Use an acquire load for is_unique in servo_arc. | Bobby Holley | 2018-07-24 | 1 | -8/+3 |
* | style: Fix tidy issues and Servo build. | Emilio Cobos Álvarez | 2018-04-29 | 1 | -1/+1 |
* | servo_arc: ArcUnion. | Bobby Holley | 2018-04-29 | 1 | -2/+134 |
* | Run rustfmt on selectors, servo_arc, and style. | Bobby Holley | 2018-04-10 | 1 | -38/+65 |