You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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