Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -1/+2 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -6/+3 |
| | | | | | | | | | | | * 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> | ||||
* | Start the transition to workspace dependencies | Martin Robinson | 2023-05-17 | 1 | -2/+2 |
| | | | | | | | This will ultimately make it simpler to update crate dependencies and reduce duplicate when specifying requirements. Generally, this change does not touch dependencies that are only used by a single crate. We could consider moving them to workspace dependencies in the future. | ||||
* | Fix rust's remutex source code link | CYBAI | 2020-06-01 | 1 | -2/+2 |
| | |||||
* | Remove unused code from a bunch of crates | est31 | 2019-06-03 | 1 | -6/+0 |
| | |||||
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -2/+4 |
| | |||||
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 1 | -0/+1 |
| | |||||
* | format components/remutex | Anshul Malik | 2018-09-12 | 2 | -15/+40 |
| | |||||
* | Remove components/nonzero, use std::num::NonZero instead | Simon Sapin | 2018-06-16 | 2 | -3/+1 |
| | |||||
* | Use new std::num::NonZero* types instead of deprecated core::nonzero::NonZero | Simon Sapin | 2018-04-09 | 1 | -5/+5 |
| | |||||
* | Bump env_logger to 0.5 and log to 0.4 in every servo crate | Bastien Orivel | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Merge servo_remutex to servo_remutex_tests | Anthony Ramine | 2018-01-20 | 2 | -0/+93 |
| | |||||
* | Update lazy_static to 1.0 | Bastien Orivel | 2017-12-04 | 1 | -1/+1 |
| | | | | For now it'll be duplicated | ||||
* | Replace NonZeroU32 and NonZeroUsize with a generic NonZero | Simon Sapin | 2017-10-16 | 1 | -5/+5 |
| | | | | The API is identical to core::nonzero::NonZero | ||||
* | Use wrappers in the nonzero crate so users don’t need unstable features | Simon Sapin | 2017-10-13 | 2 | -5/+0 |
| | |||||
* | Use NonZeroUsize in remutex | Simon Sapin | 2017-10-13 | 2 | -7/+11 |
| | |||||
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -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 Sapin | 2017-07-27 | 1 | -3/+3 |
| | |||||
* | Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07) | Simon Sapin | 2017-05-08 | 1 | -2/+2 |
| | |||||
* | squash: convert less interesting debug! logs to traces | Dexter Haslem | 2017-01-18 | 1 | -14/+14 |
| | |||||
* | Removed util. | Alan Jeffrey | 2016-12-14 | 2 | -0/+254 |