]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Rollup merge of #81618 - bjorn3:sync_cg_clif-2021-02-01, r=bjorn3
[rust.git] / src / lib.rs
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-01-29 Yuki OkushiRollup merge of #81333 - RalfJung:const-err-simplify...
2021-01-18 LeSeulArtichautUse ty::{IntTy,UintTy,FloatTy} in rustc
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-16 bjorn3Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
2020-10-15 bjorn3Rustup to rustc 1.49.0-nightly (e160e5cb8 2020-10-14)
2020-10-11 bjorn3Remove MIR dump on panic
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-10-05 bjorn3Rustup to rustc 1.49.0-nightly (beb5ae474 2020-10-04)
2020-09-29 bjorn3Merge pull request #1089 from bjorn3/custom_driver
2020-09-29 bjorn3Replace CG_CLIF_JIT with --jit
2020-09-16 bjorn3Rustfmt
2020-09-15 bjorn3Remove hashbrown usage
2020-09-05 bjorn3Fix dylib metadata writing
2020-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-22 CohenArthurFunctionCx: WIP: Remove more common fields from CodegenCx
2020-08-22 CohenArthurFunctionCx: WIP: Fix overzealous sed usage
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed codegen_cx...
2020-08-22 CohenArthurFunctionCx: WIP: Replace .constants with codegen_cx...
2020-08-22 CohenArthurFunctionCx: Replace .module with .codegen_cx.module
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
2020-08-20 bjorn3Evaluate all mir.required_consts and report any errors
2020-08-19 bjorn3Update target_feature_whitelist
2020-08-15 bjorn3Merge pull request #1070 from bjorn3/cpuid
2020-08-15 bjorn3Remove cg_clif fake target feature
2020-08-08 bjorn3Don't panic on io errors
2020-08-05 bjorn3Rustup to rustc 1.47.0-nightly (f9d422ea7 2020-08-04)
2020-07-25 bjorn3Merge pull request #951 from bjorn3/simd_improvements
2020-07-25 bjorn3Use nehalem instead of haswell as target cpu
2020-07-25 bjorn3Allow storing SIMD vectors in SSA values
2020-07-13 bjorn3Rustup to rustc 1.46.0-nightly (9d09331e0 2020-07-12)
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 bjorn3Infer the path of toolchain binaries from the linker...
2020-07-09 bjorn3Add a feature flag for the JIT
2020-07-03 bjorn3Merge pull request #1058 from bjorn3/misc_rustc_test_su...
2020-07-03 bjorn3Add sess.abort_if_errors() to link
2020-06-20 bjorn3Disable "LTO is not supported" warning for sysroot...
2020-06-20 bjorn3Prelude cleanup
2020-06-20 bjorn3Introduce #[cfg(target_feature = "cg_clif")]
2020-06-13 bjorn3Remove FunctionDebugContext
2020-06-12 bjorn3Remove all non-tcx references from CodegenCx
2020-05-09 bjorn3Rustup to rustc 1.45.0-nightly (7ebd87a7a 2020-05-08)
2020-05-01 bjorn3Always emit .eh_frame section
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-18 bjorn3Implement check mode
2020-04-09 bjorn3Fix rustc::internals lint warnings
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-04-03 bjorn3Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
2020-03-31 bjorn3Fix opt level names
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-30 dependabot-preview... Merge pull request #946 from bjorn3/dependabot/cargo...
2020-03-30 bjorn3Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-24 bjorn3Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
2020-03-17 bjorn3Simplify handling of unimplemented stuff
2020-03-15 bjorn3Remove unused import
2020-03-11 bjorn3Merge pull request #918 from bjorn3/incr_cache
2020-03-11 bjorn3Implement incremental caching of object files
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-02-14 bjorn3Update Cranelift for basic blocks
2020-02-07 bjorn3Rustup to rustc 1.43.0-nightly (442ae7f04 2020-02-06)
2020-01-22 bjorn3Make atomic instructions atomic using a global lock
2020-01-22 bjorn3Warn when using LTO
2020-01-14 bjorn3Update Cranelift
2020-01-11 bjorn3Move all cold code to the end of the function
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 bjorn3Re-use cranelift_codegen::ir::Function for every function
2020-01-04 bjorn3Use DUMMY_SP in less places
2020-01-04 bjorn3Merge pull request #853 from bjorn3/opt_stack2reg
2019-12-31 bjorn3Disable stack2reg opt when optimizations are disabled
2019-12-31 bjorn3[WIP] Add stack2reg optimization pass
2019-12-31 bjorn3Rustup to rustc 1.42.0-nightly (a9dd56ff9 2019-12-30)
2019-12-24 bjorn3Directly depend on cranelift_{codegen,frontend}
2019-12-23 bjorn3Make llvm_intrinsics a submodule of intrinsics
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3[OPT] Use load and store offsets instead of iadd_imm
2019-12-17 bjorn3[OPT] Avoid calling target_triple for every call to...
2019-12-16 bjorn3Rustup to rustc 1.41.0-nightly (a605441e0 2019-12-15)
2019-11-22 bjorn3Rustup to rustc 1.41.0-nightly (53712f863 2019-11-21)
2019-10-19 bjorn3Merge pull request #758 from bjorn3/object_write
2019-10-18 bjorn3Add support for object::write
2019-10-18 bjorn3Make dylib metadata write backend agnostic
2019-10-18 bjorn3Rustup to rustc 1.40.0-nightly (fa0f7d008 2019-10-17)
2019-10-16 bjorn3Rustup to rustc 1.40.0-nightly (237d54ff6 2019-10-15)
2019-10-06 bjorn3Remove logfile support from unimpl.rs
2019-10-03 bjorn3Rustup to rustc 1.40.0-nightly (2daa404e9 2019-10-02)
2019-09-28 bjorn3Call cg_ssa::base::provide_both in provide{,_extern}
2019-09-28 bjorn3Use CallConv::triple_default instead of hard coding...
2019-09-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
next