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 upimprove Pin documentation #58574
Conversation
rust-highfive
assigned
Mark-Simulacrum
Feb 19, 2019
This comment has been minimized.
This comment has been minimized.
|
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
added
the
S-waiting-on-review
label
Feb 19, 2019
Nemo157
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
Mark-Simulacrum
reviewed
Feb 19, 2019
|
This looks amazing! Thank you. I think we may want to consider a beta backport as well if we can land this somewhat quickly so we ship these docs with the stabilization of Pin. |
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/marker.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/marker.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
jonhoo
reviewed
Feb 19, 2019
src/libcore/pin.rs Outdated
Centril
reviewed
Feb 21, 2019
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
src/libcore/marker.rs Outdated
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
src/libcore/pin.rs Outdated
This comment has been minimized.
This comment has been minimized.
|
@RalfJung yup, looks better |
Centril
and others
added some commits
Feb 21, 2019
This comment has been minimized.
This comment has been minimized.
|
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
This comment has been minimized.
This comment has been minimized.
|
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
RalfJung
added some commits
Feb 21, 2019
This comment has been minimized.
This comment has been minimized.
|
All right, I think I resolved all comments. Let's land this! p=1 because we want to backport it. @bors r=Mark-Simulacrum p=1 |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
|
|
bors
added
S-waiting-on-bors
and removed
S-waiting-on-review
labels
Feb 21, 2019
This comment has been minimized.
This comment has been minimized.
|
@bors p=30 |
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Feb 22, 2019
This comment has been minimized.
This comment has been minimized.
|
|
bors
added
the
merged-by-bors
label
Feb 22, 2019
This comment has been minimized.
This comment has been minimized.
|
|
bors
merged commit 497439c
into
rust-lang:master
Feb 22, 2019
1 check passed
This comment has been minimized.
This comment has been minimized.
|
@Mark-Simulacrum Do I have to do anything for the beta backport, or are you taking care of that? |
RalfJung
deleted the
RalfJung:pin
branch
Feb 22, 2019
This comment has been minimized.
This comment has been minimized.
|
The release team will take care of it. |
RalfJung commentedFeb 19, 2019
Incorporates a bunch of the documentation-related comments that came up when discussing
Pinstabilization.Cc @alexcrichton @withoutboats @cramertj @jonhoo
Fixes #58130