https://github.com/rust-lang/cargo-bisect-rustc
Bisects rustc, either nightlies or CI artifacts
https://github.com/rust-lang/cargo-bisect-rustc
Last synced: 7 months ago
JSON representation
Bisects rustc, either nightlies or CI artifacts
- Host: GitHub
- URL: https://github.com/rust-lang/cargo-bisect-rustc
- Owner: rust-lang
- License: apache-2.0
- Created: 2018-03-18T00:07:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T15:00:10.000Z (7 months ago)
- Last Synced: 2025-05-12T15:51:41.625Z (7 months ago)
- Language: Rust
- Homepage: https://rust-lang.github.io/cargo-bisect-rustc/
- Size: 1.98 MB
- Stars: 183
- Watchers: 17
- Forks: 57
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Cargo Bisection
[](https://github.com/rust-lang/cargo-bisect-rustc/actions/workflows/ci.yml)
This tool bisects either Rust nightlies or CI artifacts.
[**Documentation**](https://rust-lang.github.io/cargo-bisect-rustc/)
To run the documentation book locally, install [mdBook](https://github.com/rust-lang/mdBook):
``` sh
cd guide
mdbook serve # launch a local server to allow you to easily see and update changes you make
mdbook build # build the book HTML
```
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.