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
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
2015-11-26
Mark raw pointer Send and Sync impls ?Sized
William Throwe
-4
/
+4
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+19
2015-11-16
Make note about traits that can be derived
Steve Klabnik
-0
/
+4
2015-11-12
libcore: deny warnings in doctests
Kevin Butler
-0
/
+7
2015-11-05
Tidy `core::marker` doc summaries
Andrew Paseltiner
-2
/
+2
2015-11-05
docs for Reflect: blank line after first sentence
Benjamin Herr
-5
/
+6
2015-10-27
Implement Default for PhantomData
Gleb Kozyrev
-0
/
+7
2015-10-18
Document DST parameters on std::marker::Sized
Stefan O'Rear
-0
/
+11
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-2
/
+2
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
2015-08-26
fix unstable issue ref for Unsize
Alex Burka
-1
/
+1
2015-08-17
remove untrue doc from marker.rs
Alex Burka
-9
/
+0
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-2
/
+3
2015-08-14
Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc
bors
-1
/
+1
2015-08-12
Fallout in libs -- misc missing bounds uncovered by WF checks.
Niko Matsakis
-1
/
+1
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-13
/
+0
2015-08-05
Clarify claims about PhantomData<T>.
Steve Klabnik
-1
/
+5
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
[next]