aboutsummaryrefslogtreecommitdiffstats
path: root/components/to_shmem/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+5
* style: Remove ThinBoxedSliceEmilio Cobos Álvarez2023-06-091-18/+0
* Upgrade remaining components to edition 2018sagudev2023-02-181-8/+0
* style: Gracefully handle errors creating shared memory UA style sheets.Cameron McCormack2020-06-041-65/+89
* 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-121-9/+27
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-12/+26
* style: Add ToShmem impls for collections and strings.Cameron McCormack2019-04-121-1/+272
* style: Add simple ToShmem implementations.Cameron McCormack2019-04-121-0/+64
* style: Add SharedMemoryBuilder type and ToShmem trait.Cameron McCormack2019-04-121-0/+175