summary refs log tree commit diff
path: root/x86_64/src/interrupts.rs
Commit message (Expand)AuthorAge
* x86_64: replace byteorder with {to,from}_le_bytes()Daniel Verkamp2019-08-26
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* cargo fmt all source codeZach Reizner2018-10-09
* x86_64: implement error trait for sub-modules in x86_64 crateSonny Rao2018-02-27
* x86_64: Remove extra closure args and double-derefsDylan Reid2017-05-29
* x86_64: Add x86_64 setup codeDylan Reid2017-05-12