Skip to content

Conversation

frewsxcv and others added 26 commits December 21, 2016 10:44
for the new SliceIndex trait.  Also made the docs of the unchecked
versions a bit clearer; they return a reference, not an "unsafe
pointer".
References to empty types are only considered empty if feature(never_type) is
enabled.
* Simplify `Option::iter_mut` doc example.
* Document 'empty' corner-cases for `slice::{starts_with, ends_with}`.
* Indicate 'true' as code-like.
Improvements to 'include' macro documentation.

None
…r=steveklabnik

Fix a couple of bad Markdown links
Deprecate `#[unsafe_destructor_blind_to_params]`

CC rust-lang#34761

r? @pnkfelix
…, r=nrc

debuginfo: Ignore optimized enum tests for GDB versions that can't handle them.

Fixes rust-lang#38948.

r? @nrc
cc @Manishearth
…on, r=GuillaumeGomez

Add error explanation for E0491

Refs rust-lang#32777

Please let me know if any question or anything doesn't look right about this.
…nds-where-clause, r=arielb1

E0122 should apply with where clauses

Fixes rust-lang#39122
collections: update docs of slice get() and friends

Resubmit of rust-lang#38216.

r? @GuillaumeGomez

BTW, instead of closing a PR just because it is old and the team member who offered to fix it up did not have the time to do so, why not ping them instead? (cc @alexcrichton)
…eferences, r=brson

Feature gate `&Void`'s uninhabitedness.

Here's a totally crazy PR which should never be merged.
A few improvements to the slice docs.

* Simplify `Option::iter_mut` doc example.
* Document 'empty' corner-cases for `slice::{starts_with, ends_with}`.
* Indicate 'true' as code-like.
@rust-highfive
Copy link
Contributor

r? @eddyb

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

@GuillaumeGomez
Copy link
Member Author

@bors: r+ p=1

@bors
Copy link
Collaborator

bors commented Jan 19, 2017

📌 Commit 3946079 has been approved by GuillaumeGomez

@bors
Copy link
Collaborator

bors commented Jan 19, 2017

⌛ Testing commit 3946079 with merge 47965f5...

bors added a commit that referenced this pull request Jan 19, 2017
Rollup of 11 pull requests

- Successful merges: #38457, #38922, #38970, #39039, #39091, #39115, #39121, #39149, #39150, #39151, #39165
- Failed merges:
@bors
Copy link
Collaborator

bors commented Jan 19, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: GuillaumeGomez
Pushing 47965f5 to master...

@bors bors merged commit 3946079 into rust-lang:master Jan 19, 2017
@GuillaumeGomez GuillaumeGomez deleted the rollup branch January 19, 2017 23:21
@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.