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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
pin.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-19
nits
Ralf Jung
-2
/
+4
2019-06-19
Apply suggestions from code review
Ralf Jung
-4
/
+4
2019-06-16
make example code typecheck at least
Ralf Jung
-3
/
+11
2019-06-16
keep links in local crate where possible
Ralf Jung
-9
/
+9
2019-06-16
minor edits
Ralf Jung
-9
/
+9
2019-06-15
mention that overwrite-without-drop also violates the drop guarantee, and lin...
Ralf Jung
-8
/
+14
2019-06-15
explain better that structural pinning is a per-field choice
Ralf Jung
-29
/
+102
2019-06-07
libcore/pin: Minor grammar corrections for module documentation
Thomas Bracht Laumann Jespersen
-20
/
+21
2019-05-08
pin: make the to-module link more visible
Ralf Jung
-1
/
+1
2019-04-24
Add Pin::{into_inner,into_inner_unchecked}
Wim Looman
-0
/
+34
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-3
/
+3
2019-04-18
libcore => 2018
Taiki Endo
-4
/
+4
2019-04-13
Expand note on mutable references
Chris Gregory
-1
/
+4
2019-04-12
Add comment that field projectin also works with mutable fields
Chris Gregory
-5
/
+6
2019-04-11
Remove [mut] syntax in pin docs
Chris Gregory
-9
/
+9
2019-03-19
Rollup merge of #58939 - taeguk:fix-doc-about-pin, r=rkruppe
Mazdak Farrokhzad
-1
/
+1
2019-03-11
Improvements to comments in libstd, libcore, liballoc.
Alexander Regueiro
-1
/
+1
2019-03-05
Fix a tiny error in documentation of std::pin.
Taeguk Kwon
-1
/
+1
2019-03-03
Auto merge of #58866 - kennytm:rollup, r=kennytm
bors
-1
/
+1
2019-03-02
Bootstrap compiler update for 1.35 release
Mark Rousskov
-1
/
+1
2019-02-28
Fixed a syntax error in the pin docs
Alex Gaynor
-1
/
+1
2019-02-21
take a bit more space for new_unchecked examples
Ralf Jung
-4
/
+10
2019-02-21
this is for you, tidy
Ralf Jung
-2
/
+2
2019-02-21
explain unsafe
Ralf Jung
-2
/
+2
2019-02-21
we only list some examples of basic types
Ralf Jung
-1
/
+1
2019-02-21
tweaks and fix weird space
Ralf Jung
-1
/
+1
2019-02-21
Apply suggestions from code review
Mazdak Farrokhzad
-37
/
+40
2019-02-21
final pin projections tweaking
Ralf Jung
-27
/
+23
2019-02-21
more pin projections tweaking
Ralf Jung
-10
/
+17
2019-02-20
expand pinning projections
Ralf Jung
-38
/
+41
2019-02-20
tweak pinning projections
Ralf Jung
-12
/
+21
2019-02-20
tweaks
Ralf Jung
-14
/
+15
2019-02-19
improve wording
Ralf Jung
-2
/
+2
2019-02-19
improve linked list -> drop transition
Ralf Jung
-5
/
+6
2019-02-19
please the mericless tidy, oh tidy
Ralf Jung
-1
/
+1
2019-02-19
mention interaction with Deref in intro
Ralf Jung
-9
/
+38
2019-02-19
examples
Ralf Jung
-1
/
+3
2019-02-19
rewrite pin module intro
Ralf Jung
-23
/
+25
2019-02-19
more work on projections and RefCell example
Ralf Jung
-12
/
+22
2019-02-19
separate section for doubly-linked list, reword projections intro
Ralf Jung
-31
/
+41
2019-02-19
Apply suggestions from code review
Ralf Jung
-12
/
+12
2019-02-19
apply some of the feedback
Ralf Jung
-22
/
+31
2019-02-19
improve Pin documentation
Ralf Jung
-17
/
+181
2019-02-10
libs: doc comments
Alexander Regueiro
-6
/
+6
2019-01-27
Update generator transform and generated function signature
Wim Looman
-0
/
+1
2019-01-16
Fix tidy errors.
Alexander Ronald Altman
-2
/
+0
2019-01-16
Enhance `Pin` impl applicability for `PartialEq` and `PartialOrd`.
Alexander Ronald Altman
-3
/
+47
2019-01-07
Reborrow Pin<P> using &mut in `Pin::set`
Taylor Cramer
-2
/
+2
2018-12-27
Fix typo in pin documentation
Sean Griffin
-1
/
+1
2018-12-21
Fix Unpin docs link
Taylor Cramer
-1
/
+1
[next]