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
/
library
/
core
/
src
/
mem
Age
Commit message (
Expand
)
Author
Lines
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-07-30
Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytm
bors
-1
/
+1
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-07-28
Add #[track_caller] for some function in core::mem.
Mara Bos
-0
/
+5
2021-07-24
DOC: remove unnecessary feature crate attribute from example code
Matthias Geier
-1
/
+0
2021-07-18
Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe...
Yuki Okushi
-0
/
+6
2021-07-15
Added diagnostic items to functions for Clippy
xFrednet
-0
/
+6
2021-07-13
Rollup merge of #86344 - est31:maybe-uninit-extra, r=RalfJung
Yuki Okushi
-15
/
+43
2021-07-12
Use the write function in some more places
est31
-6
/
+6
2021-06-27
Revert "Revert effects of PRs 81167 and 83091."
Albin Hedman
-2
/
+4
2021-06-25
Fix a few misspellings.
Eric Huss
-5
/
+5
2021-06-25
Fix grammar mistake
est31
-1
/
+1
2021-06-25
Add another example
est31
-0
/
+30
2021-06-16
Split MaybeUninit::write into new feature gate and stabilize it
est31
-8
/
+6
2021-06-15
Rollup merge of #86220 - est31:maybe-uninit-extra, r=RalfJung
Yuki Okushi
-13
/
+67
2021-06-14
Auto merge of #86273 - JohnTitor:stabilize-maybe-uninit-ref, r=RalfJung
bors
-12
/
+2
2021-06-14
Improve maybe_uninit_extra docs
est31
-13
/
+67
2021-06-14
Auto merge of #85758 - petertodd:2021-revert-manuallydrop-clone-from, r=m-ou-se
bors
-14
/
+1
2021-06-14
Stabilize `maybe_uninit_ref`
Yuki Okushi
-12
/
+2
2021-06-04
Revert effects of PRs 81167 and 83091.
Felix S. Klock II
-4
/
+2
2021-05-27
Revert #85176 addition of `clone_from` for `ManuallyDrop`
Peter Todd
-14
/
+1
2021-05-11
Override `clone_from` for some types
Benoît du Garreau
-1
/
+14
2021-05-05
Fix typo in `MaybeUninit::array_assume_init` safety comment
Sebastian Dröge
-1
/
+1
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-1
/
+1
2021-04-21
Remove `delete` alias from `mem::drop`.
Mara Bos
-1
/
+0
2021-04-10
fix Miri errors in libcore doctests
Ralf Jung
-6
/
+6
2021-04-03
addr_of_mut: add example for creating a pointer to uninit data
Ralf Jung
-0
/
+2
2021-03-27
update comment at MaybeUninit::uninit_array
Ralf Jung
-3
/
+3
2021-03-21
Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-se
bors
-2
/
+2
2021-03-15
Constify mem::transmute_copy
Albin Hedman
-1
/
+2
2021-03-15
Constify mem::replace and ptr::replace
Albin Hedman
-1
/
+2
2021-03-15
Constify mem::swap and ptr::swap[_nonoverlapping]
Albin Hedman
-1
/
+2
2021-03-15
Fix const stability `since` versions.
Oli Scherer
-2
/
+2
2021-03-11
Don't implement mem::replace with mem::swap.
Mara Bos
-3
/
+9
2021-03-06
tweak MaybeUninit docs
Ralf Jung
-4
/
+5
2021-02-25
Convert primitives to use intra-doc links
Joshua Nelson
-5
/
+0
2021-02-20
Update the bootstrap compiler
Joshua Nelson
-8
/
+0
2021-02-06
Rollup merge of #81580 - rodrimati1992:patch-2, r=dtolnay
Mara Bos
-4
/
+35
2021-01-31
Update comment about leaking
rodrimati1992
-1
/
+1
2021-01-31
Add doc aliases for "delete"
Konrad Borowski
-0
/
+1
2021-01-31
Update maybe_uninit.rs
rodrimati1992
-1
/
+1
2021-01-31
Removed trailing whitespace
rodrimati1992
-7
/
+7
2021-01-31
Document how `MaybeUninit<Struct>` can be initialized.
rodrimati1992
-4
/
+35
2021-01-27
Fix assertion in `MaybeUninit::array_assume_init()` for zero-length arrays
hyd-dev
-1
/
+1
2021-01-12
Rollup merge of #80600 - CoffeeBlend:maybe_uninit_array_assume_init, r=dtolnay
Yuki Okushi
-0
/
+40
2021-01-12
Fix implementation
CoffeeBlend
-1
/
+1
2021-01-11
Simplify array_assume_init
CoffeeBlend
-12
/
+5
2021-01-11
Add tracking issue for array_assume_init
CoffeeBlend
-1
/
+1
2021-01-04
Make `size_of_val` and `min_align_of_val` intrinsics unsafe
Camelid
-5
/
+11
2021-01-01
Format code
CoffeeBlend
-10
/
+8
[next]