aboutsummaryrefslogtreecommitdiffstats
path: root/components/remutex
Commit message (Expand)AuthorAgeFilesLines
* Replace `remutex` with `parking_lot`'s `ReentrantMutex` (#31817)Martin Robinson2024-03-223-368/+0
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-11/+17
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* remove `extern crate` (#30311)Samson2023-09-081-6/+3
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-2/+2
* Fix rust's remutex source code linkCYBAI2020-06-011-2/+2
* Remove unused code from a bunch of cratesest312019-06-031-6/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+0
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-061-2/+4
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* format components/remutexAnshul Malik2018-09-122-15/+40
* Remove components/nonzero, use std::num::NonZero insteadSimon Sapin2018-06-162-3/+1
* Use new std::num::NonZero* types instead of deprecated core::nonzero::NonZeroSimon Sapin2018-04-091-5/+5
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* Merge servo_remutex to servo_remutex_testsAnthony Ramine2018-01-202-0/+93
* Update lazy_static to 1.0Bastien Orivel2017-12-041-1/+1
* Replace NonZeroU32 and NonZeroUsize with a generic NonZeroSimon Sapin2017-10-161-5/+5
* Use wrappers in the nonzero crate so users don’t need unstable featuresSimon Sapin2017-10-132-5/+0
* Use NonZeroUsize in remutexSimon Sapin2017-10-132-7/+11
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-3/+3
* Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07)Simon Sapin2017-05-081-2/+2
* squash: convert less interesting debug! logs to tracesDexter Haslem2017-01-181-14/+14
* Removed util.Alan Jeffrey2016-12-142-0/+254