repi

Results 74 issues of repi

TODO: Describe more - [ ] https://github.com/rust-lang/rust/issues/34502 - [ ] https://github.com/rust-lang/rust/issues/21102

tools
todo

We would like to have support for Rust on both Xbox and PlayStation. Platforms we are intimately familiar with as many of our devs have been working on them for...

It would be useful and good to be able to ourselves run unit tests for all the crates that we are using (currently 478 crates!) and verify they pass on...

tools
cargo

It would be great to be able to specify which targets are valid and can be used in a project and workspace. Ideally both on the workspace overall as well...

cargo

It would be great to be able to generate compile warning on unused crate specified in `Cargo.toml`, similar to `#![warn(unused_extern_crates)]` but that works with Rust 2018 where one doesn't use...

tools
cargo

Want a distributed compilation system (and not just caching) for fast iteration and development in large workspaces, esp. on low powered laptops. Ideally this should be seamlessly integrated into Cargo...

cargo

Current build cache intermediate files are local for each workspace, so if a crate is used in multiple different projects/workspaces one builds it multiple times on the same machine. This...

cargo

Would it be possible to add support for Windows for this crate also? It looks like currently the issue is that it uses raw unix file handles for the memory...

How about adding our `deny.toml` from our main project to the template here and make sure all of our open source crates use it in CI? I think we want...

enhancement

Currently one get a cryptic Objective C compile error if one is building with an unsupported Xcode, and with PR #26 we now require Xcode 12 (I think?) so more...

enhancement