index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
pin.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-07
clean up structural pinning
Manish Goregaokar
-8
/
+10
2024-01-07
footnote on dropping futures
Manish Goregaokar
-2
/
+5
2024-01-07
valid
Manish Goregaokar
-1
/
+1
2024-01-07
punctuation in parens
Manish Goregaokar
-2
/
+2
2024-01-07
Apply suggestions from code review
Manish Goregaokar
-4
/
+4
2024-01-07
Clean up guarantees wording
Manish Goregaokar
-15
/
+7
2024-01-07
lifetime -> lifespan where relevant. improve docs on as_ref()
Manish Goregaokar
-6
/
+6
2024-01-07
trim section on managed-box model
Gray Olson
-9
/
+4
2024-01-07
improve `Pin::new_unchecked` docs
Gray Olson
-10
/
+16
2024-01-07
justify motivation of `Unpin` better
Gray Olson
-14
/
+21
2024-01-07
improve `Pin` and `Pin::new` docs
Gray Olson
-23
/
+67
2024-01-07
`Pin<P>` -> `Pin<Ptr>`
Gray Olson
-75
/
+81
2024-01-07
fix typos and edit prose
Gray Olson
-76
/
+85
2024-01-07
edit new section for typos and better wording
Gray Olson
-16
/
+21
2024-01-07
fix imports
Gray Olson
-6
/
+5
2024-01-07
fix typos
Gray Olson
-4
/
+4
2024-01-07
add section on manual owning ptr managed solution via @kpreid
Gray Olson
-9
/
+36
2024-01-07
improve structural Unpin + formatting
Gray Olson
-8
/
+10
2024-01-07
reword unpin auto impl section
Gray Olson
-19
/
+13
2024-01-07
fix link in footnote
Gray Olson
-3
/
+3
2024-01-07
improve `Pin` struct docs and add examples
Gray Olson
-8
/
+89
2024-01-07
improve intro and discussion of pinning as library contract
Gray Olson
-39
/
+59
2024-01-07
improve intro and `Unpin`-related discussion
Gray Olson
-47
/
+113
2024-01-07
update doubly linked list commentary and fix links
Gray Olson
-19
/
+26
2024-01-07
fix one more broken link
Gray Olson
-1
/
+1
2024-01-07
fix broken links
Gray Olson
-2
/
+2
2024-01-07
Fix examples, finish polishing
Gray Olson
-48
/
+87
2024-01-07
mostly done
Gray Olson
-348
/
+359
2024-01-07
Rewrite `Pin<P>` docs to clarify guarantees and uses
Miguel Young de la Sota
-214
/
+605
2023-12-10
remove redundant imports
surechen
-2
/
+1
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-2
/
+1
2023-10-20
Fix stage0 core tests
Oli Scherer
-1
/
+3
2023-10-20
s/generator/coroutine/
Oli Scherer
-7
/
+7
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-7
/
+7
2023-09-23
Clarify example in `Pin::new_unchecked` docs
FZs
-1
/
+4
2023-05-18
Document `Pin` memory layout
Jules Bertholet
-0
/
+2
2023-03-16
Beautify pin! docs
est31
-16
/
+19
2023-01-25
Set version placeholders to 1.68
Mark Rousskov
-1
/
+1
2023-01-14
Fix some missed double spaces.
André Vennberg
-2
/
+2
2023-01-11
Stabilize `::{core,std}::pin::pin!`
Daniel Henry-Mantilla
-7
/
+3
2022-12-19
docs: improve pin docs
ch-iv
-1
/
+35
2022-11-22
Rollup merge of #103396 - RalfJung:pinning-closure-captures, r=dtolnay
Matthias Krüger
-2
/
+55
2022-10-22
Pin::new_unchecked: discuss pinning closure captures
Ralf Jung
-2
/
+55
2022-10-20
Update tests to match error message changes
b4den
-1
/
+1
2022-05-05
Fix the generator example for `pin!()`
mbartlett21
-3
/
+4
2022-04-10
Fix formatting error in pin.rs docs
nyanpasu64
-1
/
+1
2022-03-06
fix pin doc typo
csmoe
-1
/
+1
2022-02-23
Rollup merge of #94128 - mqy:master, r=Dylan-DPC
Matthias Krüger
-2
/
+2
2022-02-20
Update pin_static_ref stabilization version.
Eric Huss
-2
/
+2
2022-02-20
Rollup merge of #93580 - m-ou-se:stabilize-pin-static-ref, r=scottmcm
Matthias Krüger
-2
/
+2
[prev]
[next]