]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Implement int casts
[rust.git] / src / lib.rs
2018-07-18 bjorn3Implement some binops for TyRawPtr
2018-07-18 bjorn3Disable define_function to prevent crashing on things...
2018-07-16 bjorn3[WIP] Add arbitrary constant support
2018-07-14 bjorn3Move const val handling to constant.rs
2018-07-14 bjorn3Implement some more stuff and ignore some unimplemented...
2018-07-14 bjorn3Update to cranelift 0.14
2018-06-30 bjorn3Move some code around
2018-06-30 bjorn3Remove some cretonne bug workarounds and add ir comments
2018-06-24 bjorn3Better monomorphization
2018-06-23 bjorn3Implement some more things
2018-06-23 bjorn3Implement enums
2018-06-22 bjorn3Split common utils out of base.rs
2018-06-19 bjorn3Add cretonne_module
2018-06-18 bjorn3Implement indirect calls
2018-06-17 bjorn3Initial commit