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
Age
Commit message (
Expand
)
Author
Lines
2025-06-06
Add new Tier-3 targets: `loongarch32-unknown-none*`
WANG Rui
-1
/
+1
2025-03-17
Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet
Jacob Pratt
-1
/
+4
2025-03-16
Rollup merge of #138573 - Noratrieb:no-unsound-bad-bonk-bonk, r=workingjubilee
Jacob Pratt
-2
/
+2
2025-03-16
make `_Unwind_Action` a type alias, not enum
Noratrieb
-2
/
+2
2025-03-12
Fix panic handler for cygwin
Berrysoft
-1
/
+4
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-6
/
+3
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-1
/
+1
2025-01-03
Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee
Matthias Krüger
-1
/
+1
2024-11-30
Switch rtems target to panic unwind
Jan Sommer
-1
/
+1
2024-11-29
update link to "C++ Exceptions under the hood" blog
Martin Kröning
-1
/
+1
2024-09-24
Initial std library support for NuttX
Huang Qi
-1
/
+1
2024-09-08
Fix linking error when compiling for 32-bit watchOS
Mads Marquart
-9
/
+10
2024-09-03
Port std library to RTEMS
Jan Sommer
-1
/
+1
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
-4
/
+6
2024-07-26
Fix doc nits
John Arundel
-2
/
+2
2024-07-24
std: update comments on gcc personality fn
Jubilee Young
-10
/
+32
2024-07-24
std: unsafe-wrap gcc::rust_eh_personality and impl
Jubilee Young
-131
/
+148
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
-3
/
+11
2024-04-05
Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco
Guillaume Gomez
-1
/
+1
2024-03-23
rename ptr::from_exposed_addr -> ptr::with_exposed_provenance
Ralf Jung
-1
/
+1
2024-03-18
Support for visionOS
Adam Gastineau
-1
/
+1
2024-02-22
std support for wasm32 panic=unwind
Noa
-4
/
+4
2024-01-13
std: move personality implementation out of PAL
joboet
-0
/
+709
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-709
/
+0
2023-12-15
Cfg remove lang items in doctest
Cameron Steffen
-1
/
+1
2023-11-16
std: personality: support gcc personality on Xous
Sean Cross
-0
/
+1
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
-34
/
+41
2023-09-30
Fix broken links
cui fliter
-1
/
+1
2023-08-14
add a csky-unknown-linux-gnuabiv2 target
Dirreke
-0
/
+3
2023-07-18
support for mips32r6 as a target_arch value
chenx97
-1
/
+6
2023-07-18
support for mips64r6 as a target_arch value
chenx97
-1
/
+1
2023-07-09
move personality to sys
Gus Caplan
-0
/
+652