Skip to content

Releases: rust-lang/cargo-bisect-rustc

v0.6.9

18 Jun 13:53
a036d42
Compare
Choose a tag to compare

Added

  • Added flags --term-old and --term-new to allow custom messages when bisecting a regression.
    #330
    #339

Changed

  • Updated dependencies.
    #314
    #313
    #315
    #319
    #326
    #327
    #329
    #340
  • No longer defaults to cross-compile mode when --target is not specified. This more closely matches cargo's behavior, which can affect reproducability.
    #323
  • Removed LTO and stripping of building cargo-bisect-rustc itself.
    #334

Fixed

  • Don't assume the date before the regressed nightly is the good nightly if there are missing nightlies.
    #320
  • Fixed building cargo-bisect-rustc itself to avoid unnecessary build-script rebuilds.
    #324
  • Fixed doc-change example documentation.
    #336
  • Replaced a panic with an error message if a given SHA commit is not from bors using the GitHub backend.
    #318
  • Fixed determination of what the latest nightly is when --end is not specified, and it is past UTC midnight, but the release process has not yet finished.
    #325
  • Fixed panic with --by-commit but no --start.
    #325

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