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
/
alloc
/
layout.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-12
Update library/core/src/alloc/layout.rs
Joshua Liebow-Feeser
-1
/
+1
2023-09-07
Guarantee that Layout::align returns a non-zero power of two
Joshua Liebow-Feeser
-0
/
+2
2023-04-16
core is now compilable
Deadbeef
-10
/
+5
2022-11-20
Use ? instead of match
Rune Tynan
-4
/
+2
2022-11-20
Update with derive_const
Rune Tynan
-1
/
+4
2022-11-20
constify remaining layout methods
Rune Tynan
-10
/
+23
2022-11-11
Remove the old `ValidAlign` name
Scott McMurray
-14
/
+14
2022-10-10
Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomcc
Yuki Okushi
-0
/
+3
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-2
/
+0
2022-09-21
Add `rustc_allow_const_fn_unstable` annotations to pre-existing `Layout` methods
Scott McMurray
-0
/
+3
2022-08-22
Move error trait into core
Jane Losare-Lusby
-0
/
+6
2022-07-13
Re-optimize `Layout::array`
Scott McMurray
-9
/
+34
2022-07-11
Remove duplication of layout size check
Christopher Durham
-16
/
+11
2022-07-10
Take advantage of known-valid-align in layout.rs
Christopher Durham
-14
/
+27
2022-07-10
Auto merge of #95295 - CAD97:layout-isize, r=scottmcm
bors
-20
/
+14
2022-06-30
nit
Christopher Durham
-1
/
+1
2022-06-29
Revert isize::MAX changes to Layout helpers
Christopher Durham
-37
/
+16
2022-05-14
Implement `Hash` for `core::alloc::Layout`
Deadbeef
-1
/
+1
2022-04-14
Remove use of `#[rustc_deprecated]`
Jacob Pratt
-2
/
+2
2022-04-11
fix Layout struct member naming style
liangyongrui
-5
/
+5
2022-04-09
Rollup merge of #95361 - scottmcm:valid-align, r=Mark-Simulacrum
Dylan DPC
-6
/
+5
2022-04-08
Make non-power-of-two alignments a validity error in `Layout`
Scott McMurray
-6
/
+5
2022-03-31
Adjust feature names that disagree on const stabilization version
David Tolnay
-4
/
+4
2022-03-29
Make the stdlib largely conform to strict provenance.
Aria Beingessner
-1
/
+1
2022-03-24
Enforce that layout size fits in isize in Layout
CAD97
-19
/
+34
2021-12-14
Fix a bunch of typos
Frank Steffahn
-2
/
+2
2021-11-26
Optimize `Layout::array`.
Nicholas Nethercote
-3
/
+11
2021-11-26
Use unchecked construction in `Layout::pad_to_align`.
Nicholas Nethercote
-1
/
+3
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+4
2021-10-11
Add #[must_use] to non-mutating verb methods
John Kugelman
-0
/
+6
2021-10-11
Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...
Guillaume Gomez
-0
/
+1
2021-10-10
Add #[must_use] to from_value conversions
John Kugelman
-0
/
+1
2021-10-10
Add #[must_use] to core and std constructors
John Kugelman
-0
/
+1
2021-06-24
Use `#[non_exhaustive]` where appropriate
Jacob Pratt
-10
/
+9
2021-03-15
Fix const stability `since` versions.
Oli Scherer
-1
/
+1
2021-02-25
Convert primitives to use intra-doc links
Joshua Nelson
-1
/
+0
2021-02-04
Update LayoutError/LayoutErr stability attributes
Jacob Hughes
-2
/
+2
2020-12-10
Describe why `size_align` have not been inlined so far
Tomasz Miąsko
-0
/
+6
2020-12-04
Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`
Tim Diekmann
-1
/
+1
2020-11-22
Stabilize `alloc::Layout const` functions
Chris Denton
-3
/
+3
2020-10-27
Change layouterr deprecation message
Jacob Hughes
-1
/
+1
2020-10-08
Deprecate LayoutErr
Jacob Hughes
-0
/
+5
2020-10-08
Rename LayoutErr to LayoutError in core
Jacob Hughes
-25
/
+28
2020-09-22
Update library functions with stability attributes
Dylan MacKenzie
-0
/
+1
2020-08-22
Link to primitive instead of module
Denis Vasilik
-1
/
+2
2020-08-21
Use intra-doc links
Denis Vasilik
-3
/
+2
2020-08-21
Use intra-doc links
Denis Vasilik
-2
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+410