]> git.lizzy.rs Git - rust.git/history - src
Use anonymous lifetimes where possible
[rust.git] / src /
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
2019-07-26 bjorn3Merge pull request #646 from bjorn3/wip_checked_binops2
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3Display span in Assert panic message
2019-07-26 bjorn3Fix arg header comments
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 comparison binops
2019-07-26 bjorn3Implement 128bit multiply with overflow
2019-07-26 bjorn3Implement 128bit shl and shr binops
2019-07-26 bjorn3Respect sess.overflow_checks()
2019-07-26 bjorn3Implement most 128bit binops
2019-07-26 bjorn3Remove unnecessary if statement
2019-07-26 bjorn3Don't special case u/i128 for UnOp::not
2019-07-26 bjorn3Fix it
2019-07-26 bjorn3Fix some more stuff
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3Fix type in load_scalar
2019-07-26 bjorn3Fix some things
2019-07-26 bjorn3[WIP] Basic i128 support
2019-07-26 bjorn3Implement checked binops
2019-07-24 bjorn3Rustup to rustc 1.38.0-nightly (a7f28678b 2019-07-23)
2019-07-20 bjorn3Don't disable stdsimd anymore
2019-07-20 bjorn3Rustup to rustc 1.38.0-nightly (e3cebcb3b 2019-07-19)
2019-07-13 bjorn3Rustup to rustc 1.38.0-nightly (71f9384e3 2019-07-12)
2019-07-08 bjorn3Merge pull request #630 from bjorn3/dependabot/cargo...
2019-07-08 bjorn3Rustup
2019-07-07 bjorn3Rustup to rustc 1.38.0-nightly (dfd52ba6a 2019-07-06)
2019-07-03 bjorn3Rustup to rustc 1.37.0-nightly (0beb2ba16 2019-07-02)
2019-06-26 bjorn3Implement some float intrinsics
2019-06-23 bjorn3Implement bswap intrinsic
2019-06-23 bjorn3Implement some intrinsics
2019-06-23 bjorn3Fix load and store for ByValPair values with differentl...
2019-06-23 bjorn3Rustup to rustc 1.37.0-nightly (de02101e6 2019-06-22)
2019-06-16 bjorn3Fix returning non ZST uninhabited types
2019-06-16 bjorn3Fix SetDiscriminant for generators
2019-06-16 bjorn3Implement lt, le, ge and gt for fat pointers
2019-06-16 bjorn3Add comments for trap::codegen_print gv and fn defs
2019-06-16 bjorn3Make a link less prone to breaking
next