rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

Document how to find the nightly version that a beta/stable was branched from

Open jyn514 opened this issue 2 years ago • 0 comments

this is what I have so far, might be something more reliable. doesn't work before ~1.65.

; rustc_version_bump=$(git log --format=%H -n1 -G CURRENT_RUSTC_VERSION origin/beta -- compiler/rustc_feature/src/accepted.rs)
; git log --format=%H -n1 --author=bors $rustc_version_bump

jyn514 avatar Apr 19 '23 16:04 jyn514