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-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
[prev]