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
2015-03-26
Fix doc tests.
Niko Matsakis
-0
/
+1
2015-03-26
Implement `Reflect` trait with a variant on the standard OIBIT
Niko Matsakis
-0
/
+42
2015-03-23
rollup merge of #23484: alexcrichton/marker-trait-stable
Alex Crichton
-0
/
+1
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-20
Check trait unsafety for defaulted traits
Flavio Percoco
-2
/
+2
2015-03-20
Add default impls for Send/Sync
Flavio Percoco
-0
/
+4
2015-03-18
std: Stabilize marker::MarkerTrait
Alex Crichton
-0
/
+1
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-2
/
+2
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-09
Auto merge of #23219 - Manishearth:rollup, r=Manishearth
bors
-8
/
+3
2015-03-08
Clean up references to opt-out traits
Steve Klabnik
-8
/
+3
2015-03-08
Adds an example for PhantomData<T>.
Pyry Kontio
-1
/
+39
2015-02-25
Change MarkerTrait to be invariant. This is a (small) loss of expressiveness,
Niko Matsakis
-1
/
+7
2015-02-24
Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis
bors
-0
/
+8
2015-02-22
Add negative impls for Sync
Flavio Percoco
-0
/
+2
2015-02-22
Add negative impls for `*const T` and `*mut T`
Flavio Percoco
-0
/
+6
2015-02-20
Register new snapshots
Alex Crichton
-28
/
+0
2015-02-18
Round 4 test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-0
/
+7
2015-02-18
Stabilize Send/Sync.
Niko Matsakis
-4
/
+2
2015-02-18
Add deprecated versions of the old markers and integrate them back into the v...
Niko Matsakis
-0
/
+37
2015-02-18
WIP -- improve documentation on the phantom traits
Niko Matsakis
-5
/
+71
2015-02-18
Introduce the new phantomdata/phantomfn markers and integrate them
Niko Matsakis
-210
/
+85
2015-02-17
Register new snapshots
Alex Crichton
-2
/
+2
2015-02-18
Add Send implementations for `&` and `&mut`.
Huon Wilson
-0
/
+8
2015-02-18
Remove the implicit `'static` bound on `Send`.
Huon Wilson
-0
/
+10
2015-02-11
Add core::marker::PhantomData.
Felix S. Klock II
-0
/
+18
2015-02-07
Auto merge of #21995 - leejunseok:fix_invariant_ex, r=steveklabnik
bors
-5
/
+6
2015-02-05
added example back in, with a modified, (hopefully) improved description
Junseok Lee
-0
/
+14
2015-02-05
removed weird example
Junseok Lee
-13
/
+0
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-2
/
+0
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-3
/
+6
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-21
/
+0
2015-01-23
grandfathered -> rust1
Brian Anderson
-3
/
+3
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-14
/
+14
2015-01-22
core::marker: s/task/thread/
P1start
-3
/
+3
2015-01-22
Add `#[rustc_on_unimplemented]` annotations to more traits
P1start
-0
/
+3
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-14
/
+14
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-17
/
+31
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-19
/
+0
2015-01-17
Beef up Copy documentation
Steve Klabnik
-0
/
+98
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-2
/
+1
2015-01-16
Remove NoSend/NoSync
Flavio Percoco
-0
/
+2
2015-01-07
markers -> marker
Nick Cameron
-0
/
+314