Uh oh!
There was an error while loading. Please reload this page.
Rollup of 7 pull requests - #59964
Closed
Centril wants to merge 22 commits into
Closed
Conversation
…lementation get_mut allows us to abstract over the implementation detail of inner being optional.
Use a proc macro to declare preallocated symbols r? @petrochenkov
update polonius-engine This updates polonius-engine to [version 0.7.0](https://github.com/rust-lang/polonius/blob/master/RELEASES.md#v070), which adds a hybrid algorithm that starts off with performing a cheaper, location-insensitive analysis before proceeding with the full analysis. r? @nikomatsakis
Remove duplicated redundant spans Fixrust-lang#59895.
…in-pin-docs, r=RalfJung Remove [mut] syntax in pin docs Resolvesrust-lang#59832
…nnytm Make BufWriter use get_mut instead of manipulating inner in Write implementation `get_mut` allows us to abstract over the implementation detail of inner being optional.
…ievink Add missing backtick to Symbol documentation.
Centril
commented
Apr 14, 2019
ContributorAuthor
@bors r+ p=7 |
bors
commented
Apr 14, 2019
Collaborator
📌 Commit 02b02cf has been approved by |
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Successful merges:
Failed merges:
r? @ghost