]> git.lizzy.rs Git - rust.git/history - tests/run-pass/panic/catch_panic.rs
with this, we support panics on Windows
[rust.git] / tests / run-pass / panic / catch_panic.rs
2020-06-27 Ralf Jungwith this, we support panics on Windows
2020-06-20 borsAuto merge of #1453 - RalfJung:rustup, r=RalfJung
2020-06-20 Ralf Jungbump Rust
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
2020-04-10 borsAuto merge of #1304 - RalfJung:backtrace-sep, r=RalfJung
2020-04-07 borsAuto merge of #1301 - RalfJung:global-leaks, r=RalfJung
2020-04-07 Ralf Jungmemory reachable through globals is not a leak any...
2020-03-18 borsAuto merge of #1239 - elichai:2020-03-abort-intrinsics...
2020-03-18 Elichai TurkelRemove uninhabit/zeroed tests to a new test file for...
2020-03-12 borsAuto merge of #1213 - lcnr:master, r=RalfJung
2020-03-11 borsAuto merge of #1220 - elichai:2020-03-bump, r=RalfJung
2020-03-11 Ralf Jungshare some code between panic intrinsics, and fix the...
2020-03-11 Elichai TurkelAdd tests for the new panic_if_any_invalid, panic_if_ze...
2020-03-08 borsAuto merge of #1218 - RalfJung:panic, r=RalfJung
2020-03-08 Ralf Jungproperly panic in panic_if_uninhabited and align_offset...
2020-02-23 borsAuto merge of #1167 - christianpoveda:shims-refactor...
2020-02-22 borsAuto merge of #1185 - RalfJung:readme, r=RalfJung
2020-02-21 borsAuto merge of #1187 - RalfJung:rustup, r=RalfJung
2020-02-21 Ralf Jungfix for const-prop lint changes
2020-02-16 borsAuto merge of #1177 - RalfJung:debug-assert, r=RalfJung
2020-02-16 Ralf Jungmake sure we also trigger debug assertions in libstd
2020-02-16 Ralf Jungmake sure assertions and debug-assertions also panic...
2019-12-22 borsAuto merge of #1101 - christianpoveda:stat-shim, r...
2019-12-15 borsAuto merge of #1115 - RalfJung:rustup, r=RalfJung
2019-12-15 Ralf Jungthe never type got de-stabilized again; adjust tests
2019-12-02 borsAuto merge of #1084 - RalfJung:assert-panic, r=RalfJung
2019-12-02 Ralf Jungfix and expand panic tests