]> git.lizzy.rs Git - rust.git/history - src
Fix trans_ptr_binop for fn()
[rust.git] / src /
2019-09-15 bjorn3Fix trans_ptr_binop for fn()
2019-09-14 bjorn3Fix foreign type handling
2019-09-14 bjorn3Cleanup
2019-09-14 bjorn3Implement shl and shr overflow checks
2019-09-14 bjorn3Rustup to rustc 1.39.0-nightly (a6946a817 2019-09-13)
2019-09-13 bjorn3Merge pull request #709 from bjorn3/updates
2019-09-13 bjorn3Rustup to rustc 1.39.0-nightly (eb48d6bde 2019-09-12)
2019-09-11 bjorn3Merge pull request #700 from bjorn3/upstream_cranelift
2019-09-08 bjorn3Use upstream cranelift
2019-09-07 bjorn3Don't perform neg overflow checks when they are disabled
2019-09-07 bjorn3Rustup to rustc 1.39.0-nightly (6e19f3f38 2019-09-06)
2019-09-02 bjorn3Correctly align offset for dst field projections
2019-09-01 bjorn3Update ar
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
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-30 bjorn3Improve abi ir comments a bit
2019-08-30 bjorn3Move ir comments generation to abi/comments.rs
2019-08-30 bjorn3Small change
2019-08-30 bjorn3Move return handling to abi/returning.rs
2019-08-30 bjorn3Move pass mode handling to abi/pass_mode.rs
2019-08-30 bjorn3Move abi.rs to abi/mod.rs
2019-08-30 bjorn3Rustup to rustc 1.39.0-nightly (72b2abfd6 2019-08-29)
2019-08-29 bjorn3Split extract layout field of all CPlace variants into...
2019-08-28 bjorn3Don't add stack_addr intructions to prelude
2019-08-28 bjorn3Use f{32,64}const insts instead of loading from a globa...
2019-08-28 bjorn3Don't force RETURN_PLACE to stack
2019-08-27 bjorn3Rustup to rustc 1.39.0-nightly (9b91b9c10 2019-08-26)
2019-08-26 bjorn3Sync discriminant getter and setter with upstream
2019-08-21 bjorn3Always use Linkage::Import for relocations targeting...
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 bjorn3Add unimpl! for cast between 128bit int and float
2019-08-19 bjorn3Fix saturating_{add,sub} for 8bit and 16bit ints
2019-08-19 bjorn3Set correct linkage for statics
2019-08-19 bjorn3Implement copysign{f32,f64} intrinsics
2019-08-19 bjorn3Fix cross crate static duplicate codegen
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-08-18 bjorn3Let codegen_get_discriminant accept CValue instead...
2019-08-18 bjorn3Use native `ar` to create archive files
2019-08-18 bjorn3Rustup to rustc 1.39.0-nightly (2111aed0a 2019-08-17)
2019-08-17 bjorn3Don't keep alloc_map locked while calling data_id_for_s...
2019-08-16 bjorn3Implement system abi
2019-08-16 bjorn3Workaround for missing `#[rustc_args_required_const...
2019-08-15 bjorn3Workaround for missing icmp{,_imm}.i128 legalizations
2019-08-14 bjorn3Cast rhs to lhs type for shl and shr
2019-08-14 bjorn3Refactor num.rs
2019-08-14 bjorn3Calculate sign in trans{,_checked}_int_binop instead...
2019-08-14 bjorn3Move discriminant get and set to discriminant.rs
2019-08-14 bjorn3Move trans_*_binop to num.rs
2019-08-14 bjorn3Misc changes
2019-08-13 bjorn3Fix some rustc tests
2019-08-13 bjorn3Fix a panic on type size overflow
2019-08-13 bjorn3Fix intrinsic::transmute::<_, <uninhabited>>(...)
2019-08-13 bjorn3Print error for #[rustc_def_path] like expected
2019-08-13 bjorn3Fix uninit intrinsic for zst values
2019-08-13 bjorn3Rustup to rustc 1.38.0-nightly (534b42394 2019-08-09)
2019-08-13 bjorn3Remove outdated FIXME and add some new FIXME
2019-08-12 bjorn3Implement float -> small int cast
2019-08-12 bjorn3Implement log2{f32,f64} intrinsics
2019-08-11 bjorn3Merge pull request #662 from bjorn3/jit_dylib
2019-08-11 bjorn3Extract jit imported symbols loading functionAlso make...
2019-08-11 bjorn3Remove debugging println
2019-08-11 bjorn3Misc changes
2019-08-11 bjorn3Fix it
2019-08-10 bjorn3[WIP] Implement dylib loading for the JIT
2019-08-09 bjorn3Merge pull request #660 from bjorn3/libtest
2019-08-09 bjorn3Libtest support
2019-08-09 bjorn3Implement real saturating behaviour for the saturating_...
2019-08-09 bjorn3Don't omit overflow checks for *_with_overflow intrinsi...
2019-08-07 bjorn3Fix constant alignment on macOS
2019-08-07 bjorn3Rustup to rustc 1.38.0-nightly (6a91782b7 2019-08-06)
2019-08-05 bjorn3Implement simd_extract
2019-08-04 bjorn3Rustup to rustc 1.38.0-nightly (6e0d27d93 2019-08-03)
2019-08-04 bjorn3Call assert_module_sources
2019-08-01 bjorn3Correctly align all allocs
2019-08-01 bjorn3Correctly implement atomic_nand_* intrinsics
2019-07-31 bjorn3Fix simd_cast
2019-07-30 bjorn3Merge pull request #650 from bjorn3/simd_emulation
2019-07-30 bjorn3Fix release builds
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 bjorn3Emulate llvm.x86.sse2.pmovmskb.128 llvm intrinsic
2019-07-29 bjorn3Implement and test simd_shuffle*
2019-07-29 bjorn3[WIP] simd_shuffle*
2019-07-29 bjorn3[WIP] simd_shuffle support
2019-07-29 bjorn3Replace llvm intrinsics with runtime trap
2019-07-29 bjorn3Fix simd comparison
2019-07-29 bjorn3Emulate compare simd intrinsics
2019-07-29 bjorn3Emulate some simd intrinsics
2019-07-27 bjorn3Implement many more float intrinsics
2019-07-27 bjorn3Don't set opt_level to best
2019-07-27 bjorn3Fix checked binops when overflow checks are disabled
2019-07-27 bjorn3Rustup to rustc 1.38.0-nightly (c43753f91 2019-07-26)
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
next