]> git.lizzy.rs Git - rust.git/history - example
Clean up todos
[rust.git] / example /
2019-07-26 bjorn3Implement 128bit checked add and sub
2019-07-26 bjorn3Implement 128bit multiply with overflow
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3Implement most 128bit binops
2019-07-26 bjorn3Fix some more stuff
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3[WIP] Basic i128 support
2019-07-26 bjorn3Implement checked binops
2019-07-07 bjorn3Rustup to rustc 1.38.0-nightly (dfd52ba6a 2019-07-06)
2019-06-26 bjorn3Implement some float intrinsics
2019-06-23 bjorn3Implement bswap intrinsic
2019-06-23 bjorn3Fix load and store for ByValPair values with differentl...
2019-04-27 bjorn3Merge pull request #495 from bjorn3/use_cg_clif_link
2019-04-27 bjorn3Preserve the order files are added to archives
2019-04-10 bjorn3Fix and optimize init intrinsic
2019-03-26 bjorn3Skip ZST arguments
2019-03-21 bjorn3Rustup to rustc 1.35.0-nightly (82e2f3ec2 2019-03-20)
2019-03-11 bjorn3Implement weak linkage for statics
2019-03-03 bjorn3Rename load_value_pair to load_scalar_pair and fix...
2019-03-02 bjorn3Implement CastKind::ClosureFnPointer
2019-03-02 bjorn3Implement ProjectionElem::Subslice
2019-03-01 bjorn3Rustup to rustc 1.34.0-nightly (350674b71 2019-02-28)
2019-02-23 bjorn3Update cranelift and add a test for bitreverse
2019-02-18 bjorn3Pass command-line arguments to JITed function
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-16 bjorn3Fix discriminant_value intrinsic
2019-02-16 bjorn3Fix atomic_xchg* intrinsics
2019-02-16 bjorn3Fix cttz{,_nonzero} intrinsics
2019-02-16 bjorn3Fix BinOp::Offset
2019-02-12 bjorn3Merge pull request #339 from bjorn3/fix_libstd
2019-02-12 bjorn3*const char -> *const i8
2019-02-11 bjorn3Fix and enable libstd building
2019-02-11 bjorn3Implement variadic function calling
2019-02-11 bjorn3Cleanup config.sh
2019-02-08 bjorn3Implement drop for trait objects
2019-02-06 bjorn3Fix some warnings
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
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-12-24 bjorn3Rustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)
2018-12-22 bjorn3Add pretty param and local info comments to clif
2018-11-17 bjorn3Remove a workaround for icmp.i8/i16 not having an encoding
2018-11-05 bjorn3Add some benchmarks
2018-11-04 bjorn3Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)
2018-10-06 bjorn3Implement Rvalue::Len for arrays
2018-10-06 bjorn3Fix projection of sized field in unsized type
2018-09-30 bjorn3Workaround some missing encodings in cranelift
2018-09-25 bjorn3Use cranelift_frontend::Switch for switchInt
2018-09-22 bjorn3Rename examples directory to example to prevent rls...