Skip to content

v0.6.9

Latest
Compare
Choose a tag to compare
@ehuss ehuss released this 18 Jun 13:53
a036d42

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