about summary refs log tree commit diff
path: root/example/mini_core.rs
AgeCommit message (Expand)AuthorLines
2019-08-19Fix cross crate static duplicate codegenbjorn3-0/+2
2019-08-18Don't run a alignment assertion on macOSbjorn3-0/+4
2019-08-12Implement float -> small int castbjorn3-0/+18
2019-08-12Fix some warningsbjorn3-0/+1
2019-08-10[WIP] Implement dylib loading for the JITbjorn3-7/+0
2019-08-01Correctly align all allocsbjorn3-0/+15
2019-07-28Rustup to rustc 1.38.0-nightly (c798dffac 2019-07-27)bjorn3-1/+16
2019-07-26Remove unnecessary changesbjorn3-8/+0
2019-07-26Remove some unnecessary changesbjorn3-1/+0
2019-07-26Implement 128bit checked add and subbjorn3-27/+0
2019-07-26Fix some more stuffbjorn3-0/+28
2019-07-26[WIP] Basic i128 supportbjorn3-0/+8
2019-07-26Implement checked binopsbjorn3-0/+48
2019-07-07Rustup to rustc 1.38.0-nightly (dfd52ba6a 2019-07-06)bjorn3-2/+6
2019-06-23Implement bswap intrinsicbjorn3-0/+11
2019-04-10Fix and optimize init intrinsicbjorn3-0/+1
2019-03-03Rename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbi...bjorn3-0/+25
2019-03-01Rustup to rustc 1.34.0-nightly (350674b71 2019-02-28)bjorn3-1/+9
2019-02-23Update cranelift and add a test for bitreversebjorn3-0/+1
2019-02-18Pass command-line arguments to JITed functionbjorn3-0/+17
2019-02-12*const char -> *const i8bjorn3-1/+1
2019-02-11Implement variadic function callingbjorn3-0/+1
2019-02-08Implement drop for trait objectsbjorn3-0/+13
2019-01-26Use mini_core::panic with jitbjorn3-0/+3
2019-01-26Print a message when panicking from mini_corebjorn3-0/+1
2019-01-26Use malloc in mini_core::allocatebjorn3-4/+52
2018-12-29Fix unsize coercions and the size_of_val and min_align_of_val intrinsics for ...bjorn3-0/+1
2018-12-24Rustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)bjorn3-0/+7
2018-11-17Remove a workaround for icmp.i8/i16 not having an encodingbjorn3-2/+2
2018-11-04Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)bjorn3-0/+12
2018-09-25Use cranelift_frontend::Switch for switchIntbjorn3-0/+15
2018-09-22Rename examples directory to example to prevent rls trying to compile its con...bjorn3-0/+269