Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make task_info as `macos` specific (#32693) | Jonathan Schwender | 2024-07-04 | 1 | -3/+2 |
| | | | | | | | | 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> | ||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -1/+0 |
| | |||||
* | Remove usage of unstable libc crate. | Simon Sapin | 2017-02-20 | 1 | -4/+0 |
| | |||||
* | Switch task_info to use modern Cargo tools. | Jack Moffitt | 2015-05-29 | 1 | -1/+0 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -0/+22 |