Uh oh!
There was an error while loading. Please reload this page.
Rollup of 11 pull requests - #50546
Merged
Merged
Conversation
`allocator` is deprecated in favor of `alloc`, and `Alloc` is already imported through `super::*`.
Hopefully brining in a few fixes to Cargo regressions as well as some new stdsimd functions!
rust-highfive
commented
May 8, 2018
Contributor
Some changes occurred in HTML/CSS. |
rust-highfive
commented
May 8, 2018
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
kennytm
commented
May 8, 2018
MemberAuthor
@bors r+ p=12 |
bors
commented
May 8, 2018
Collaborator
📌 Commit 6a219ed has been approved by |
In the common case, the string value in a string literal Token is the same as the string value in a string literal LitKind. (The exception is when escapes or \r are involved.) This patch takes advantage of that to avoid calling str_lit() and re-interning the string in that case. This speeds up incremental builds for a few of the rustc-benchmarks, the best by 3%.
bors
commented
May 8, 2018
Collaborator
⌛ Testing commit 6a219ed67f2a224537e1b4c1a7255bc00391eb91 with merge 7778ecaf985262b9bdbb325e2df7725e382a7f5c... |
bors
commented
May 9, 2018
Collaborator
💔 Test failed - status-appveyor |
kennytm
commented
May 9, 2018
MemberAuthor
@bors r+ bc503a0edd8a1b58f29089f5e9a181e25509cd00 |
kennytm
commented
May 9, 2018
MemberAuthor
@bors r+ |
bors
commented
May 9, 2018
Collaborator
📌 Commit 0fd48d0 has been approved by |
bors
commented
May 9, 2018
Collaborator
⌛ Testing commit 0fd48d027dbf250695ff2825042524e83fe1d3cc with merge 74594a505e26f64012f0731ad39aa38f59fabb4a... |
bors
commented
May 9, 2018
Collaborator
💔 Test failed - status-appveyor |
Make `String::new()` const Following the steps of rust-lang#50233 , make `String::new()` a `const fn`.
Remove some transmutes
Added regression function match value test closesrust-lang#44333
…avus Add some explanations for #[must_use] `#[must_use]` can be given a string argument which is shown whilst warning for things. We should add a string argument to most of the user-exposed ones. I added these for everything but the operators, mostly because I'm not sure what to write there or if we need anything there.
Cleanup a `use` in a raw_vec test `allocator` is deprecated in favor of `alloc`, and `Alloc` is already imported through `super::*`.
Update RELEASES.md for 1.26.0 [Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md)
kennytm
commented
May 9, 2018
MemberAuthor
bors
commented
May 9, 2018
Collaborator
📌 Commit 99cd9a9 has been approved by |
bors
commented
May 9, 2018
Collaborator
bors added a commit
that referenced
this pull request
May 9, 2018
Rollup of 11 pull requests Successful merges: - #49988 (Mention Result<!, E> in never docs.) - #50148 (turn `ManuallyDrop::new` into a constant function) - #50456 (Update the Cargo submodule) - #50460 (Make `String::new()` const) - #50464 (Remove some transmutes) - #50505 (Added regression function match value test) - #50511 (Add some explanations for #[must_use]) - #50525 (Optimize string handling in lit_token().) - #50527 (Cleanup a `use` in a raw_vec test) - #50539 (Add more logarithm constants) - #49523 (Update RELEASES.md for 1.26.0) Failed merges:
bors
commented
May 9, 2018
Collaborator
☀️ Test successful - status-appveyor, status-travis |
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:
ManuallyDrop::newinto a constant function #50148 (turnManuallyDrop::newinto a constant function)String::new()const #50460 (MakeString::new()const)usein a raw_vec test #50527 (Cleanup ausein a raw_vec test)Failed merges: