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
/
marker.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-10
Custom E0277 diagnostic for `Path`
Esteban Küber
-0
/
+1
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-5
/
+5
2018-09-01
Update to a new pinning API.
Without Boats
-4
/
+4
2018-08-23
link to items in pin module to std docs
Niv Kaminer
-2
/
+2
2018-08-23
adjust PinMut import in Unpin docs
Niv Kaminer
-1
/
+2
2018-08-23
link Unpin to pin module documentation
Niv Kaminer
-0
/
+2
2018-08-23
reexport Unpin into pin module
Niv Kaminer
-1
/
+1
2018-08-23
fix link to PinMut
Niv Kaminer
-1
/
+1
2018-08-21
Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung
kennytm
-1
/
+1
2018-08-21
Rollup merge of #53104 - nivkner:unpin_doc, r=RalfJung
kennytm
-4
/
+24
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-1
/
+1
2018-08-17
clarify use of Unpin and pinning types
Niv Kaminer
-2
/
+4
2018-08-16
add example for moving out of pointer
Niv Kaminer
-4
/
+15
2018-08-07
remove general pinning information from Unpin trait
Niv Kaminer
-88
/
+9
2018-08-07
fix style issues in doc comment
Niv Kaminer
-12
/
+14
2018-08-06
fix link to PinBox
Niv Kaminer
-1
/
+1
2018-08-06
correct explenation on the usage of NonNull
Niv Kaminer
-1
/
+1
2018-08-06
expand the documentation on the `Unpin` trait
Niv Kaminer
-5
/
+89
2018-08-05
Fix doc link (again)
Felix Rabe
-1
/
+1
2018-07-17
Fix doc link
Felix Rabe
-1
/
+1
2018-07-10
Fix typo in error message E0277
Rémy Rakic
-1
/
+1
2018-06-29
Implement Unpin for references
Taylor Cramer
-0
/
+6
2018-06-19
Update message for `!Sized` types
Esteban Küber
-2
/
+2
2018-06-19
Add link to book for `Sized` errors
Esteban Küber
-1
/
+3
2018-06-19
Add message to `rustc_on_unimplemented` attributes in core
Esteban Küber
-2
/
+8
2018-06-01
Replace `if` with `if and only if` in the definition dox of `Sync`
CrLF0710
-1
/
+1
2018-05-22
Add Pinned type for opting out of Unpin on stable
Taylor Cramer
-0
/
+10
2018-05-22
Make `Unpin` safe to implement
Taylor Cramer
-1
/
+1
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-1
/
+0
2018-05-07
Unpin: Fix references to Pin type
Ralf Jung
-4
/
+4
2018-04-29
Fix some broken links in docs.
Eric Huss
-0
/
+2
2018-04-20
Revert stabilization of `feature(never_type)`.
Felix S. Klock II
-1
/
+1
2018-03-26
Document builtin implementations of Clone and Copy
Francis Gagné
-5
/
+16
2018-03-26
Move some implementations of Clone and Copy to libcore
Francis Gagné
-0
/
+40
2018-03-23
Mention closures in docs for Clone and Copy
Simon Sapin
-0
/
+5
2018-03-19
Auto merge of #49058 - withoutboats:pin, r=cramertj
bors
-0
/
+10
2018-03-18
Update tracking issue.
boats
-1
/
+1
2018-03-14
Review comment: remove mention of `move` closure
Esteban Küber
-8
/
+10
2018-03-14
Make hint clearer, with the potential of being wrong
Esteban Küber
-2
/
+2
2018-03-14
Suggest using `move` when trying to share `...::channel::{Receiver, Sender}`
Esteban Küber
-0
/
+8
2018-03-14
Reword E0044 and message for `!Send` types
Esteban Küber
-1
/
+4
2018-03-14
Pin and Unpin in libcore.
boats
-0
/
+10
2018-02-14
Review change - Expanded on explanation.
Jacob Hughes
-3
/
+3
2018-02-14
Clarified why `Sized` bound not implicit on trait's implicit `Self` type.
Jacob Hughes
-3
/
+7
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-17
/
+3
2017-11-29
Update bootstrap compiler
Alex Crichton
-1
/
+0
2017-11-24
core::marker fix typo
Lucas Morales
-1
/
+1
2017-11-07
Remove `send` lang item.
leonardo.yvens
-1
/
+1
2017-11-03
auto trait future compatibility lint
leonardo.yvens
-0
/
+6
2017-09-28
Normalize spaces in lang attributes.
Havvy
-1
/
+1
[next]