aboutsummaryrefslogtreecommitdiffstats
path: root/components/to_shmem
Commit message (Expand)AuthorAgeFilesLines
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-3/+7
* Disable formatting for malloc_size_of, servo_arc, to_shmemOriol Brufau2023-11-211-0/+1
* style: Avoid linear search to check for custom property presenceEmilio Cobos Álvarez2023-11-211-1/+15
* Further changes required by ServoOriol Brufau2023-11-211-1/+1
* style: Allow to use ThinVec/nsTArray in the style crateEmilio Cobos Álvarez2023-11-212-0/+56
* style: Convert RGBA to AbsoluteColor for computed/animated/resolved CSS colorsTiaan Louw2023-11-211-1/+0
* style: Fix clippy warningsSylvestre Ledru2023-11-211-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+5
* style: Remove ThinBoxedSliceEmilio Cobos Álvarez2023-06-092-19/+0
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-5/+5
* Auto merge of #29364 - delan:selectors-servo_arc, r=jdmbors-servo2023-02-201-1/+1
|\
| * sync versions of to_shmem + to_shmem_derive with dummy releasesDelan Azabani2023-02-161-1/+1
* | Upgrade remaining components to edition 2018sagudev2023-02-182-8/+1
|/
* Updated cssparser dependency to 0.29.Lewin Probst2021-11-181-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+1
* style: Gracefully handle errors creating shared memory UA style sheets.Cameron McCormack2020-06-041-65/+89
* style: Update smallvec to 1.0.Emilio Cobos Álvarez2019-12-161-1/+1
* style: Don't specify minor version for cssparser.Emilio Cobos Álvarez2019-11-301-1/+1
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-2/+2
* Remove unused dependenciesShotaro Yamada2019-10-011-2/+1
* Stylo: replace uses of mem::uninitialized with MaybeUninitSimon Sapin2019-07-161-3/+4
* style: Add an owned slice type which cbindgen can understand.Emilio Cobos Álvarez2019-05-101-1/+1
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-122-11/+30
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-12/+26
* style: Add ToShmem impls for collections and strings.Cameron McCormack2019-04-122-1/+276
* style: Add simple ToShmem implementations.Cameron McCormack2019-04-122-1/+67
* style: Add SharedMemoryBuilder type and ToShmem trait.Cameron McCormack2019-04-122-0/+191