Skip to content

Releases: rust-lang/cargo-bisect-rustc

v0.6.8

29 Jan 04:03
323aa9b
Compare
Choose a tag to compare

Added

  • Added documentation for --alt builds.
    #289

Changed

Fixed

  • Fixed an issue when attempting to bisect a rollup, but the perf commits have been garbage collected, to display information about the rollup so that you can see which PRs were involved.
    #298

v0.6.7

17 Aug 17:42
3691237
Compare
Choose a tag to compare

Changed

Fixed

  • Fix bisecting into rollups via unrolled perf builds
    #280

v0.6.6

01 Apr 18:54
3ae5c24
Compare
Choose a tag to compare

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

v0.6.5

29 Nov 13:28
a919df3
Compare
Choose a tag to compare

v0.6.4

29 Jul 22:02
78c1265
Compare
Choose a tag to compare

v0.6.3

20 Apr 21:38
72c8ac1
Compare
Choose a tag to compare

v0.6.2

01 Apr 23:30
47d736a
Compare
Choose a tag to compare

v0.6.1

08 Oct 17:46
51ae2d9
Compare
Choose a tag to compare

v0.6.0

22 Oct 19:01
411deaa
Compare
Choose a tag to compare
Merge pull request #119 from camelid/release-0.6.0

Release v0.6.0

v0.5.2

26 May 22:35
798bc04
Compare
Choose a tag to compare
Merge pull request #97 from chrissimpkins/0.5.2-docs