Skip to content

Conversation

gereeter and others added 21 commits February 5, 2016 19:49
Also, change the `Debug` implementation to only show the inner value.

Fixes rust-lang#33006.
It's using Copy as a trait object compatible trait, which is not
appropriate, change to use a more typical Read + Send + Sync example.

Also use whitespace around `+`.
Start documenting BTreeMap's node interface

cc @gankro @apasel422
…eklabnik

Add examples for std::ptr module functions

Part of rust-lang#29371.

r? @steveklabnik
Fix link in contributing page

Link was broken (404).
Fix f32::sin_cos and f64::sin_cos examples
…hton

Implement `Display` and `Hash` for `std::num::Wrapping`

Also, change the `Debug` implementation to only show the inner value.

Fixes rust-lang#33006.
Adjust example for error E0225

Adjust example for error E0225

It's using Copy as a trait object compatible trait, which is not
appropriate, change to use a more typical Read + Send + Sync example.

Also use whitespace around `+`.

This seems appropriate apropos issue rust-lang#32963
syntax: Parse import prefixes as paths

Fixes rust-lang#10415

r? @eddyb
(This partially intersects with rust-lang#33041)
resolve: Refactor away `DefModifiers`

This refactors away `DefModifiers`, which is unneeded now that rust-lang#32875 has landed.
r? @eddyb
…agnostics, r=eddyb

Fix diagnostics for unresolved patterns

This fixes rust-lang#33043, a bug in the diagnostics for unresolved patterns.
r? @eddyb
@Manishearth
Copy link
Member Author

@bors r+ p=20

@bors
Copy link
Collaborator

bors commented Apr 17, 2016

📌 Commit e1db767 has been approved by Manishearth

@rust-highfive
Copy link
Contributor

r? @gankro

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

@bors
Copy link
Collaborator

bors commented Apr 17, 2016

⌛ Testing commit e1db767 with merge a626400...

bors added a commit that referenced this pull request Apr 17, 2016
Rollup of 10 pull requests

- Successful merges: #31441, #32956, #33003, #33022, #33023, #33032, #33039, #33044, #33045, #33046
- Failed merges:
@bors bors merged commit e1db767 into rust-lang:master Apr 17, 2016
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 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.