]> git.lizzy.rs Git - rust.git/history - src/error.rs
forbid calling functions through pointers of a different type
[rust.git] / src / error.rs
2016-06-14 Oliver Schneiderforbid calling functions through pointers of a differen...
2016-06-13 Oliver Schneiderreport better errors when using a fn ptr as memory...
2016-06-13 Oliver SchneiderMerge remote-tracking branch 'origin/master' into funct...
2016-06-11 Scott OlsonMerge remote-tracking branch 'oli/function_pointers2...
2016-06-10 Oliver Schneiderfunction pointers
2016-06-01 Scott OlsonMerge pull request #15 from oli-obk/step_by_step
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.