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-07-04
clippy fix: indentation
Marijn Schouten
-8
/
+8
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-25
Add `sym::macro_pin` diagnostic item for `core::pin::pin!()`
Samuel Tardieu
-0
/
+1
2025-06-02
Remove more library bootstrap
Josh Stone
-1
/
+0
2025-05-20
Rollup merge of #141289 - compiler-errors:more-self, r=jhpratt
Matthias Krüger
-1
/
+1
2025-05-20
use Self alias in self types rather than manually substituting it
Michael Goulet
-1
/
+1
2025-05-15
Rollup merge of #139749 - ruancomelli:docs/library/core/src/pin/fix-typo-nece...
Matthias Krüger
-5
/
+5
2025-05-13
Format and skip formatting for pin
Michael Goulet
-0
/
+2
2025-05-12
update cfg(bootstrap)
Pietro Albini
-12
/
+0
2025-04-28
Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...
bors
-1
/
+1
2025-04-20
Allow `dangerous_implicit_autorefs` lint in some tests
Urgau
-1
/
+1
2025-04-15
Implement `pin!()` using `super let`.
Mara Bos
-102
/
+35
2025-04-13
docs(library/core/src/pin): rewrite for clarity
Ruan Comelli
-5
/
+5
2025-04-13
docs(library/core/src/pin): fix typo "necessarily" -> "necessary"
Ruan Comelli
-1
/
+1
2025-04-13
Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]
Sky
-0
/
+5
2025-04-09
update cfgs
Boxy
-1
/
+1
2025-03-19
add rustc_macro_edition_2021
Jana Dönszelmann
-0
/
+1
2025-02-25
fix doc in library/core/src/pin.rs
xizheyin
-2
/
+2
2025-01-24
docs: fix typo in std::pin overview
Nathan VanBenschoten
-2
/
+2
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
[next]