- 19 Oct, 2021 3 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
Update uefi dep, fix building on nightly See merge request !2
-
Tim Crawford authored
The UEFI crate has been updated to use try_trait_v2, which changes how Status is used. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
- 28 Mar, 2019 1 commit
-
-
Jeremy Soller authored
Changed `*mut ...` to `Option<NonNull<...>>` See merge request !1
-
- 15 Mar, 2019 4 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 09 Jan, 2019 1 commit
-
-
Marcel Hellwig authored
Instead of a raw pointer use a combination of Option and NonNull which is exactly the same size as a raw pointer, expect you cannot access a nullpointer by accident. The assembly is completly identical on the hot path (the one that does not procude a panic). Only one move more on the cold path (because of the unwrap message (?).
-
- 13 Nov, 2018 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 12 Jun, 2018 1 commit
-
-
Jeremy Soller authored
-
- 21 Oct, 2017 1 commit
-
-
Jeremy Soller authored
-
- 12 Jul, 2017 1 commit
-
-
Jeremy Soller authored
-
- 07 Jul, 2017 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 06 Jul, 2017 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-