Skip to content

Rollup of 7 pull requests #29090

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

Closed
wants to merge 20 commits into from
Closed

Conversation

Jose Narvaez and others added 20 commits October 13, 2015 10:53
The text says it's a vector of floats, but the code actually uses a vector of integers.  The type of the Vec doesn't really matter, so I just cut it from the text.
The implementation for `into_inner` was a bit more complex than I had hoped for---is there any simpler, less unsafe way of getting around the fact that one can't move out of a `Drop` struct?

See rust-lang#28968 and rust-lang/rfcs#1269 .
…, r=nrc

Hi Rustaceans!

This is the result of running latest rustfmt on libarena!

//cc @nrc
…_driver, r=nrc

Hi Rustaceans!

This is the result of running latest rustfmt on librustc_driver!

This is a longer one!

//cc @nrc
…st, r=alexcrichton

While working on rust-lang#28711 I found out that 

*  src/libcoretest/clone.rs 
* src/libcoretest/fmt/float.rs  
* src/libcoretest/intrinsics.rs 

are not used. I am not sure if removing them is the right way to go. If it makes sense to keep (and fix and enable) them, I would be happy to update the PR.
…alexcrichton

Fixes issue rust-lang#29077.

There **are** API changing guidelines in the RFCs, so it might be prudent to put those there. But I'm leaving that up to another person. This PR just removes bad documentation.
…richton

The text says it's a vector of floats, but the code actually uses a vector of integers.  The type of the Vec doesn't really matter, so I just cut it from the text.
@rust-highfive
Copy link
Contributor

r? @pnkfelix

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

@Manishearth
Copy link
Member Author

@bors r+ p=10 force

@bors
Copy link
Collaborator

bors commented Oct 16, 2015

📌 Commit 9726149 has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented Oct 16, 2015

⌛ Testing commit 9726149 with merge 501d588...

@bors
Copy link
Collaborator

bors commented Oct 16, 2015

💔 Test failed - auto-mac-64-nopt-t

@alexcrichton
Copy link
Member

Looks like these PRs have been merged

@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.