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
2025-01-15
fix typo in typenames of pin documentation
DJMrTV
-2
/
+2
2024-12-28
Fix sentence fragment in `pin` module docs
Geoffrey Thomas
-1
/
+1
2024-11-29
Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum
bors
-11
/
+11
2024-11-27
replace placeholder version
Boxy
-11
/
+11
2024-11-25
Fix typos in pin.rs
Aakarshit Uppal
-3
/
+3
2024-11-20
Stabilize const_pin_2
George Bateman
-2
/
+4
2024-10-22
Rename Receiver -> LegacyReceiver
Adrian Taylor
-3
/
+3
2024-10-16
Partially stabilize const_pin
George Bateman
-10
/
+10
2024-10-08
Stabilize Pin::as_deref_mut
Noa
-1
/
+1
2024-09-05
update cfgs
Boxy
-1
/
+1
2024-08-27
Fix Pin::set bounds regression
Noa
-9
/
+12
2024-08-25
Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel...
Matthias Krüger
-0
/
+1
2024-08-24
New `#[rustc_pub_transparent]` attribute
Pavel Grigorenko
-0
/
+1
2024-08-23
Move into_inner_unchecked back to the bottom of the impl block
Noa
-25
/
+25
2024-08-23
Put Pin::as_deref_mut in impl Pin<Ptr>
Noa
-59
/
+62
2024-07-31
PinCoerceUnsized trait into core
Xiangfei Ding
-2
/
+48
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+1
2024-07-26
Fix doc nits
John Arundel
-8
/
+8
2024-06-07
Fix typo in docs for std::pin
Walter Kalata
-1
/
+1
2024-05-03
Rollup merge of #123480 - Nadrieril:impl-all-derefpures, r=compiler-errors
Matthias Krüger
-1
/
+4
2024-05-01
Step bootstrap cfgs
Mark Rousskov
-1
/
+1
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-1
/
+1
2024-04-12
fix pin.rs typo
Yuanzhuo Yang
-1
/
+1
2024-04-11
Correct broken link in core::pin doc
Tomoki Nakagawa
-5
/
+5
2024-04-05
Impl `DerefPure` for more std types
Nadrieril
-1
/
+4
2024-03-27
chore: fix some comments
xiaoxiangxianzi
-1
/
+1
2024-03-23
Fix some typos in the pin.rs
Herobs
-7
/
+7
2024-01-16
Rename `pointer` field on `Pin`
LegionMammal978
-20
/
+26
2024-01-07
link
Manish Goregaokar
-1
/
+1
2024-01-07
Update library/core/src/pin.rs
Manish Goregaokar
-1
/
+1
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
[next]