]> git.lizzy.rs Git - rust.git/history - src/common.rs
Implement int casts
[rust.git] / src / common.rs
2018-07-18 bjorn3Implement int casts
2018-07-18 bjorn3Add docs and expand some wildcard patterns
2018-07-16 bjorn3[WIP] Add arbitrary constant support
2018-07-15 bjorn3Better handling of ref types equality in write_cvalue
2018-07-14 bjorn3Implement some more stuff and ignore some unimplemented...
2018-07-14 bjorn3More debugging output
2018-07-14 bjorn3Update to cranelift 0.14
2018-06-30 bjorn3Bug on TyParam in cton_type_from_ty and print mir befor...
2018-06-30 bjorn3Fix some warnings
2018-06-30 bjorn3Remove some cretonne bug workarounds and add ir comments
2018-06-28 bjorn3Add drop shim
2018-06-27 bjorn3Support bool constants and fix a u8 const error
2018-06-26 bjorn3Be honnest about {u/i}128 support
2018-06-26 bjorn3Store TyLayout inside CValue and CPlace
2018-06-24 bjorn3Implement some traits for FunctionCx
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