| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-12-21 | slightly more typed interface to panic implementation | Ralf Jung | -1/+3 | |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -1/+1 | |
| 2020-09-20 | Rollup merge of #76866 - est31:master, r=lcnr | Ralf Jung | -1/+0 | |
| Remove unused feature gates from library/ crates Removes some unused feature gates from library crates. It's likely not a complete list as I only tested a subset for which it's more likely that it is unused. | ||||
| 2020-09-18 | support panic=abort in Miri | Ralf Jung | -1/+1 | |
| 2020-09-18 | Remove unused libc feature gate | est31 | -1/+0 | |
| Libc isn't used by alloc. And std and panic_* use libc from crates.io now, which isn't feature gated. | ||||
| 2020-08-30 | Rollup merge of #75990 - rylev:arm-fastfail, r=alexcrichton | Dylan DPC | -3/+14 | |
| Add __fastfail for Windows on arm/aarch64 Fixes #73215 | ||||
| 2020-08-29 | Explicitly look for 'thumb-mode' before using __fastfail on 'arm' | Ryan Levick | -1/+1 | |
| 2020-08-28 | Back to opcode for 32 bit ARM __fastfail | Ryan Levick | -1/+1 | |
| 2020-08-28 | Switch to asm! macro and use brk instruction on ARM | Ryan Levick | -4/+4 | |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -0/+11 | |
| 2020-08-27 | Add __fastfail for Windows on arm/aarch64 | Ryan Levick | -2/+13 | |
| 2020-08-10 | Fix up docs | Ryan Levick | -12/+5 | |
| 2020-08-10 | Call into fastfail on abort in libpanic_abort on Windows x86(_64) | Ryan Levick | -0/+14 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+121 | |
