]> git.lizzy.rs Git - rust.git/history - example
Fix some warnings
[rust.git] / example /
2019-12-05 bjorn3Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)
2019-11-24 bjorn3Run libcore tests
2019-11-16 bjorn3Fix signed cast to 128bit integer
2019-11-09 bjorn3Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)
2019-10-26 bjorn3Merge pull request #759 from bjorn3/fix_macho_debuginfo
2019-10-25 bjorn3Rustup to rustc 1.40.0-nightly (10a52c25c 2019-10-24)
2019-09-21 bjorn3Add extern type pointer cast tests
2019-09-14 bjorn3Reenable debug assertions for libstd on macOS
2019-09-02 bjorn3Correctly align offset for dst field projections
2019-08-30 bjorn3Merge pull request #693 from bjorn3/abi_refactor
2019-08-30 bjorn3Don't copy ByRef passed types to local stack slot when...
2019-08-26 bjorn3Sync discriminant getter and setter with upstream
2019-08-21 bjorn3Fix float -> u/i128 cast
2019-08-21 bjorn3Implement u/i128 <-> float casts
2019-08-20 bjorn3Implement saturating_{add,sub} intrinsics
2019-08-19 bjorn3Implement pow{f32,f64} intrinsics
2019-08-19 bjorn3Implement copysign{f32,f64} intrinsics
2019-08-19 bjorn3Fix cross crate static duplicate codegen
2019-08-18 bjorn3Don't run a alignment assertion on macOS
2019-08-16 bjorn3Workaround for missing `#[rustc_args_required_const...
2019-08-14 bjorn3Cast rhs to lhs type for shl and shr
2019-08-12 bjorn3Implement float -> small int cast
2019-08-12 bjorn3Fix some warnings
2019-08-12 bjorn3Implement log2{f32,f64} intrinsics
2019-08-11 bjorn3Merge pull request #662 from bjorn3/jit_dylib
2019-08-10 bjorn3[WIP] Implement dylib loading for the JIT
2019-08-05 bjorn3Implement simd_extract
2019-08-01 bjorn3Correctly align all allocs
2019-08-01 bjorn3Test mutex locking
2019-07-31 bjorn3Fix simd_cast
2019-07-30 bjorn3Merge pull request #650 from bjorn3/simd_emulation
2019-07-30 bjorn3Implement some float simd intrinsics
2019-07-29 bjorn3Fix _mm_movemask_epi8
2019-07-29 bjorn3Fix returning (u128, u128)
2019-07-29 bjorn3Implement llvm.x86.avx2.pmovmskb llvm intrinsic
2019-07-29 bjorn3Implement and test simd_shuffle*
2019-07-29 bjorn3[WIP] simd_shuffle*
2019-07-29 bjorn3Fix simd comparison
2019-07-29 bjorn3Emulate some simd intrinsics
2019-07-29 bjorn3Rustup to rustc 1.38.0-nightly (4560cb830 2019-07-28)
2019-07-28 bjorn3Rustup to rustc 1.38.0-nightly (c798dffac 2019-07-27)
2019-07-27 bjorn3Implement many more float intrinsics
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
2019-07-26 bjorn3Remove unnecessary changes
2019-07-26 bjorn3Merge pull request #646 from bjorn3/wip_checked_binops2
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3Use std checked_div
2019-07-26 bjorn3Remove some unnecessary changes
2019-07-26 bjorn3Fix 128bit CValue::const_val
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
next