| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-24 | Fix function signature for rust_eh_personality | bjorn3 | -1/+9 | |
| While cg_llvm is very lax about mismatched function signatures, cg_clif will crash when there is any mismatch. It could be turned into an error, but without Cranelift changes can't just be ignored. | ||||
| 2024-11-14 | Include the "unwind" crate to link with libunwind instead of the "libc" crate. | Xing Xue | -9/+5 | |
| 2024-04-18 | Add an exception for windows-msvc | Ben Kimock | -0/+9 | |
| 2024-04-17 | Remove libc from more tests | Ben Kimock | -7/+0 | |
| 2023-05-05 | add "force" option to --extern | Matt Hammerly | -0/+17 | |
