-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename TrapKind to TrapCode * move extern crate to other extern crate definitions * add new Trap implementation in trap.rs * move to new trap implementation * fix no_std build * update some trap docs * apply rustfmt * fix test code * use TrapCode instead of Trap where possible in executor * move From impl into trap.rs module where it belongs * move From impl to other From impl * apply rustfmt * use Trap in exec_context again to improve performance * apply clippy suggestion * fix bench code * remove duplicated no_std libm import
- Loading branch information
Showing
13 changed files
with
391 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.