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
/
mem.rs
Age
Commit message (
Expand
)
Author
Lines
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
Revert "Remove i suffix in docs"
Alex Crichton
-4
/
+4
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-2
/
+2
2015-01-06
Fallout
Nick Cameron
-2
/
+2
2015-01-05
Remove i suffix in docs
Steve Klabnik
-4
/
+4
2014-12-17
rollup merge of #19942: steveklabnik/doc_std_mem
Alex Crichton
-46
/
+139
2014-12-16
Document std::mem
Steve Klabnik
-46
/
+139
2014-12-15
std: Second-pass stabilization of `mem`
Alex Crichton
-3
/
+9
2014-11-16
Fixed a few typos in libcore
Alex Gaynor
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-146
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+2
2014-08-26
Use the slice repr for ~[T]
Nick Cameron
-1
/
+1
2014-08-14
libcore: Get rid of useless mem::forget wrapper.
Luqman Aden
-11
/
+10
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-179
/
+0
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-5
/
+5
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-6
/
+6
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-4
/
+4
2014-06-24
auto merge of #14963 : w3ln4/rust/master, r=alexcrichton
bors
-0
/
+2
2014-06-24
Added Mipsel architecture support
Pawel Olzacki
-0
/
+2
2014-06-18
Shorten endian conversion method names
Brendan Zabarauskas
-24
/
+24
2014-06-18
Remove `#[stable]` attribute from free-standing endian conversions and mark t...
Brendan Zabarauskas
-12
/
+12
2014-06-18
Merge the Bitwise and ByteOrder traits into the Int trait
Brendan Zabarauskas
-212
/
+8
2014-06-18
Fix comment formatting
Brendan Zabarauskas
-40
/
+36
2014-06-18
Add a ByteOrder trait for abstracting over endian conversions
Brendan Zabarauskas
-97
/
+239
2014-06-13
librustc: Forbid `transmute` from being called on types whose size is
Patrick Walton
-23
/
+2
2014-06-04
core: Apply stability attributes to ptr mod
Brian Anderson
-3
/
+3
2014-05-28
auto merge of #14463 : SergioBenitez/rust/deprecation-fix, r=alexcrichton
bors
-2
/
+2
2014-05-27
Fixed deprecation warning text for mem::move_val_init and its associated comm...
Sergio Benitez
-2
/
+2
2014-05-27
std: Remove String's to_owned
Richo Healey
-2
/
+2
2014-05-23
core: Finish stabilizing the `mem` module.
Alex Crichton
-7
/
+14
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+2
2014-05-20
core: Stabilize the mem module
Alex Crichton
-68
/
+140
2014-05-13
std: Move the owned module from core to std
Alex Crichton
-1
/
+1
2014-05-11
core: Remove the cast module
Alex Crichton
-2
/
+112
2014-05-07
core: Get coretest working
Alex Crichton
-1
/
+1
2014-05-07
core: Inherit the mem module
Alex Crichton
-0
/
+458