Skip to content

v0.6.6

Compare
Choose a tag to compare
@ehuss ehuss released this 01 Apr 18:54
· 116 commits to master since this release
3ae5c24

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

Fixed

  • 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