aboutsummaryrefslogtreecommitdiffstats
path: root/support/rust-task_info
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-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 Robinson2024-09-171-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 Schwender2024-07-042-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 Robinson2024-06-181-6/+5
|
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+0
|
* Format remaining filesPyfisch2018-11-062-10/+13
|
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
|
* Remove our dependency on the gcc crateBastien Orivel2018-03-212-5/+5
|
* Remove usage of unstable libc crate.Simon Sapin2017-02-202-5/+4
|
* Improve tidy's license validation logicedunham2016-08-121-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 -> threadrohan.prinja2016-01-101-1/+0
|
* Remove double linking of static libs from task_info and azureLars Bergstrom2015-07-151-1/+0
|
* Switch task_info to use modern Cargo tools.Jack Moffitt2015-05-295-61/+7
|
* Use usize rather than u64 in MemoryReport.Nicholas Nethercote2015-03-312-19/+17
| | | | I should have used usize in the first place.
* Fix build scripts warnings.Simon Sapin2015-03-181-12/+5
|
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-1/+2
|
* Fix warnings in rust-task_info.Ms2ger2015-02-131-2/+3
|
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-113-1/+23
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-2/+0
|
* Remove obsolete attributes.Ms2ger2015-01-031-3/+0
|
* Cargoify servoJack Moffitt2014-09-086-0/+175