Rust-bisect: finding changes in rust using nightly builds

I just put up a first version of rust-bisect*, which uses nightly builds to help speed up tracking down changes. There’s an example from a real Rust issue—the issue was already solved, it’s just a demonstration!

Hope this helps someone out!

* it’s not on crates.io yet because I’m waiting on a release of multirust-rs to include some changes. You can clone it though!

4 Likes

I just added binary releases for Linux and OS X: https://github.com/kamalmarhubi/rust-bisect/releases

The dependence on both nightly rust and a specific commit of multirust-rs made the build annoying so I automated it. :slight_smile:

Windows builds are an on-hold work in progress: https://github.com/kamalmarhubi/rust-bisect/issues/7

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.