]> git.lizzy.rs Git - rust.git/history - src/error.rs
improve out of bounds error message
[rust.git] / src / error.rs
2016-06-01 Oliver Schneiderimprove out of bounds error message
2016-06-01 Oliver Schneider4byte pointers
2016-06-01 Oliver Schneiderreplace `panic!`s with `Result`
2016-03-29 Scott OlsonHandle custom discriminant values and detect invalid...
2016-03-27 Scott OlsonCheck for undefinedness when reading from memory.
2016-03-19 Scott OlsonImplement pointer primvals and comparison ops on them.
2016-03-17 Scott OlsonChange invalid pointer read panic into Err.
2016-03-15 Scott OlsonReorganize and simplify.