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
Age
Commit message (
Expand
)
Author
Lines
2019-08-02
Fix typos in doc comments.
Bruce Mitchener
-1
/
+1
2019-07-29
Wrap promoted generator fields in MaybeUninit
Tyler Mandry
-0
/
+2
2019-07-28
Rollup merge of #62360 - Aaron1011:patch-2, r=RalfJung
Mazdak Farrokhzad
-0
/
+2
2019-07-27
Update wording
Aaron Hill
-1
/
+2
2019-07-24
Fix typo in mem::uninitialized doc
Mika Lehtinen
-1
/
+1
2019-07-21
tidy is being silly
Ralf Jung
-5
/
+2
2019-07-21
use a const to hack around promotion limitations
Ralf Jung
-1
/
+8
2019-07-19
use const array repeat expressions for uninit_array
Ralf Jung
-0
/
+1
2019-07-15
Rollup merge of #62634 - llogiq:uninit-array-docs, r=RalfJung
Mark Rousskov
-5
/
+7
2019-07-14
Less unsafe in the array example of MaybeUninit docs
Andre Bogus
-5
/
+7
2019-07-11
move mem::uninitialized deprecation back by 1 release, to 1.39
Ralf Jung
-1
/
+1
2019-07-05
Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung
Mazdak Farrokhzad
-4
/
+2
2019-07-04
Switch master to 1.38
Mark Rousskov
-1
/
+1
2019-07-04
Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.
Alex Gaynor
-4
/
+2
2019-07-03
Improve formatting of 'ManuallyDrop'
Aaron Hill
-1
/
+1
2019-07-03
Document that ManuallyDrop::drop should not called more than once
Aaron Hill
-1
/
+2
2019-06-30
Update mem::replace example to not be identical to mem::take
Chris Gregory
-8
/
+20
2019-06-29
Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavus
Mazdak Farrokhzad
-1
/
+4
2019-06-18
Make MaybeUninit #[repr(transparent)]
Michael Bradshaw
-1
/
+15
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
/
+1417
[prev]