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
/
std
/
src
/
sys
/
personality
/
dwarf
Age
Commit message (
Expand
)
Author
Lines
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-6
/
+3
2024-09-08
Fix linking error when compiling for 32-bit watchOS
Mads Marquart
-3
/
+3
2024-07-29
Rollup merge of #128055 - workingjubilee:deny-unsafe-ops-in-sys-personality-d...
Matthias Krüger
-53
/
+61
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-07-26
Fix doc nits
John Arundel
-2
/
+2
2024-07-22
std: unsafe-wrap personality::dwarf::eh
Jubilee Young
-53
/
+61
2024-07-16
std: unwrapped unsafe is VERBOTEN!
Jubilee
-1
/
+1
2024-07-16
std: Use read_unaligned for reading DWARF
Jubilee Young
-14
/
+12
2024-05-05
Fix unwinding on 32-bit watchOS ARM
Mads Marquart
-1
/
+8
2024-03-23
rename ptr::from_exposed_addr -> ptr::with_exposed_provenance
Ralf Jung
-1
/
+1
2024-01-13
std: move personality implementation out of PAL
joboet
-0
/
+349
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-349
/
+0
2023-10-10
Rewrite `read_encoded_pointer` conforming to strict provenance
niluxv
-28
/
+69
2023-10-10
Use pointers instead of `usize` addresses for landing pads
niluxv
-29
/
+37
2023-07-09
move personality to sys
Gus Caplan
-0
/
+300