Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to the 2024 edition (#35755) | Simon Wülker | 2025-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * Migrate to 2024 edition Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Allow unsafe_op_in_unsafe_fn lint This lint warns by default in the 2024 edition, but is *way* too noisy for servo. We might enable it in the future, but not now. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Compile using the 2024 edition Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> | ||||
* | Add `rust-version` to all `Cargo.toml` files (#33483) | Martin Robinson | 2024-09-17 | 1 | -0/+1 |
| | | | | | | | This is another step preparing for building Servo without `mach`. Fixes #33430. Signed-off-by: Martin Robinson <mrobinson@igalia.com> | ||||
* | Make task_info as `macos` specific (#32693) | Jonathan Schwender | 2024-07-04 | 2 | -6/+9 |
| | | | | | | | | rust-analyzer breaks on Linux (when invoked without mach), because it tries to compile the c files, and doesn't find `mach_init.h` Since we don't need task_info on non-mac platforms, just make the crate empty on other platforms. Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> | ||||
* | Use workspace definitions for all crates and update to the 2021 edition (#32544) | Martin Robinson | 2024-06-18 | 1 | -6/+5 |
| | |||||
* | Update MPL license to https (part 1) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -2/+0 |
| | |||||
* | Format remaining files | Pyfisch | 2018-11-06 | 2 | -10/+13 |
| | |||||
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 1 | -0/+1 |
| | |||||
* | Remove our dependency on the gcc crate | Bastien Orivel | 2018-03-21 | 2 | -5/+5 |
| | |||||
* | Remove usage of unstable libc crate. | Simon Sapin | 2017-02-20 | 2 | -5/+4 |
| | |||||
* | Improve tidy's license validation logic | edunham | 2016-08-12 | 1 | -0/+1 |
| | | | | | | | | | | | fixes https://github.com/servo/servo/issues/10716 I took the lazy way out and hardcoded the size of block we examine for licenses. fixes https://github.com/servo/servo/issues/10719 Includes tests for new functionality. | ||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -1/+0 |
| | |||||
* | Remove double linking of static libs from task_info and azure | Lars Bergstrom | 2015-07-15 | 1 | -1/+0 |
| | |||||
* | Switch task_info to use modern Cargo tools. | Jack Moffitt | 2015-05-29 | 5 | -61/+7 |
| | |||||
* | Use usize rather than u64 in MemoryReport. | Nicholas Nethercote | 2015-03-31 | 2 | -19/+17 |
| | | | | I should have used usize in the first place. | ||||
* | Fix build scripts warnings. | Simon Sapin | 2015-03-18 | 1 | -12/+5 |
| | |||||
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -1/+2 |
| | |||||
* | Fix warnings in rust-task_info. | Ms2ger | 2015-02-13 | 1 | -2/+3 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 3 | -1/+23 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -2/+0 |
| | |||||
* | Remove obsolete attributes. | Ms2ger | 2015-01-03 | 1 | -3/+0 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 6 | -0/+175 |