Skip to content
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 9 pull requests #47859

Closed
wants to merge 23 commits into from
Closed

Rollup of 9 pull requests #47859

wants to merge 23 commits into from

Conversation

jimmantooth and others added 23 commits January 17, 2018 05:23
Implementing Send for a specific field rather than the whole struct is
safer: if a field is changed/modified and becomes non-Send, we can catch
it.
If an error message is emitted that spans several files, only the
primary file currently has line and column data attached. This is
useful information, even in files other than the one in which the error
occurs. We can often work out which line and column the error
corresponds to in other files — in this case it is helpful to add them
(in the case of ambiguity, the first relevant line/column is picked,
which is still helpful than none).
Remove the assumption that home_dir always returns Some

This allows the test to be executed with
[cross](https://github.com/japaric/cross).
Make run-pass/env-home-dir.rs test more robust

Remove the assumption that home_dir always returns Some.

This allows the test to be executed with [cross](https://github.com/japaric/cross).
implement Send for process::Command on unix

closes rust-lang#47751
…r=estebank

Add line numbers and columns to error messages spanning multiple files

If an error message is emitted that spans several files, only the
primary file currently has line and column data attached. This is
useful information, even in files other than the one in which the error
occurs. We can often work out which line and column the error
corresponds to in other files — in this case it is helpful to add them
(in the case of ambiguity, the first relevant line/column is picked,
which is still helpful than none).
Whitelist aes x86 feature flag

Required to fix rust-lang/stdarch#295 in stdsimd.

Closes rust-lang#44544 .

r? @alexcrichton
Whitelist v7 feature for ARM and AARCH64.

Needed for `v7` features in `coresimd`.

See https://github.com/rust-lang-nursery/stdsimd/blob/b2f7be24d5043a88427f9a5258ca9a51ede6d029/coresimd/src/arm/v7.rs#L40 which used to work but doesn't anymore.

r? alexcrichton
…crichton

Add per-stage RUSTFLAGS: RUSTFLAGS_STAGE_{0,1,2} and RUSTFLAGS_STAGE_NOT_0

Fixes rust-lang#47658.

r? @alexcrichton
…tMisdreavus

Document that `Index` ops can panic on `HashMap` & `BTreeMap`.

Fixes rust-lang#47011.
…st-coverage, r=nikomatsakis

Increase test coverage of use_nested_groups

r? @nikomatsakis
@rust-highfive
Copy link
Collaborator

r? @Mark-Simulacrum

(rust_highfive has picked a reviewer for you, use r? to override)

@kennytm
Copy link
Member Author

kennytm commented Jan 29, 2018

@bors r+ p=1

@bors
Copy link
Contributor

bors commented Jan 29, 2018

📌 Commit 667f6df has been approved by kennytm

@bors
Copy link
Contributor

bors commented Jan 29, 2018

⌛ Testing commit 667f6df with merge 03311d4ce50c67a062bf7d4a427686d27b785034...

@bors
Copy link
Contributor

bors commented Jan 29, 2018

💔 Test failed - status-travis

@kennytm
Copy link
Member Author

kennytm commented Jan 30, 2018

@bors retry

@bors
Copy link
Contributor

bors commented Jan 30, 2018

⌛ Testing commit 667f6df with merge 0d651eee7b97e2035fcae1dba02a77a767923556...

@bors
Copy link
Contributor

bors commented Jan 30, 2018

💔 Test failed - status-appveyor

@kennytm kennytm closed this Jan 30, 2018
@Centril Centril added the rollup A PR which is a rollup label Oct 24, 2019
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.