Skip to content

Rollup of 6 pull requests - #60843

Closed
Centril wants to merge 48 commits into
rust-lang:masterfrom
Centril:rollup-ancb0e4
Closed

Rollup of 6 pull requests#60843
Centril wants to merge 48 commits into
rust-lang:masterfrom
Centril:rollup-ancb0e4

Conversation

@Centril

Copy link
Copy Markdown
Contributor

Successful merges:

Failed merges:

r? @ghost

oli-obkand others added 30 commits May 11, 2019 14:27
We only used a bunch of fields when tokenizing into a token tree,
so let's move them out of the base lexer
See https://github.com/rust-lang/rust/pull/50838/files#r283296243 for
explanation how jointness checking works with *next* pair
matthewjasperand others added 18 commits May 13, 2019 20:42
* Don't generate an extra lint scope for each `let` statement.
* Place match guards inside the visiblility scope of the bindings for
their arm.
Also give arms the correct lint scope in MIR.
I was incorrectly under the impression that this would only lead to
duplicates. See `mir-opt/match-arm-scope.rs` (upcomming commit) for a
case where we didn't emit a fake borrow of `items.1`.
This ensures that we will correctly generate a storage-dead if the
initializing expression diverges.
Co-Authored-By: matthewjasper <mjjasper1@gmail.com>
measureme@0.3 adds a version header to the binary file format which will
help reduce tool breakage in the future.
… r=pnkfelix
Add match arm scopes and other scope fixes
* Add drop and lint scopes for match arms.
* Lint attributes are now respected on match arms.
* Make sure we emit a StorageDead if we diverge when initializing a temporary.
* Adjust MIR pretty printing of scopes for locals.
* Don't generate duplicate lint scopes for `let statements`.
* Add some previously missing fake borrows for matches.
closesrust-lang#46525
cc @rust-lang/compiler
Move token tree related lexer state to a separate struct
Just a types-based refactoring.
We only used a bunch of fields when tokenizing into a token tree, so let's move them out of the base lexer
Bump measureme dependency to 0.3
measureme@0.3 adds a version header to the binary file format which will
help reduce tool breakage in the future.
…=nikic
Update LLVM to fix assertion when compiling to wasm
More details can be found in rust-lang#60540!
Closesrust-lang#60540
CMake: Do not print installation messages for up-to-date files
Closesrust-lang#60830
@Centril

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=6 rollup=never

@bors

bors commented May 15, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit adb05d1 has been approved by Centril

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label May 15, 2019
@CentrilCentril closed this May 15, 2019
@Centril
Centril deleted the rollup-ancb0e4 branch May 15, 2019 00:03
@rust-highfive

Copy link
Copy Markdown
Contributor

Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@CentrilCentril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@Centril@bors@rust-highfive@oli-obk@eddyb@matklad@matthewjasper@wesleywiser@alexcrichton@petrochenkov