Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork175
Comparing changes
Open a pull request
base repository:rust-osdev/uefi-rs
Uh oh!
There was an error while loading.Please reload this page.
base:08176df
head repository:rust-osdev/uefi-rs
Uh oh!
There was an error while loading.Please reload this page.
compare:a4b852f
- 15commits
- 27files changed
- 4contributors
Commits on Jun 25, 2025
Merge pull request#1712from rust-osdev/uefi-services-remove
uefi-services: remove again
Commits on Jun 28, 2025
uefi/test-runner: Remove crate:: and uefi:: prefix from Status
In many places, especially doc comments, `Status` was referred to as`uefi::Status` or `crate::Status`. Consistently use `Status` instead, addingimports as needed. Note that in cases where `Status` is only used in docstrings,the `use` is gated by `#[cfg(doc)]`. (This avoids needing a bunch of manual`Status::*` links in docstrings.)This is mostly a mechanical find-replace change, except for adding imports whereneeded.
Commits on Jun 29, 2025
Merge pull request#1714from rust-osdev/bishop-status-cleanup
uefi/test-runner: Remove `crate::` and `uefi::` prefix from Status
Commits on Jun 30, 2025
Merge pull request#1715from rust-osdev/renovate/lock-file-maintenance
chore(deps): lock file maintenance
Commits on Jul 1, 2025
uefi: Add ConfigKeywordHandler and HiiConfigAccess protocol stubs
seijikun committedJul 1, 2025
Commits on Jul 4, 2025
Commits on Jul 6, 2025
Some of those were found using:cargo deadlinks --check-intra-doc-links -- --features alloc
Merge pull request#1716from rust-osdev/doc-links
doc: fix broken links
Merge pull request#1684from seijikun/mr-hiicfg
uefi: Add HiiKeywordHandler and HiiConfigAccess protocol
Commits on Jul 7, 2025
Merge pull request#1717from rust-osdev/renovate/crate-ci-typos-1.x
chore(deps): update crate-ci/typos action to v1.34.0
Merge pull request#1718from rust-osdev/renovate/lock-file-maintenance
chore(deps): lock file maintenance
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 08176df...a4b852f
Uh oh!
There was an error while loading.Please reload this page.