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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
panic_unwind
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-10-21
move strict provenance lints to new feature gate, remove old feature gates
Ralf Jung
-2
/
+0
2024-09-26
library: Compute `RUST_EXCEPTION_CLASS` from native-endian bytes
Jubilee Young
-1
/
+1
2024-09-25
Use `&raw` in the standard library
Josh Stone
-20
/
+17
2024-09-24
Initial std library support for NuttX
Huang Qi
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-8
/
+5
2024-09-20
Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors
bors
-0
/
+2
2024-09-14
library: Compute Rust exception class from its string repr
Jubilee Young
-6
/
+3
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-0
/
+2
2024-09-07
Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68
bors
-6
/
+0
2024-09-05
update cfgs
Boxy
-6
/
+0
2024-09-03
Port std library to RTEMS
Jan Sommer
-1
/
+1
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+2
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-1
/
+0
2024-07-23
Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta...
Matthias Krüger
-0
/
+6
2024-07-22
library: vary unsafety in bootstrapping for SEH
Jubilee Young
-0
/
+6
2024-07-01
Use the native unwind function in miri where possible
bjorn3
-21
/
+13
2024-06-20
Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgr
bors
-0
/
+1
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-19
Stabilise c_unwind
Gary Guo
-1
/
+1
2024-04-14
Replace libc::c_int with core::ffi::c_int
Chris Denton
-1
/
+1
2024-04-11
Refactor `panic_unwind/seh.rs` pointer use; x86 now conforms to strict-proven...
niluxv
-41
/
+73
2024-03-19
SeqCst->Relaxed in panic_unwind/emcc.
Mara Bos
-1
/
+1
2024-03-11
Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper
Jubilee
-2
/
+2
2024-02-26
miri: rename miri_start_panic → miri_start_unwind
Ralf Jung
-3
/
+3
2024-02-23
Get rid of some `#[allow(static_mut_refs)]`
Pavel Grigorenko
-22
/
+17
2024-02-22
Use Itanium ABI for thrown exceptions
Noa
-40
/
+2
2024-02-22
Unconditionally pass -wasm-enable-eh
Noa
-6
/
+1
2024-02-22
std support for wasm32 panic=unwind
Noa
-1
/
+44
2024-02-18
Improve wording of static_mut_ref
Obei Sideg
-4
/
+6
2024-02-08
Step all bootstrap cfgs forward
Mark Rousskov
-2
/
+2
2024-01-07
Update test for `E0796` and `static_mut_ref` lint
Obei Sideg
-0
/
+4
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-04
Fix build of thumbv7a-pc-windows-msvc
Arlo Siemsen
-1
/
+2
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
[next]