-
Couldn't load subscription status.
- Fork 13.9k
Rollup of 8 pull requests #50449
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 8 pull requests #50449
Conversation
I use both Chris and Christopher in git configs and other places.
Fixes rust-lang#50438. I'll make this more robust later for rust-lang#49815.
save-analysis: handle aliasing imports a bit more nicely r? @eddyb
…oli-obk Add mailmap entry for Chris Vittal I use both Chris and Christopher in git configs and other places.
…l, r=alexcrichton Add armv5te-unknown-linux-musl target This PR adds the armv5te-unknown-linux-musl target. The following steps should let you produce a fully statically linked binary now: 1. Running `./src/ci/docker/run.sh dist-armv5te-linux-musl` 2. Changing the run.sh script to start bash instead of the build process and running the container 3. ```sh export USER=root export PATH=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin:/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin:$PATH ``` 4. Configuring Cargo ```yaml [target.armv5te-unknown-linux-musl] linker = "arm-linux-gnueabi-gcc" ``` 5. Building a project ```sh cargo new --bin hello cd hello cargo build --target=armv5te-unknown-linux-musl --release ```
update books for the next release
Ping infra team on all tool bustage r? @kennytm cc @rust-lang/core as discussed at today's meeting
…ries-in-ci, r=alexcrichton Add a CI job that makes sure rustc builds with parallel queries enabled. This shouldn't take up too much CI time `:)` cc rust-lang#48607 cc @Zoxc r? @alexcrichton
…crichton Fix update-references for tests within subdirectories. Fixes rust-lang#50438. I'll make this more robust later for rust-lang#49815.
Update clippy r? @Manishearth
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ p=8 |
|
📌 Commit 6a1858a has been approved by |
|
⌛ Testing commit 6a1858a with merge 51a1e69c11df2a28eac8e343e4a5e54fe4f207d4... |
|
💔 Test failed - status-appveyor |
|
Failed to build RLS. Likely caused by #50448. The rest of the PRs are all at the back of the queue, thus closing. |
Successful merges:
Failed merges: