]> git.lizzy.rs Git - rust.git/history - src/primval.rs
replace `panic!`s with `Result`
[rust.git] / src / primval.rs
2016-06-01 Oliver Schneiderreplace `panic!`s with `Result`
2016-05-10 Scott OlsonUpdate for my github username change.
2016-05-09 Scott OlsonMerge branch 'new-data-layout'
2016-04-24 Scott OlsonAdd missing boolean binops.
2016-04-23 Scott OlsonImplement boolean binops.
2016-03-19 Scott OlsonImplement pointer primvals and comparison ops on them.
2016-03-17 Scott OlsonSimplify PrimVals.
2016-03-15 Scott OlsonAdd unsigned integers.
2016-03-13 Scott OlsonReimplement sum type switching.
2016-03-13 Scott OlsonWrite enum discriminants.
2016-03-13 Scott OlsonAdd support for smaller signed integers.