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
/
mem
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-18
Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obk
Tyler Mandry
-2
/
+2
2019-10-08
Stabilize mem::take (mem_take)
Jon Gjengset
-5
/
+1
2019-10-02
Always inline `mem::{size_of,align_of}` in debug builds
Lzu Tao
-2
/
+2
2019-09-30
Add missing links for mem::needs_drop
Lzu Tao
-4
/
+6
2019-09-23
update test
Andrew Banchich
-3
/
+3
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-2
/
+2
2019-08-11
Rollup merge of #63346 - RalfJung:zeroed-lint, r=eddyb
Mark Rousskov
-1
/
+2
2019-08-11
allow the lint if a few UB-demonstrating doc tests
Ralf Jung
-1
/
+2
2019-08-10
Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung"
Tatsuyuki Ishi
-2
/
+8
2019-08-02
Consistency.
gnzlbg
-1
/
+1
2019-08-02
Remove trailing whitespace
gnzlbg
-1
/
+1
2019-08-02
Clarify semantics of mem::zeroed
gnzlbg
-3
/
+6
2019-07-24
Fix typo in mem::uninitialized doc
Mika Lehtinen
-1
/
+1
2019-07-11
move mem::uninitialized deprecation back by 1 release, to 1.39
Ralf Jung
-1
/
+1
2019-07-04
Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.
Alex Gaynor
-4
/
+2
2019-06-30
Update mem::replace example to not be identical to mem::take
Chris Gregory
-8
/
+20
2019-06-09
Fix more tests after revert of rustdoc cfg(test) feature
Oliver Middleton
-1
/
+4
2019-06-07
Auto merge of #61130 - jonhoo:mem-take, r=SimonSapin
bors
-0
/
+55
2019-06-05
Escape needs_drop in the needs_drop documentation
Chris Gregory
-1
/
+1
2019-06-05
Escape HashMap with backticks in needs_drop docs
Chris Gregory
-1
/
+1
2019-05-29
Add std::mem::take as suggested in #61129
Jon Gjengset
-0
/
+55
2019-05-29
split libcore::mem into multiple files
Ralf Jung
-0
/
+752