]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-07-14 bjorn3Update Cranelift
2020-07-14 bjorn3Use `From::from` instead of `as` where possible
2020-07-13 bjorn3No silent truncating of SwitchInt values
2020-07-13 bjorn3Update dependencies
2020-07-13 bjorn3Update Cranelift
2020-07-13 bjorn3Rustup to rustc 1.46.0-nightly (9d09331e0 2020-07-12)
2020-07-13 bjorn3Move RUSTDOCFLAGS to config.sh
2020-07-12 bjorn3Set rust-analyzer.linkedProjects for vscode
2020-07-12 bjorn3Add simple profile filter rust script (#1065)
2020-07-11 bjorn3Make everything in example.rs public
2020-07-10 bjorn3Merge pull request #1064 from bjorn3/inline_asm
2020-07-10 bjorn3Add basic inline asm support for x86_64
2020-07-09 bjorn3Move global_asm into CodegenCx
2020-07-09 bjorn3Merge pull request #1062 from bjorn3/global_asm
2020-07-09 bjorn3Disable global_asm! on macOS for now
2020-07-09 bjorn3Infer the path of toolchain binaries from the linker...
2020-07-09 bjorn3Implement global_asm! using an external assembler
2020-07-09 bjorn3Handle SysV64 abi
2020-07-09 bjorn3Add a feature flag for the JIT
2020-07-09 bjorn3Update dependencies
2020-07-09 bjorn3Update Cranelift
2020-07-09 bjorn3Rustup to rustc 1.46.0-nightly (8aa18cbdc 2020-07-08)
2020-07-03 bjorn3Account for Rvalue::AddressOf in analyze
2020-07-03 bjorn3Merge pull request #1058 from bjorn3/misc_rustc_test_su...
2020-07-03 bjorn3Implement variant_count intrinisic
2020-07-03 bjorn3Validate simd and atomic intrinsic types
2020-07-03 bjorn3Test signed 128bit discriminants
2020-07-03 bjorn3Add sess.abort_if_errors() to link
2020-07-03 bjorn3Only display codegen time when CG_CLIF_DISPLAY_CG_TIME=1
2020-07-03 bjorn3Fix assert_assignable
2020-07-03 bjorn3Fix core::hint::black_box support
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-03 Santiago PastorinoStore fat pointers in ssa variables
2020-07-03 Santiago PastorinoExtract transmute_value as a function to avoid code...
2020-07-02 Santiago PastorinoStore pairs in SSA
2020-07-02 bjorn3Update Cranelift
2020-07-02 bjorn3Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01)
2020-07-01 bjorn3Don't panic on unevaluatable promoted constants
2020-06-30 bjorn3Merge pull request #1056 from bjorn3/misc_fixes
2020-06-30 bjorn3Implement float_to_int_unchecked intrinsic
2020-06-30 bjorn3Implement f*_fast intrinsics
2020-06-30 bjorn3Implement a few volatile intrinsics
2020-06-30 bjorn3When casting enum to integer sign extend the discrimina...
2020-06-30 bjorn3Mask shift amount
2020-06-30 bjorn3Mark allocations as mutable when necessary
2020-06-30 bjorn3Fix ptr_offset_from intrinsic
2020-06-30 bjorn3Fix trap_unreachable_ret_value
2020-06-30 bjorn3Update Cranelift
2020-06-30 bjorn3Update cc
2020-06-30 bjorn3Rustup to rustc 1.46.0-nightly (0ca7f74db 2020-06-29)
2020-06-27 bjorn3Don't use a 1-to-1 mapping between mir local and cranel...
2020-06-27 bjorn3Update dependencies
2020-06-27 bjorn3Update Cranelift
2020-06-27 bjorn3Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
2020-06-25 bjorn3Add goal and better current status to readme
2020-06-25 Vitaly ShukelaLonger README about how to use this instead of `cargo...
2020-06-24 bjorn3Don't perform a double substitution in some cases
2020-06-24 bjorn3Remove leftover of removed hack
2020-06-24 bjorn3Rustup to rustc 1.46.0-nightly (6bb3dbfc6 2020-06-22)
2020-06-23 bjorn3Prevent different vtables with the same name
2020-06-21 bjorn3Simplify assert_assignable
2020-06-20 bjorn3Disable "LTO is not supported" warning for sysroot...
2020-06-20 bjorn3Warn on unsupported pass modes for extern "C"
2020-06-20 bjorn3Prelude cleanup
2020-06-20 bjorn3Introduce #[cfg(target_feature = "cg_clif")]
2020-06-20 bjorn3Ignore less of the libcore float tests
2020-06-20 bjorn3Implement checked_mul
2020-06-20 bjorn3Unignore some more libcore tests
2020-06-20 bjorn3Use Cranelift legalization for icmp.i128
2020-06-20 bjorn3Implement #[link_section]
2020-06-20 bjorn3Ignore libcore test that requires unwinding support
2020-06-20 bjorn3Update Cranelift
2020-06-20 bjorn3Rustup to rustc 1.46.0-nightly (2d8bd9b74 2020-06-19)
2020-06-16 bjorn3Only call build_value_labels_ranges when necessary
2020-06-16 bjorn3Make mini_core_hello_world work on Windows once TLS...
2020-06-16 bjorn3Only run ranlib when necessary
2020-06-16 bjorn3Some changes necessary for Windows support
2020-06-16 bjorn3Revert "[CI] Run the compile step with CARGO_INCREMENTAL=1"
2020-06-16 bjorn3[CI] Run the compile step with CARGO_INCREMENTAL=1
2020-06-16 bjorn3Remove pin of the libc crate for the sysroot
2020-06-16 bjorn3Fix warnings in alloc_example.rs
2020-06-16 bjorn3Update dependencies
2020-06-16 bjorn3Update Cranelift
2020-06-16 bjorn3Rustup to rustc 1.46.0-nightly (f315c35a7 2020-06-15)
2020-06-13 bjorn3Compile sysroot in release mode by default
2020-06-13 bjorn3Remove FunctionDebugContext
2020-06-12 bjorn3Remove all non-tcx references from CodegenCx
2020-06-12 bjorn3Emit unwind info for main and alloc shim
2020-06-12 bjorn3Update dependencies
2020-06-12 bjorn3Update Cranelift
2020-06-12 bjorn3Rustup to rustc 1.46.0-nightly (a37c32e2d 2020-06-11)
2020-06-11 bjorn3Rustup to rustc 1.46.0-nightly (449e8eaa2 2020-06-10)
2020-06-08 dependabot... Merge pull request #1040 from bjorn3/dependabot/cargo...
2020-06-08 dependabot... Bump cranelift-codegen from `00abfcd` to `4bb5894`
2020-06-05 bjorn3Update dependencies
2020-06-05 bjorn3Update Cranelift
2020-06-05 bjorn3Remove sign extension for ty::Int from CValue::const_val
2020-06-04 bjorn3Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
2020-05-29 bjorn3Merge pull request #1022 from osa1/clif_dump_in_release...
2020-05-29 Ömer Sinan... Mark blocks that call cold funs as cold (#1021)
next