]> git.lizzy.rs Git - rust.git/history - example/mini_core_hello_world.rs
Make codegen_call_inner a bit more readable
[rust.git] / example / mini_core_hello_world.rs
2019-02-06 bjorn3Fix some warnings
2019-01-26 bjorn3Use mini_core::panic with jit
2019-01-26 bjorn3Use malloc in mini_core::allocate
2019-01-26 bjorn3Merge pull request #291 from bjorn3/debuginfo_line
2019-01-26 bjorn3Implement line debuginfo
2018-12-29 bjorn3Fix unsize coercions and the size_of_val and min_align_...
2018-10-06 bjorn3Implement Rvalue::Len for arrays
2018-09-25 bjorn3Use cranelift_frontend::Switch for switchInt
2018-09-22 bjorn3Rename examples directory to example to prevent rls...