]> git.lizzy.rs Git - rust.git/history - example/mini_core.rs
Pass command-line arguments to JITed function
[rust.git] / example / mini_core.rs
2019-02-18 bjorn3Pass command-line arguments to JITed function
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-12 bjorn3Merge pull request #339 from bjorn3/fix_libstd
2019-02-12 bjorn3*const char -> *const i8
2019-02-11 bjorn3Implement variadic function calling
2019-02-08 bjorn3Implement drop for trait objects
2019-01-26 bjorn3Use mini_core::panic with jit
2019-01-26 bjorn3Print a message when panicking from mini_core
2019-01-26 bjorn3Use malloc in mini_core::allocate
2018-12-29 bjorn3Fix unsize coercions and the size_of_val and min_align_...
2018-12-24 bjorn3Rustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)
2018-11-17 bjorn3Remove a workaround for icmp.i8/i16 not having an encoding
2018-11-04 bjorn3Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)
2018-09-25 bjorn3Use cranelift_frontend::Switch for switchInt
2018-09-22 bjorn3Rename examples directory to example to prevent rls...