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
/
library
/
core
/
src
/
mem
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-16
Rollup merge of #138323 - kpreid:offset-of-doc, r=Mark-Simulacrum
许杰友 Jieyou Xu (Joe)
-36
/
+48
2025-03-16
Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc
许杰友 Jieyou Xu (Joe)
-6
/
+6
2025-03-12
Allow more top-down inlining for single-BB callees
Scott McMurray
-2
/
+7
2025-03-10
Move `offset_of_enum` documentation to unstable book; add `offset_of_slice`.
Kevin Reid
-17
/
+9
2025-03-10
Expand and organize `offset_of!` documentation.
Kevin Reid
-21
/
+41
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-29
/
+19
2025-03-06
Remove #[cfg(not(test))] gates in core
Thalia Archibald
-6
/
+6
2025-01-08
update version placeholders
Pietro Albini
-3
/
+3
2024-12-25
rename typed_swap → typed_swap_nonoverlapping
Ralf Jung
-1
/
+1
2024-12-25
stabilize const_swap
Ralf Jung
-1
/
+1
2024-12-15
Asserts the maximum value that can be returned from `Vec::len`
EFanZh
-0
/
+11
2024-12-02
stabilize const_{size,align}_of_val
Ralf Jung
-4
/
+2
2024-10-31
use semantic line break
lolbinarycat
-2
/
+2
2024-10-31
update offset_of! docs to reflect the stablization of nesting
binarycat
-4
/
+2
2024-10-15
update bootstrap configs
Josh Stone
-1
/
+0
2024-10-15
replace placeholder version
Josh Stone
-1
/
+1
2024-10-12
library: Stabilize `const_replace`
Jubilee Young
-1
/
+2
2024-09-05
update cfgs
Boxy
-1
/
+0
2024-08-31
Update mod.rs
Alcaro
-1
/
+1
2024-08-27
safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`
Jack Wrenn
-1
/
+1
2024-08-09
Polymorphize RawVec
Ben Kimock
-0
/
+5
2024-07-29
Stabilize offset_of_nested
George Bateman
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+1
2024-07-10
size_of_val_raw: for length 0 this is safe to call
Ralf Jung
-0
/
+8
2024-07-05
Describe Sized requirements for mem::offset_of
Nicholas Bishop
-0
/
+14
2024-04-28
Fix #124478 - offset_of! returns a temporary
George Bateman
-2
/
+2
2024-03-23
Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk
bors
-57
/
+3
2024-03-22
`swap_simple` no longer needs to be a separate function
Scott McMurray
-32
/
+0
2024-03-19
[doc]:fix error code example
heisen-li
-3
/
+3
2024-03-17
Let codegen decide when to `mem::swap` with immediates
Scott McMurray
-25
/
+3
2024-02-08
Step all bootstrap cfgs forward
Mark Rousskov
-10
/
+0
2024-02-08
Bump version placeholders
Mark Rousskov
-2
/
+2
2024-01-20
Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrum
bors
-1
/
+1
2024-01-19
Tweak the threshold for chunked swapping
AngelicosPhosphoros
-1
/
+1
2024-01-19
Stabilize simple offset_of
George Bateman
-8
/
+6
2024-01-02
Make offset_of field parsing use metavariable which handles any spacing
George Bateman
-0
/
+10
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-11-17
only free lifetimes may get erased
lcnr
-4
/
+6
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-4
/
+1
2023-11-15
Substitute version placeholders
Mark Rousskov
-2
/
+2
2023-11-05
Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot
bors
-0
/
+1
2023-11-05
Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay
bors
-1
/
+2
2023-11-04
Stabilize `const_mem_zeroed`
Trevor Gross
-1
/
+2
2023-11-03
cfg_attr offset_of_enum feature in doctest
George Bateman
-1
/
+2
2023-11-03
Feature gate enums in offset_of
George Bateman
-1
/
+1
2023-11-03
Auto merge of #117510 - elichai:patch-3, r=cuviper
bors
-0
/
+1
2023-11-02
Update mod.rs
Joshua Liebow-Feeser
-0
/
+2
2023-11-02
Update mod.rs
Joshua Liebow-Feeser
-2
/
+1
2023-11-02
Remove trailing space
Joshua Liebow-Feeser
-1
/
+1
2023-11-02
Expand mem::offset_of! docs
Joshua Liebow-Feeser
-2
/
+62
[next]