| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 1 | -2/+2 | |
| 2025-02-25 | Allow undocumented_unsafe_blocks in even more modules | Joakim Hulthe | 1 | -0/+2 | |
| 2025-02-12 | Format workspace | Sebastian Holmin | 1 | -2/+2 | |
| The 2024 edition contains new formatting rules. All of these are not compatible with the 2021 formatting style, but most of them are. To change the formatting to be as close to the new style as possible while remaining compatible with the 2021 edition, I first ran `cargo +beta fmt` with the edition set to 2024, then, with the edition set to 2021, I ran `cargo fmt`. | |||||
| 2025-02-12 | Fix `clippy::precedence` | Sebastian Holmin | 1 | -2/+2 | |
| 2025-02-12 | Fix `unsafe_op_in_unsafe_fn` warning | Sebastian Holmin | 1 | -4/+5 | |
| 2024-12-19 | Remove get_context_info for 32 bit x86 targets | Linus Färnstrand | 1 | -1/+1 | |
| 2024-12-19 | Replace winapi with windows-sys in most cases in exception handler | Linus Färnstrand | 1 | -8/+12 | |
| 2024-11-11 | Import structs and functions from `windows_sys` | Markus Pettersson | 1 | -42/+35 | |
| 2024-11-11 | Use safe wrapping_add when doing pointer arithmetic | Markus Pettersson | 1 | -1/+1 | |
| 2024-11-11 | Move pub function to top of module | Markus Pettersson | 1 | -5/+5 | |
| 2024-08-15 | Add support for Windows ARM64 | Daniel Paoliello | 1 | -4/+55 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -6/+5 | |
| `err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical. | |||||
| 2023-10-20 | Add process module to talpid-windows | David Lönnhager | 1 | -90/+6 | |
| 2023-08-08 | Always use std::ffi::c_char for a c_char type | Linus Färnstrand | 1 | -2/+2 | |
| 2023-08-08 | Migrate from libc::c_void to std::ffi::c_void | Linus Färnstrand | 1 | -2/+1 | |
| 2023-04-21 | Apply clippy --fix fixes | Linus Färnstrand | 1 | -3/+3 | |
| This commit does not contain everything that `cargo clippy --fix` changed on Windows. But the least controversial and simplest subset. The remaining fixes I felt could use some manual cleanup also. | |||||
| 2022-09-01 | Replace winapi with windows-sys for all remaining crates | David Lönnhager | 1 | -33/+32 | |
| 2020-02-28 | Factor exception logging to be multi-platform | Emīls | 1 | -0/+392 | |
