Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -4/+5 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -6/+2 |
| | | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com> | ||||
* | Update uuid | Martin Robinson | 2023-06-26 | 1 | -5/+2 |
| | | | | | This is required to use the new version of gleam and update ipc-channels without duplicating the dependency in the future. | ||||
* | Removed the commented code. | michaelgrigoryan25 | 2022-12-01 | 1 | -6/+0 |
| | |||||
* | Replaced explicit Default implementation for Seed with derive. | michaelgrigoryan25 | 2022-12-01 | 1 | -5/+6 |
| | |||||
* | Update rand to 0.7 (fixes #24448) | Anthony Ramine | 2019-10-23 | 1 | -4/+1 |
| | |||||
* | Update rand to 0.6 | Bastien Orivel | 2019-08-11 | 1 | -39/+82 |
| | | | | | | | | | | | | I changed the isaac random to always be the 32 bits one because the 64 bits version doesn't work with ReseedingRng as it requires the generator's output to be u32 for some reasons. The other main change is that the reseed method doesn't exist anymore and now rand recreates a new generator when it needs to reseed so I had to add a new method for when we don't want a generator to be reseeded. Closes #23558 | ||||
* | Upgrade uuid. | Josh Matthews | 2019-06-12 | 1 | -2/+5 |
| | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -2/+0 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | Bump ipc-channel and bincode | Bastien Orivel | 2018-03-21 | 1 | -0/+10 |
| | | | | This required bumping uuid too which unfortunately duplicated rand. | ||||
* | squash: convert less interesting debug! logs to traces | Dexter Haslem | 2017-01-18 | 1 | -4/+4 |
| | |||||
* | An in-memory RNG that shares its file descriptor. | Alan Jeffrey | 2017-01-05 | 1 | -0/+158 |