aboutsummaryrefslogtreecommitdiffstats
path: root/components/remutex
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | For now it'll be duplicated
* Replace NonZeroU32 and NonZeroUsize with a generic NonZeroSimon Sapin2017-10-161-5/+5
| | | | The API is identical to core::nonzero::NonZero
* 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
| | | | | | Ignoring : - **generated**.rs - python/tidy/servo_tidy_tests/rust_tidy.rs
* 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