Releases: rust-lang/cargo-bisect-rustc
Releases · rust-lang/cargo-bisect-rustc
v0.6.9
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 matchescargo
'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
Added
- Added documentation for
--alt
builds.
#289
Changed
- ❗️ Changed the default access method to "github", meaning it will use the GitHub API to fetch commit information instead of using a local git clone. See the access documentation for more information.
#307 - Updated dependencies.
#290
#291
#296
#302
#301
#300
#304
#305
#306
#308
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
Changed
- Updated dependencies.
#271
#270
#273
#278
#279
#281
#285 - CI artifacts are now downloaded from https://ci-artifacts.rust-lang.org instead of https://s3-us-west-1.amazonaws.com/rust-lang-ci2 which should help with performance.
Fixed
- Fix bisecting into rollups via unrolled perf builds
#280
v0.6.6
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
- Added another kind of ICE output that is auto-detected.
#261 - Updated dependencies:
Fixed
v0.6.5
See https://github.com/rust-lang/cargo-bisect-rustc/blob/master/CHANGELOG.md#v065 for a complete list of changes.
v0.6.4
See https://github.com/rust-lang/cargo-bisect-rustc/blob/master/CHANGELOG.md#v064 for a complete list of changes.
v0.6.3
See https://github.com/rust-lang/cargo-bisect-rustc/blob/master/CHANGELOG.md#v063 for a complete list of changes.
v0.6.2
See https://github.com/rust-lang/cargo-bisect-rustc/blob/master/CHANGELOG.md#v062 for a complete list of changes.
v0.6.1
See https://github.com/rust-lang/cargo-bisect-rustc/blob/master/CHANGELOG.md#v061 for a complete list of changes.
v0.6.0
Merge pull request #119 from camelid/release-0.6.0 Release v0.6.0