Skip to content

Rollup of 6 pull requests - #63378

Closed
Centril wants to merge 14 commits into
rust-lang:masterfrom
Centril:rollup-65n7a39
Closed

Rollup of 6 pull requests#63378
Centril wants to merge 14 commits into
rust-lang:masterfrom
Centril:rollup-65n7a39

Conversation

@Centril

Copy link
Copy Markdown
Contributor

Successful merges:

Failed merges:

r? @ghost

RalfJungand others added 14 commits August 4, 2019 14:50
bump rand in libcore/liballoc test suites
This pulls in the fix for rust-random/rand#779, which trips Miri when running these test suites.
`SmallRng` (formerly used by libcore) is no longer built by default, it needs a feature gate. I opted to switch to `StdRng` instead. Or should I enable the feature gate?
…imulacrum
Update rustfmt to 1.4.4
The update includes bug fixes.
…ichton
Don't use remap-path-prefix in dep-info files.
This changes it so that dep-info files do not use remapped paths.
Having remapped paths causes problems with Cargo because if you remap to a nonexistent path (like `/rustc/$HASH` which rustc distributions do), then Cargo's change tracking thinks the files don't exist and will always rebuild.
I don't actually know if this is a good idea. I think it makes sense, but I do not know what the exact requirements are for reproducible builds. I consider these files separate from the binary artifacts generated, and as a build-system helper, so it seems reasonable to me.
I'm also not sure if this needs a test. I'll definitely add one on the cargo side if this is merged.
Closesrust-lang#63329
…r=Centril
doc: Fix typo in float from bytes methods
Thanks @That3Percent for pointing it out.
r? @Centril
@Centril

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=6 rollup=never

@bors

bors commented Aug 8, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit ece44d9 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 Aug 8, 2019
@CentrilCentril closed this Aug 8, 2019
@Centril
Centril deleted the rollup-65n7a39 branch August 8, 2019 14:41
@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.

8 participants

@Centril@bors@RalfJung@topecongiro@ehuss@tesuji@JohnTitor@SOF3