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
/
raw.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-09
Fix more tests after revert of rustdoc cfg(test) feature
Oliver Middleton
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-23
Merge branch 'master' into frewsxcv-dyn
Corey Farwell
-5
/
+1
2018-11-21
update various stdlib docs
Steve Klabnik
-5
/
+1
2018-11-20
Incorporate `dyn` into more comments and docs.
Corey Farwell
-1
/
+1
2017-03-20
Fix up various links
steveklabnik
-1
/
+1
2017-02-20
Revert "Fix up links"
Steve Klabnik
-1
/
+1
2017-02-13
Fix up links
Steve Klabnik
-1
/
+1
2016-08-05
Clean up `std::raw` docs
Andrew Paseltiner
-8
/
+8
2016-05-30
std: Clean out old unstable + deprecated APIs
Alex Crichton
-76
/
+0
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-0
/
+10
2016-03-20
libcore: add Debug implementations to most missing types
Sean McArthur
-0
/
+2
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-1
/
+1
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-1
/
+1
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-2
/
+4
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-2
/
+2
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-1
/
+1
2015-04-22
Fix a tiny typo in core::raw
Robin Kruppe
-1
/
+1
2015-04-16
Fix broken links in the docs
Florian Hartwig
-2
/
+2
2015-04-01
Missing imports
Niko Matsakis
-0
/
+2
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-2
/
+4
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-13
/
+0
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+2
2015-03-02
Enable recursion for visit_ty in lint visitor
Ivan Petkov
-0
/
+1
2015-02-15
Rollup merge of #22350 - brson:usize, r=Gankro
Manish Goregaokar
-1
/
+1
2015-02-14
core::raw: uint -> usize
Brian Anderson
-1
/
+1
2015-02-14
Make std::raw::Repr an unsafe trait
Ulrik Sverdrup
-3
/
+3
2015-02-14
Dramatically expand the docs of std::raw.
Huon Wilson
-5
/
+108
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
remove unused `Sized` imports
Jorge Aparicio
-1
/
+0
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-4
/
+2
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-9
/
+0
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+9
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-27
DSTify [T]/str extension traits
Jorge Aparicio
-4
/
+5
2014-10-25
make the core::raw struct representation defined
Daniel Micay
-1
/
+4
2014-10-02
core: remove raw::GcBox.
Eduard Burtescu
-9
/
+0
2014-09-26
Rename raw::Box to raw::GcBox
Keegan McAllister
-4
/
+4
2014-08-29
Register new snapshots
Alex Crichton
-6
/
+0
2014-08-26
Rebasing changes
Nick Cameron
-2
/
+2
2014-08-26
DST coercions and DST structs
Nick Cameron
-0
/
+6
[next]