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
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
2022-02-19
rustdoc: several minor fixes
mqy
-2
/
+2
2022-02-14
Add a comment to justify why the `pointer` field is `pub`.
Daniel Henry-Mantilla
-0
/
+5
2022-02-14
Replace `def_site`-&-privacy implementation with a stability-based one.
Daniel Henry-Mantilla
-5
/
+6
2022-02-14
Improve documentation.
Daniel Henry-Mantilla
-6
/
+5
2022-02-14
Add a stack-`pin!`-ning macro to the `pin` module.
Daniel Henry-Mantilla
-0
/
+242
2022-02-04
Stabilize pin_static_ref.
Mara Bos
-2
/
+2
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+1
2021-10-10
Add #[must_use] to conversions that move self
John Kugelman
-0
/
+5
2021-09-25
Apply 16 commits (squashed)
Frank Steffahn
-3
/
+3
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-2
/
+2
2021-07-06
Link tracking issue for pin_deref_mut
Jon Gjengset
-1
/
+1
2021-06-15
Update library/core/src/pin.rs
Jon Gjengset
-1
/
+1
2021-05-26
Merge branch 'master' into no-unpin-in-pin-future-impl
Jon Gjengset
-104
/
+113
2021-03-28
Remove P: Unpin bound on impl Future for Pin
Jon Gjengset
-0
/
+38
2021-01-05
Fix overlength lines in `core::pin`.
Frank Steffahn
-62
/
+68
2021-01-05
Add titles (tooltips) to defined links in `core::pin`.
Frank Steffahn
-21
/
+21
2021-01-05
Fix broken links to `Drop` that used to point to `Drop::drop` due to the mark...
Frank Steffahn
-7
/
+7
2021-01-05
Add more links to `core::pin` to improve visual consistency.
Frank Steffahn
-39
/
+44
2021-01-05
Exclude single type parameters from links in `core::pin` for more visual cons...
Frank Steffahn
-35
/
+33
2021-01-05
Fix spacing in docs for `core::pin` by combining consequent code blocks using...
Frank Steffahn
-23
/
+23
2020-12-31
Remove many unnecessary manual link resolves from library
Camelid
-2
/
+0
2020-10-21
Add tracking issue number for pin_static_ref.
Mara Bos
-2
/
+2
2020-10-15
Add missing `mut`.
Mara Bos
-1
/
+1
2020-10-13
Reword safety guarantee of Pin::static_{ref,mut}.
Mara Bos
-6
/
+6
2020-10-12
Add Pin::static_mut.
Mara Bos
-0
/
+14
2020-10-12
Rename Pin::new_static to Pin::static_ref.
Mara Bos
-1
/
+1
2020-10-09
Make Pin::new_static const.
Mara Bos
-1
/
+2
2020-10-08
Add Pin::new_static.
Mara Bos
-0
/
+13
2020-09-18
Make some methods of `Pin<&mut T>` unstable const
Christiaan Dirkx
-5
/
+8
[next]