Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRedo the docs for Vec::set_len #56425
Conversation
rust-highfive
assigned
bluss
Dec 2, 2018
This comment has been minimized.
This comment has been minimized.
|
r? @bluss (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
added
the
S-waiting-on-review
label
Dec 2, 2018
Centril
reviewed
Dec 2, 2018
|
Some improvement suggestions. :) |
src/liballoc/vec.rs Outdated
src/liballoc/vec.rs Outdated
src/liballoc/vec.rs Outdated
src/liballoc/vec.rs Outdated
src/liballoc/vec.rs Outdated
src/liballoc/vec.rs Outdated
src/liballoc/vec.rs Outdated
This comment has been minimized.
This comment has been minimized.
rust-highfive
assigned
Centril
and unassigned
bluss
Dec 10, 2018
This comment has been minimized.
This comment has been minimized.
|
@Centril I'm still on vacation without access to my computer. Can you make proposed changes here so I can apply them from my phone, like I just did your other one? |
This comment has been minimized.
This comment has been minimized.
|
@scottmcm sure, I'll get to it in a bit. |
This comment has been minimized.
This comment has been minimized.
|
@scottmcm made a PR instead: scottmcm#1 @bors delegate+ |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
|
@bors r+ rollup |
This comment has been minimized.
This comment has been minimized.
|
|
bors
added
S-waiting-on-bors
and removed
S-waiting-on-review
labels
Jan 9, 2019
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Jan 10, 2019
This comment has been minimized.
This comment has been minimized.
|
|
bors
added
S-waiting-on-review
and removed
S-waiting-on-bors
labels
Jan 10, 2019
This comment has been minimized.
This comment has been minimized.
|
@bors retry |
bors
added
S-waiting-on-bors
and removed
S-waiting-on-review
labels
Jan 10, 2019
Centril
added a commit
to Centril/rust
that referenced
this pull request
Jan 10, 2019
bors
added a commit
that referenced
this pull request
Jan 11, 2019
bors
added a commit
that referenced
this pull request
Jan 11, 2019
Centril
added a commit
to Centril/rust
that referenced
this pull request
Jan 12, 2019
bors
added a commit
that referenced
this pull request
Jan 12, 2019
bors
merged commit 986e49d
into
rust-lang:master
Jan 12, 2019
scottmcm
deleted the
scottmcm:redo-vec-set_len-docs
branch
Jan 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
scottmcm commentedDec 2, 2018
Inspired by the recent conversation on IRLO.
This is just my first stab at this; suggestions welcome.