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
2015-07-28
Replace occurences of illegal in user facing docs
Simonas Kazlauskas
-1
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-2
/
+6
2015-06-09
Exise 'unsafe pointer' in favor of 'raw pointer'
Steve Klabnik
-1
/
+1
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-1
/
+0
2015-05-20
doc: that did not render well, so make it fit in one line
Tshepang Lekhonkhobe
-3
/
+2
2015-05-13
Remove SNAP comments
Nick Cameron
-1
/
+1
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-0
/
+8
2015-05-09
Convert #[lang="..."] to #[lang = "..."]
Nick Hamann
-6
/
+6
2015-05-08
fixed a mistake
Wei-Ming Yang
-1
/
+1
2015-05-01
Remove Managed
Simonas Kazlauskas
-10
/
+0
2015-04-30
Add downcasting to std::error::Error
Aaron Turon
-0
/
+2
2015-04-28
Register new snapshots
Tamir Duberstein
-53
/
+0
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-34
/
+47
2015-04-07
doc ignore (fixup #24059)
Manish Goregaokar
-1
/
+1
2015-04-07
Rollup merge of #24059 - nikomatsakis:issue-22914-phantomdata-docs, r=huon
Manish Goregaokar
-9
/
+58
2015-04-06
Try to improve PhantomData docs with more examples
Niko Matsakis
-9
/
+58
2015-04-03
Revert accidental change from stable -> unstable; just meant to
Niko Matsakis
-4
/
+4
2015-04-02
Remove *most* mentions of phantom fns and variance on traits. Leave some
Niko Matsakis
-6
/
+22
2015-04-02
Deprecate MarkerTrait and PhantomFn.
Niko Matsakis
-67
/
+12
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-3
/
+4
2015-04-02
Rollup merge of #23925 - steveklabnik:gh22914, r=Gankro
Manish Goregaokar
-12
/
+6
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-2
/
+3
2015-04-01
Make the trait Copy extend Clone.
Niko Matsakis
-1
/
+1
2015-04-01
Add `#[fundamental]` annotations into libcore so that `Sized` and the
Niko Matsakis
-0
/
+1
2015-03-31
Improvements to PhantomData<T>'s docs 👻
Steve Klabnik
-12
/
+6
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-36
/
+0
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-4
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-36
/
+0
2015-03-28
Fix some typos
Vadim Petrochenkov
-1
/
+1
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
[next]