]> git.lizzy.rs Git - rust.git/history - src/base.rs
Implement int casts
[rust.git] / src / base.rs
2018-07-18 bjorn3Implement int casts
2018-07-18 bjorn3Implement some binops for TyRawPtr
2018-07-18 bjorn3Implement casting between TyRef and TyRawPtr
2018-07-18 bjorn3Disable define_function to prevent crashing on things...
2018-07-18 bjorn3Add docs and expand some wildcard patterns
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 bjorn3More debugging output
2018-07-14 bjorn3Add some warnings
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 bjorn3Use DefPathBasedNames
2018-06-30 bjorn3Fix some warnings
2018-06-30 bjorn3Move some code around
2018-06-30 bjorn3Remove some cretonne bug workarounds and add ir comments
2018-06-28 bjorn3Add drop shim
2018-06-28 bjorn3Nicer verifier errors
2018-06-27 bjorn3Implement Rvalue::Ref
2018-06-27 bjorn3Implement some UnOp's
2018-06-27 bjorn3Implement all binops for integers
2018-06-27 bjorn3Support bool constants and fix a u8 const error
2018-06-26 bjorn3Fix some bugs
2018-06-26 bjorn3Store TyLayout inside CValue and CPlace
2018-06-24 bjorn3Implement SetDiscriminant
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-22 bjorn3Mostly fix it
2018-06-20 bjorn3Better rvalue handling
2018-06-20 bjorn3Use pass by value fro simple simple types
2018-06-19 bjorn3Add cretonne_module
2018-06-18 bjorn3Implement indirect calls
2018-06-17 bjorn3Implement direct calls
2018-06-17 bjorn3Use verifier, perform assignment and field projection...
2018-06-17 bjorn3Initial commit