]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-07 bjorn3Update Cranelift
2020-03-07 bjorn3Remove unused inline asm whitelist
2020-03-07 bjorn3Don't run dsymutil on librustc_codegen_cranelift on...
2020-03-07 bjorn3Rustup to rustc 1.43.0-nightly (2890b37b8 2020-03-06)
2020-03-04 bjorn3Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)
2020-02-29 bjorn3Update for the merge of Cranelift into Wasmtime
2020-02-29 bjorn3Rustup to rustc 1.43.0-nightly (0eb878d2a 2020-02-28)
2020-02-26 bjorn3Implement simd_fma
2020-02-26 bjorn3Merge pull request #784 from bjorn3/wip_tls_support
2020-02-26 bjorn3Tls support
2020-02-26 bjorn3Rustup to rustc 1.43.0-nightly (6fd8798f4 2020-02-25)
2020-02-24 dependabot... Merge pull request #903 from bjorn3/dependabot/cargo...
2020-02-24 dependabot... Bump cranelift-codegen from `0c7da4a` to `5ad5505`
2020-02-22 bjorn3Fix JIT on macOS
2020-02-22 bjorn3Silence some warnings
2020-02-22 bjorn3Update dependencies
2020-02-22 bjorn3Update Cranelift
2020-02-22 bjorn3Rustup to rustc 1.43.0-nightly (8aa9d2014 2020-02-21)
2020-02-17 dependabot... Bump thiserror from 1.0.10 to 1.0.11 (#894)
2020-02-17 dependabot... Merge pull request #896 from bjorn3/dependabot/cargo...
2020-02-17 dependabot... Bump cranelift-codegen from `f1aa072` to `cd3d84e`
2020-02-15 bjorn3Update Cranelift and use the new ineg instruction
2020-02-14 bjorn3Use archive_format for determining if gnu style archive...
2020-02-14 bjorn3Update dependencies
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-02-14 bjorn3Rustup to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)
2020-02-07 bjorn3Use TrapCode::UnreachableCodeReached in trap_unreachable
2020-02-07 bjorn3[OPT] Don't call monomorphize from clif_type
2020-02-07 bjorn3Remove the sudo key from .travis.yml
2020-02-07 bjorn3Rustup to rustc 1.43.0-nightly (442ae7f04 2020-02-06)
2020-02-03 bjorn3Revert "Use CachingSourceMapView::byte_pos_to_line_and_...
2020-02-03 bjorn3Use CachingSourceMapView::byte_pos_to_line_and_col...
2020-02-01 bjorn3Don't mark unwind ebbs as cold
2020-02-01 bjorn3Update smallvec to 1.2.0
2020-02-01 bjorn3Rustup to rustc 1.42.0-nightly (cd1ef390e 2020-01-31)
2020-01-29 bjorn3Update thiserror
2020-01-29 bjorn3Update Cranelift
2020-01-29 bjorn3Rustup to rustc 1.42.0-nightly (3761dcd34 2020-01-28)
2020-01-27 dependabot... Merge pull request #883 from bjorn3/dependabot/cargo...
2020-01-27 dependabot... Bump cranelift-codegen from `93e3bc1` to `9a578c1`
2020-01-25 bjorn3Disable the code_layout optimization
2020-01-25 bjorn3Add #[cfg(debug_assertions)] to write_clif_file
2020-01-25 bjorn3Update compiler_builtins
2020-01-25 bjorn3Replace unimplemented! with unreachable! when it will...
2020-01-25 bjorn3Fix correctness of optimization
2020-01-25 bjorn3Allow unsized types as function parameters
2020-01-25 bjorn3Remove outdated troubleshooting section
2020-01-25 bjorn3Rustup to rustc 1.42.0-nightly (c2d141df5 2020-01-24)
2020-01-22 bjorn3Re-introduce FnBox
2020-01-22 bjorn3Improve PlaceElem::Subslice handling
2020-01-22 bjorn3Make atomic instructions atomic using a global lock
2020-01-22 bjorn3Warn when using LTO
2020-01-22 bjorn3Make unused stack slots zero sized in stack2reg
2020-01-22 bjorn3Don't force static refs to const memory
2020-01-22 bjorn3Allow more types in CValue::const_val
2020-01-22 bjorn3Rustup to rustc 1.42.0-nightly (689fca01c 2020-01-17)
2020-01-22 bjorn3Update dependencies
2020-01-22 bjorn3Update Cranelift
2020-01-20 dependabot... Merge pull request #872 from bjorn3/dependabot/cargo...
2020-01-20 dependabot... Bump cranelift-codegen from `3268b0d` to `062e984`
2020-01-15 bjorn3Correct commit message in rustup.sh
2020-01-15 bjorn3rustc 1.42.0-nightly (31dd4f4ac 2020-01-13)
2020-01-15 bjorn3Add rustup script
2020-01-15 bjorn3Display warning when overriding default rustc version...
2020-01-15 Andrew ChinStore nightly snapshot in rust-toolchain file, and...
2020-01-15 bjorn3Fix debug build
2020-01-15 bjorn3Reduce the amount of calls to layout_of
2020-01-15 bjorn3Use release mode instead of debug mode in the readme
2020-01-14 bjorn3Reduce visibility
2020-01-14 bjorn3Optimize .debug_line generation
2020-01-14 bjorn3Update gimli to 0.20.0
2020-01-14 bjorn3Remove some depencencies
2020-01-14 bjorn3Update Cranelift
2020-01-14 bjorn3Rustup to rustc 1.42.0-nightly (3ebcfa145 2020-01-12)
2020-01-11 bjorn3Move all cold code to the end of the function
2020-01-11 bjorn3Implement `#[track_caller]`
2020-01-11 bjorn3Don't panic on reported const eval errors
2020-01-11 bjorn3Fix PlaceElem::Subslice length computation
2020-01-11 bjorn3Fix build
2020-01-10 bjorn3Improve build time for build scripts in release mode
2020-01-10 bjorn3Better self profiling integration
2020-01-10 bjorn3Remove faerie support
2020-01-10 bjorn3Update Cranelift
2020-01-10 bjorn3Prepare for basic blocks
2020-01-09 bjorn3Disable read feature of gimli
2020-01-09 bjorn3Update dependencies
2020-01-09 bjorn3Update Cranelift
2020-01-09 bjorn3Rustup to rustc 1.42.0-nightly (caa231d99 2020-01-08)
2020-01-06 bjorn3Rustup to rustc 1.42.0-nightly (bc1571cc3 2020-01-05)
2020-01-04 bjorn3Revert "Use simd instructions for int and float simd...
2020-01-04 bjorn3Fix codegen of unimpl in simd_extract and unimpl simd_i...
2020-01-04 bjorn3Re-use cranelift_codegen::ir::Function for every function
2020-01-04 bjorn3Use DUMMY_SP in less places
2020-01-04 bjorn3Use IndexVec for ebb_map
2020-01-04 bjorn3Remove faerie machO alignment workaround
2020-01-04 bjorn3Add two FIXME's
2020-01-04 bjorn3Merge pull request #853 from bjorn3/opt_stack2reg
2020-01-04 bjorn3Add documentation about the UB of the stack2reg optimiz...
2020-01-03 bjorn3Enable incr comp in release mode
2019-12-31 bjorn3Disable stack2reg opt when optimizations are disabled
next