aboutsummaryrefslogtreecommitdiffstats
path: root/components/allocator
Commit message (Expand)AuthorAgeFilesLines
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-2/+2
* chore: Move unsafe operations in unsafe functions to unsafe blocks (#36017)DK Liao2025-03-182-10/+13
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-132-1/+4
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* deps: switch to `tikv-jemallocator` crates in Cargo.toml (#32828)Mukilan Thiyagarajan2024-07-222-5/+5
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* deps: Switch from `winapi` to `windows_sys` in Servo code (#32516)Martin Robinson2024-06-172-4/+5
* android: use `jemalloc` on Android (#32273)Mukilan Thiyagarajan2024-05-132-13/+4
* Add font-fallback on OpenHarmony and fix several compilation issues (#32141)Jonathan Schwender2024-05-022-4/+13
* rustdoc: Add some basic Safety sections to unsafe functions (#31639)Martin Robinson2024-03-131-0/+12
* Use libc::malloc_size on apple (#31602)Samson2024-03-111-4/+4
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-3/+1
* Add `use-system-allocator` to not use jemalloc (#31443)Samson2024-02-292-3/+14
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-222-2/+20
* Unfork and upgrade jemallocator (#30963)Martin Robinson2024-01-012-76/+8
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-1/+1
* Update jemalloc-sys to 0.3.2Tomasz Miąsko2019-11-201-1/+1
* Make Servo components use winapi 0.3Anthony Ramine2019-01-162-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-5/+5
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-24/+16
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Format component allocator #21373kingdido9992018-08-161-17/+25
* Upgrade to rustc 1.28.0-nightly (b68432d56 2018-06-12)Simon Sapin2018-06-142-42/+15
* Upgrade to rustc 1.28.0-nightly (524ad9b9e 2018-05-29)Anthony Ramine2018-05-301-6/+1
* Revert "Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)"Josh Matthews2018-05-181-1/+6
* Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)Simon Sapin2018-05-041-6/+1
* Fork the jemallocator crate, fix for nightly-2018-04-15Simon Sapin2018-04-162-9/+79
* FreeType: don’t use usable_size() as deallocation sizeSimon Sapin2017-10-302-5/+17
* Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-192-0/+80