You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
The key has expired.
Added
π Added bisecting of rollups. This depends on the artifacts generated for rustc-perf which is only available for x86_64-unknown-linux-gnu. #256
π Added a new User Guide with more detailed documentation and a set of examples illustrating different ways to use cargo-bisect-rustc. The guide is available at https://rust-lang.github.io/cargo-bisect-rustc/. #266
Changed
Added another kind of ICE output that is auto-detected. #261
Fixed bounds checking when --start or --end is not specified. #243
The remote tags are now fetched from the rust-lang/rust repo to ensure that tag boundaries (--start 1.65.0) work if the tag hasn't been downloaded. #263