-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of PRs in the queue; Saturday #24009
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
Conversation
Validate if the description is available in the rawSearchIndex
The existing impl had the too-strong requirement of `Clone`, when only `ToOwned` was needed.
MacOS X does not ship with Java installed by default. Instead it includes binary stubs that upon execution pop up a message suggesting the installation of the JDK. Since `javac` is only used when `antlr4` is available, it is possible to work around the popup by only probing for `javac` if `antlr4` has been successfully detected (in which case the JDK is probably already installed on the system). Fixes rust-lang#23138.
@bors: r+ p=20 |
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
📌 Commit b104d70 has been approved by |
This was brought up in IRC by a confused reader.
💔 Test failed - auto-win-64-nopt-t |
Also: the std_misc feature flag is removed; it's not needed in Beta. Hat tip to @tshepang in rust-lang#23871 Fixes rust-lang#24023
Default is now beta, add nightly in the unstable section
It's my fault. I broke that test. I just fixed it in #23976 |
The existing impl had the too-strong requirement of `Clone`, when only `ToOwned` was needed.
…excrichton MacOS X does not ship with Java installed by default. Instead it includes binary stubs that upon execution pop up a message suggesting the installation of the JDK. Since `javac` is only used when `antlr4` is available, it is possible to work around the popup by only probing for `javac` if `antlr4` has been successfully detected (in which case the JDK is probably already installed on the system). Fixes rust-lang#23138.
This was supposed to be a part of rust-lang#23930
Validate if the description is available in the rawSearchIndex
Won't make it for beta, but it's rust-packaging that matters. r? @alexcrichton
…ig, r=alexcrichton Until I can figure out the correct way to configure jemalloc for Bitrig, this patch will correctly disable it. All other build targets remain unchanged.
Kinda hoped I'd spot something else for this PR, but then didn't.
This was brought up in IRC by a confused reader. r? steveklabnik
…veklabnik Also: the std_misc feature flag is removed; it's not needed in Beta. Hat tip to @tshepang in rust-lang#23871 Fixes rust-lang#24023 This PR replaces rust-lang#24024
…ichton Default is now beta, add nightly in the unstable section
@bors: r+ force |
📌 Commit 29582d3 has been approved by |
⌛ Testing commit 29582d3 with merge 69cd145... |
💔 Test failed - auto-mac-64-opt |
@bors: r+ force |
📌 Commit b62c110 has been approved by |
No description provided.