-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable] stable 1.44.1 #73424
[stable] stable 1.44.1 #73424
Conversation
@bors r+ p=1000 rollup=never Hopefully the last backport to this point release... |
📌 Commit 0a53b3aa30657f78887bafce50a8ea06b7f338d8 has been approved by |
Looks like RLS will need to be updated, too.
|
This is going to fail. |
@ehuss no worries, that's the right thing to do :) |
For those who don't like scrolling through a 9k long log :
cc @Xanewok just in case |
I'll take a look first thing tomorrow, if folks don't get to it before then. Can't wait for universal subtrees... |
Does this need anything more than just removing the &conf part? |
I noticed the release notes included something that wasn't actually added: diff --git a/RELEASES.md b/RELEASES.md
index 45fe2e1fbb9..7de3700df95 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -2,13 +2,11 @@ Version 1.44.1 (2020-06-18)
===========================
* [rustfmt accepts rustfmt_skip in cfg_attr again.][73078]
-* [Fix fingerprinting for lld on Windows with dylib.][cargo/8290]
* [Don't hash executable filenames on apple platforms.][cargo/8329]
* [Fix crashes when finding backtrace on macOS.][71397]
[71397]: https://github.com/rust-lang/rust/issues/71397
[73078]: https://github.com/rust-lang/rust/issues/73078
-[cargo/8290]: https://github.com/rust-lang/cargo/pull/8290
[cargo/8329]: https://github.com/rust-lang/cargo/pull/8329
Version 1.44.0 (2020-06-04) For the other Cargo PR, it might be good just to briefly mention why the change was made, maybe just add |
0a53b3a
to
fb68de2
Compare
Okay I've pushed up a rust-1.44.1 branch for RLS and am testing locally (and I guess in PR CI). Will approve and likely bump queue to get this in as quickly as possible. |
fb68de2
to
03c622f
Compare
Okay, tests passed locally (had to adjust one more place in RLS). @bors r+ p=1000 rollup=neer |
📌 Commit 03c622f has been approved by |
☀️ Test successful - checks-azure |
Another backport for 1.44.1, fixing rust-lang/rust-clippy#5356.
r? @ghost