]> git.lizzy.rs Git - rust.git/history - example
Remove wasmparser dependency through object
[rust.git] / example /
2020-09-14 bjorn3Use don't unroll loop in Rvalue::Repeat
2020-08-20 bjorn3Merge pull request #1074 from bjorn3/fix_weak_linkage
2020-08-20 bjorn3Fix weak linkage
2020-08-20 bjorn3Don't test x86_64 simd on archs other than x86_64
2020-08-15 bjorn3Merge pull request #1070 from bjorn3/cpuid
2020-08-15 bjorn3Emulate the cpuid arch intrinsic
2020-08-08 bjorn3Enable simd insert and extract tests
2020-07-19 bjorn3Implement simd_insert
2020-07-16 bjorn3Add test for SwitchInt on 128bit integers
2020-07-11 bjorn3Make everything in example.rs public
2020-07-09 bjorn3Merge pull request #1062 from bjorn3/global_asm
2020-07-09 bjorn3Disable global_asm! on macOS for now
2020-07-09 bjorn3Implement global_asm! using an external assembler
2020-07-03 bjorn3Merge pull request #1058 from bjorn3/misc_rustc_test_su...
2020-07-03 bjorn3Test signed 128bit discriminants
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-02 bjorn3Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01)
2020-06-27 bjorn3Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
2020-06-20 bjorn3Implement checked_mul
2020-06-20 bjorn3Use Cranelift legalization for icmp.i128
2020-06-20 bjorn3Implement #[link_section]
2020-06-16 bjorn3Make mini_core_hello_world work on Windows once TLS...
2020-06-16 bjorn3Fix warnings in alloc_example.rs
2020-06-04 bjorn3Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
2020-04-30 bjorn3Rustup to rustc 1.45.0-nightly (fa51f810e 2020-04-29)
2020-04-25 bjorn3Call panic lang item on failed TerminatorKind::Assert
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-18 bjorn3Sync fn_sig_for_fn_abi with upstream for generator...
2020-04-17 bjorn3Use the correct return type for puts
2020-03-24 bjorn3Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
2020-03-18 bjorn3Fix it
2020-03-18 bjorn3Rustup to rustc 1.44.0-nightly (7ceebd98c 2020-03-17)
2020-03-04 bjorn3Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)
2020-02-26 bjorn3Merge pull request #784 from bjorn3/wip_tls_support
2020-02-26 bjorn3Tls support
2020-01-11 bjorn3Implement `#[track_caller]`
2020-01-11 bjorn3Fix PlaceElem::Subslice length computation
2019-12-31 bjorn3Revert some changes
2019-12-31 bjorn3[WIP] Add stack2reg optimization pass
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...
next