-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 23 pull requests #49264
Merged
Merged
Rollup of 23 pull requests #49264
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Related to rust-lang#46753
…for non-lexical lifetimes)
… for Default Type Parameter Fallback)
…for const generics)
…f AsRef for Deref)
…ation ergonomics)
explicitly pass -L target-lib to rustdoc
…ang#47737" This reverts commit 16ac85c.
📌 Commit a4bc859 has been approved by |
bors
added
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
Mar 22, 2018
… r=alexcrichton Add an example of lossy decoding to str::Utf8Error docs CC rust-lang#33906
…ver, r=SimonSapin replace `convert::Infallible` with `!`
📌 Commit 2c6f911 has been approved by |
💔 Test failed - status-appveyor |
bors
added
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
and removed
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
labels
Mar 22, 2018
Despite one builder timing out all other builds passed: I think this is an instance of #48844, so merging manually |
This was referenced Mar 22, 2018
Step timing of that build, for future reference:
|
This was referenced Mar 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
rollup
A PR which is a rollup
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#[macro_use] extern crate <crate>
before fn main() in doctests #49188, Fix automatic urls with backticks #49189, Run therun-make
tests last, so more tests run on Windows whenmake
is unavailable #49209, Implement Chalk lowering rule "Implemented-From-Env" #49211, Don't check interpret_interner when accessing a static to fix miri mutable statics #49216, whitelist every target feature for rustdoc #49225, fix vector fmin/fmax non-fast/fast intrinsics NaN handling #49231, dpl 1.9.5 has been released, revert #49217. #49234, Pass attributes to hir::TyParam #49242, Fix type_dependent_defs ICE on method calls #49244, Add an example of lossy decoding to str::Utf8Error docs #49105, replaceconvert::Infallible
with!
#49038