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
/
ptr
/
alignment.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-25
Convert many `assert_unsafe_precondition` to `debug_assert_nounwind`
Gary Guo
-8
/
+4
2023-11-18
impl more traits for ptr::Alignment, add mask method
ltdk
-1
/
+44
2023-04-16
rm const traits in libcore
Deadbeef
-10
/
+6
2023-03-03
Match unmatched backticks in library/
est31
-1
/
+1
2022-12-28
Update bootstrap cfg
Pietro Albini
-8
/
+4
2022-11-20
Fix issue number
Rune Tynan
-1
/
+1
2022-11-20
Update with derive_const
Rune Tynan
-12
/
+11
2022-11-20
Add stability for alignment
Rune Tynan
-0
/
+2
2022-11-20
constify remaining layout methods
Rune Tynan
-5
/
+14
2022-10-26
Print the precondition we violated, and visible through output capture
Ben Kimock
-1
/
+6
2022-10-16
Fix types in documentation for Alignment::as_usize and Alignmnet::as_nonzero
Thayne McCombs
-2
/
+2
2022-10-09
From<Alignment> for usize & NonZeroUsize
Scott McMurray
-0
/
+16
2022-09-22
Derive Eq/PartialEq instead of manually implementing it
Scott McMurray
-15
/
+23
2022-09-21
Add `rustc_allow_const_fn_unstable` annotations to pre-existing `Layout` methods
Scott McMurray
-1
/
+3
2022-09-20
Add `ptr::Alignment` type
Scott McMurray
-0
/
+295