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
/
src
/
libcore
/
marker.rs
Age
Commit message (
Expand
)
Author
Lines
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
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-1
/
+1
2017-06-15
Update older URLs pointing to the first edition of the Book
Wonwoo Choi
-2
/
+2
2017-06-05
doc rewording
king6cong
-1
/
+1
2017-05-24
fix broken link to nomicon in Unsize docs
Sam Whited
-1
/
+1
2017-04-29
Update stage0 bootstrap compiler
Alex Crichton
-1
/
+1
2017-04-20
rustc: replace interior_unsafe with a Freeze trait.
Eduard-Mihai Burtescu
-0
/
+17
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-2
/
+2
2017-02-21
Get linkchecker clean
Steve Klabnik
-2
/
+2
2017-01-24
Remove Reflect
est31
-56
/
+0
2017-01-10
Rollup merge of #38816 - Manishearth:coercion-doc, r=GuillaumeGomez
Seo Sanghyeon
-1
/
+14
2017-01-04
Add more docs for CoerceUnsized and Unsize
Manish Goregaokar
-1
/
+14
2017-01-04
simplify Copy implementation error reporting
Ariel Ben-Yehuda
-4
/
+2
2016-11-10
Add missing urls for marker's traits
Guillaume Gomez
-21
/
+21
2016-10-21
Fix a few links in the docs
Oliver Middleton
-2
/
+2
2016-10-12
Deprecate `Reflect`
Nick Cameron
-0
/
+3
2016-09-15
Tweak std::marker docs
Keegan McAllister
-155
/
+268
2016-09-11
Improve Copy trait doc
ggomez
-16
/
+35
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-5
/
+0
2016-08-01
Add Derive not possible question to Copy
Ryan Scheel (Havvy)
-0
/
+6
2016-05-23
Reorder `Copy` doc sections
Carol (Nichols || Goulding)
-20
/
+20
2016-05-23
Make `Derivable` header be an h2 instead of an h1
Carol (Nichols || Goulding)
-1
/
+1
2016-05-23
Add explanations about what derived trait implementations do
Carol (Nichols || Goulding)
-1
/
+2
2016-01-17
Fix spacing style of `T: Bound` in docs
Ulrik Sverdrup
-5
/
+5
2016-01-07
Link Nomicon in PhantomData's docs
Steve Klabnik
-0
/
+4
2016-01-04
Mention that Sync/Send are automatically derived
Steve Klabnik
-0
/
+4
[next]