aboutsummaryrefslogtreecommitdiffstats
path: root/components/rand
Commit message (Expand)AuthorAgeFilesLines
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* crypto: Begin SubtleCrypto implementation (#33628)Daniel Adams2024-10-082-0/+5
* fix: disable automatic reseeding (#33657)Yemi Harry2024-10-071-1/+1
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Remove lazy static (#33078)Hayashi Mikihiro2024-08-162-5/+1
* clippy: Fix various clippy warnings throughout the code (#33003)Ashwin Naren2024-08-131-1/+0
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* Fix clippy warnings in `components/rand` (#31549)sandeep2024-03-071-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+5
* remove `extern crate` (#30311)Samson2023-09-081-6/+2
* Disable WebRender debugger and upgrade webxr / media / rand (#30190)Martin Robinson2023-08-241-2/+2
* Update uuidMartin Robinson2023-06-261-5/+2
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-4/+4
* Removed the commented code.michaelgrigoryan252022-12-011-6/+0
* Replaced explicit Default implementation for Seed with derive.michaelgrigoryan252022-12-011-5/+6
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-232-8/+5
* Update rand to 0.6Bastien Orivel2019-08-112-40/+85
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-1/+1
* Upgrade uuid.Josh Matthews2019-06-121-2/+5
* Upgrade ws.Josh Matthews2019-06-121-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update uuidBastien Orivel2018-11-091-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+0
* Reorder importsPyfisch2018-11-061-2/+2
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* Bump ipc-channel and bincodeBastien Orivel2018-03-212-1/+12
* Update lazy_static to 1.0Bastien Orivel2017-12-041-1/+1
* squash: convert less interesting debug! logs to tracesDexter Haslem2017-01-181-4/+4
* An in-memory RNG that shares its file descriptor.Alan Jeffrey2017-01-052-0/+173