summaryrefslogtreecommitdiffstats
path: root/src/error/mod.rs
AgeCommit message (Expand)Author
2020-09-17Move error handling to process moduleTim Oram
2020-09-17Fix some reference/bindings to be more clearTim Oram
2020-09-02Refactor help to not be a process moduleTim Oram
2020-09-01Ensure rebuild of ViewDataTim Oram
2020-09-01Remove RefCell for state in Process moduleTim Oram
2020-09-01Cleanup the render stage in the Process moduleTim Oram
2020-08-02Rewrite Error module to use ViewDataTim Oram
2020-07-29Convert simple matches to if let statementsTim Oram
2020-07-29Remove most usages of pub(crate)Tim Oram
2020-07-29Enable all rustc lintsTim Oram
2020-03-17Refactor input handlingTim Oram
2019-12-28Update visibility to be required minimumTim Oram
2019-06-26Move error to moduleTim Oram