Skip to content

Rollup of 7 pull requests - #69833

Merged
bors merged 18 commits into
rust-lang:masterfrom
Centril:rollup-mh74yue
Mar 9, 2020
Merged

Rollup of 7 pull requests#69833
bors merged 18 commits into
rust-lang:masterfrom
Centril:rollup-mh74yue

Conversation

@Centril

Copy link
Copy Markdown
Contributor

Successful merges:

Failed merges:

r? @ghost

spunit262and others added 18 commits February 12, 2020 18:32
With custom libdir it is required to have an access to library
placement.
This makes error-pattern to match regardless of current
configuration of `rust.debuginfo-level-tests` in `config.toml`.
…matthewjasper
Don't give invalid suggestion on desugared span.
mir-interpret: add method to read wide strings from Memory
Implemented *step2* from [instructions](rust-lang/miri#707 (comment)) laid out in rust-lang/miri#707.
Added 2 new methods to struct `rustc_mir::interpret::InterpCx`.
* `read_os_str_from_wide_str` (src/librustc_mir/interpret/operand.rs)
* `write_os_str_to_wide_str` (src/librustc_mir/interpret/place.rs)
- used existing logic implemented in [MIRI/src/eval.rs](https://github.com/rust-lang/miri/blob/94732aaf7bf79fd01a4a48d11155c6586b937514/src/eval.rs#L132-L141)
These methods are intended to be used for environment variable emulation in Windows.
…=ehuss
Expose target libdir information via print command
With custom libdir it is required to have an access to library placement.
See RazrFalcon/cargo-bloat#51
…orse
Change DIBuilderCreateEnumerator signature to match LLVM 9
* Change DIBuilderCreateEnumerator signature to match LLVM 9 C API.
* Use provided is unsigned flag when emitting enumerators.
Compile address sanitizer test with debuginfo
This makes error-pattern to match regardless of current
configuration of `rust.debuginfo-level-tests` in `config.toml`.
@Centril

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=1001 rollup=never

@bors

bors commented Mar 8, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit c934c94 has been approved by Centril

@bors

bors commented Mar 8, 2020

Copy link
Copy Markdown
Collaborator

🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Mar 8, 2020
@CentrilCentril added the rollup A PR which is a rollup label Mar 8, 2020
@bors

bors commented Mar 8, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c934c94 with merge 2cb0b85...

@bors

bors commented Mar 9, 2020

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-azure
Approved by: Centril
Pushing 2cb0b85 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Mar 9, 2020
@bors
bors merged commit 2cb0b85 into rust-lang:masterMar 9, 2020
@Centril
Centril deleted the rollup-mh74yue branch March 9, 2020 00:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.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.

7 participants

@Centril@bors@spunit262@o01eg@tmiasko@JOE1994@GuillaumeGomez