- 09 Mar, 2022 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
Fix using asm on newer nightlies See merge request redox-os/hwio!4
-
- 14 Jan, 2022 1 commit
-
-
Tim Crawford authored
The `asm` macro will finally be stabilized in 1.59.0. It must now be imported from the `arch` module. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
- 21 Oct, 2021 3 commits
-
-
Jeremy Soller authored
Replace unaligned ref with raw pointer See merge request redox-os/hwio!3
-
Tim Crawford authored
Unaligned references currently create a warning, and will be a hard error in the future. Use the `addr_of!()` (Rust 1.51.0+) macro to create a raw pointer without creating an intermediate reference. Deprecate `Mmio::new()` as it is unsound. These values should only be constructed by transmuting memory. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
Tim Crawford authored
Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
- 20 Oct, 2021 3 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
Fix or silence clippy warnings See merge request !2
-
Tim Crawford authored
Fix: - clippy::redundant_field_names Silence: - clippy::new_without_default - clippy::uninit_assumed_init Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
- 19 Oct, 2021 1 commit
-
-
Jeremy Soller authored
Fix compiling on nightly See merge request !1
-
- 18 Oct, 2021 1 commit
-
-
Tim Crawford authored
llvm_asm is deprecrated and may be removed. Replace it with the new asm. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
- 15 Oct, 2021 1 commit
-
-
Tim Crawford authored
const_fn was removed. New const_fn_* features were added for tracking specific implementations. Fixes compiling on newer toolchains. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
- 30 Sep, 2020 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 31 Mar, 2020 1 commit
-
-
Jeremy Soller authored
-
- 15 Mar, 2019 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-