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
/
panic_unwind
Age
Commit message (
Expand
)
Author
Lines
2023-11-16
panic_unwind: support unwinding on xous
Sean Cross
-0
/
+1
2023-10-10
Use pointers instead of `usize` addresses for landing pads
niluxv
-1
/
+1
2023-09-20
Rename BoxMeUp to PanicPayload.
Mara Bos
-2
/
+2
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-2
/
+1
2023-08-07
stabilize abi_thiscall
Benedikt Radtke
-1
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-04-29
Partial stabilisation of `c_unwind`
Gary Guo
-4
/
+4
2023-03-26
Remove unnecessary raw pointer in __rust_start_panic arg
bjorn3
-2
/
+2
2022-12-30
Replace libstd, libcore, liballoc in docs.
jonathanCogan
-2
/
+2
2022-11-19
Rollup merge of #103989 - arlosi:arm32-panic, r=Amanieu
Matthias Krüger
-1
/
+2
2022-11-04
Fix build of thumbv7a-pc-windows-msvc
Arlo Siemsen
-1
/
+2
2022-11-02
Remove std's transitive dependency on cfg-if 0.1
Collin Baker
-1
/
+1
2022-10-23
Fix alloc size
Gary Guo
-2
/
+1
2022-10-23
Apply suggestion
Gary Guo
-1
/
+1
2022-10-23
Implement Rust foreign exception protection for EMCC and SEH
Gary Guo
-15
/
+42
2022-10-23
Prevent foreign Rust exceptions from being caught
Gary Guo
-3
/
+27
2022-08-28
Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum
bors
-577
/
+0
2022-08-23
Use renamed atomic intrinsics in panic_unwind
Tomasz Miąsko
-6
/
+9
2022-08-23
Remove custom frame info registration on i686-pc-windows-gnu
Amanieu d'Antras
-37
/
+0
2022-08-23
Move personality functions to std
Amanieu d'Antras
-540
/
+0
2022-08-23
Fix comment on the SEH personality function
Amanieu d'Antras
-2
/
+2
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-1
/
+1
2022-07-30
Fix unwinding when debug assertions are enabled
Mads Marquart
-1
/
+3
2022-07-20
Library changes for Apple WatchOS
Vladimir Michael Eatwell
-1
/
+1
2022-06-09
Add underscores to rust_eh_personality arguments to mark them as unused
Hood Chatham
-5
/
+5
2022-06-08
Remove __gxx_personality_v0 declaration
Hood Chatham
-7
/
+0
2022-06-08
Fix formatter
Hood Chatham
-1
/
+0
2022-06-08
Don't use __gxx_personality_v0 in panic_unwind on emscripten target
Hood Chatham
-1
/
+6
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-14
Use Rust ABI for `__rust_start_panic` and `_{rdl,rg}_oom`
Gary Guo
-1
/
+1
2022-02-12
library/panic_unwind: Define UNWIND_DATA_REG for m68k
John Paul Adrian Glaubitz
-0
/
+3
2022-01-21
adapt L4Bender implementation
Benjamin Lamowski
-0
/
+4
2021-12-23
Switch all libraries to the 2021 edition
Deadbeef
-1
/
+1
2021-12-14
Fix a bunch of typos
Frank Steffahn
-1
/
+1
2021-11-10
Review comments
Alex Crichton
-2
/
+1
2021-11-10
std: Get the standard library compiling for wasm64
Alex Crichton
-2
/
+3
2021-09-28
Add SOLID targets
Tomoaki Kawada
-0
/
+1
2021-08-10
STD support for the ESP-IDF framework
ivmarkov
-1
/
+2
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-10
/
+7
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-07-03
Remove the deprecated `core::raw` and `std::raw` module.
Charles Lew
-1
/
+0
2021-06-23
Use HTTPS links where possible
Smitty
-10
/
+10
2021-06-04
rustdoc: link to stable/beta docs consistently in documentation
Joshua Nelson
-4
/
+1
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-1
/
+1
2021-03-24
Revert "Revert stabilizing integer::BITS."
Mara Bos
-1
/
+0
2021-02-21
Add license metadata for std dependencies
Charles E. Lehner
-0
/
+3
2021-02-03
Revert stabilizing integer::BITS.
Mara Bos
-0
/
+1
2021-01-31
stabilize int_bits_const
Ashley Mannix
-1
/
+0
2020-12-25
fix another comment, and make __rust_start_panic code a bit more semantically...
Ralf Jung
-2
/
+2
2020-12-21
slightly more typed interface to panic implementation
Ralf Jung
-2
/
+1
[next]