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
/
libstd
/
mem.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-07
core: Inherit the mem module
Alex Crichton
-460
/
+0
2014-04-28
std: Add more docs to `std::mem::replace`.
Kang Seonghoon
-0
/
+32
2014-04-20
auto merge of #13643 : aochagavia/rust/pr-2, r=alexcrichton
bors
-4
/
+6
2014-04-20
Minor changes in std::mem
aochagavia
-4
/
+6
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+2
2014-04-15
Use the unsigned integer types for bitwise intrinsics.
Huon Wilson
-48
/
+48
2014-04-11
libtest: rename `BenchHarness` to `Bencher`
Liigo Zhuang
-9
/
+9
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-28
Rename Pod into Copy
Flavio Percoco
-1
/
+1
2014-03-16
Doc-sprint: Document endian conversion functions
Matthew McPherrin
-0
/
+95
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-2
/
+2
2014-02-20
move extra::test to libtest
Liigo Zhuang
-2
/
+2
2014-02-18
Clarify unit of size in docs for size_of functions.
Dylan Braithwaite
-5
/
+5
2014-02-14
return value/use extra::test::black_box in benchmarks
lpy
-6
/
+6
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-0
/
+120
2014-02-09
std: Make mem's doc slightly more accurate
Brian Anderson
-1
/
+4
2014-02-09
std: Move byteswap functions to mem
Brian Anderson
-0
/
+31
2014-02-09
std: Add move_val_init to mem. Replace direct intrinsic usage
Brian Anderson
-0
/
+9
2014-02-09
std: Add init and uninit to mem. Replace direct intrinsic usage
Brian Anderson
-0
/
+15
2013-10-24
Cleaned, documented, wrote tests for up std::bool
Marvin Löbel
-13
/
+7
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-0
/
+158