]> git.lizzy.rs Git - rust.git/history - src/intrinsics
Rustup to rustc 1.54.0-nightly (881c1ac40 2021-05-08)
[rust.git] / src / intrinsics /
2021-05-09 bjorn3Sync from rust d6d028369be9eb02d219506c0dd662a2f863fc18
2021-05-04 bjorn3Rustfmt
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-21 bjorn3Sync from rust 6df26f897cffb2d86880544bb451c6b5f8509b2d
2021-04-19 bjorn3Match on Symbol instead of &str in intrinsics handling
2021-04-16 bjorn3Fix rotate_left and rotate_right with 128bit shift...
2021-04-16 bjorn3Rustup to rustc 1.53.0-nightly (132b4e5d1 2021-04-13)
2021-04-14 Jubilee YoungAdd more SIMD math.h intrinsics
2021-04-14 bjorn3Sync from rust b203b0d240b67916cfa77f640aedaf1c87d50f6d
2021-04-14 bjorn3Merge pull request #1159 from bjorn3/driver_refactorings
2021-04-14 bjorn3Remove CodegenCx::finalize and pass Module separately...
2021-04-06 bjorn3Sync from rust 354cc751b74e813f180755fa67bebcb669825755
2021-03-31 bjorn3Remove the stack2reg optimization completely
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-18 SparrowLiiAdd simd_neg platform intrinsic
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-12 Oli SchererPrepare mir::Constant for ty::Const only supporting...
2021-03-09 bjorn3Some clippy fixes
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Rustfmt
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-02-23 bjorn3Merge pull request #1144 from bjorn3/dynamic_module
2021-02-23 bjorn3Use dynamic dispatch for the inner Module
2021-02-21 bjorn3Sync from rust 3e826bb11228508fbe749e594038d6727208aa94
2021-02-21 bjorn3Merge pull request #1140 from bjorn3/no_more_oldbe
2021-02-18 bjorn3Use real atomic instructions instead of a global lock
2021-01-16 Ömer Sinan Ağacancodegen_cranelift: Fix redundant semicolon warn
2021-01-02 bjorn3Remove code that was moved from the backend to rustc_in...
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-23 bjorn3Sync from rust 28d73a3ee3e2c32f2768d1cbc9b42cb63472e9e9
2020-12-18 bjorn3Remove implementation of intrinsics that are now lowered
2020-12-18 bjorn3Sync from rust fee693d08e98d25f566075cbed73e12236c05abd
2020-12-17 bjorn3Sync from rust caeb3335c052f286f6e7257ac0ff21e4f73fd8c5
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-12-03 bjorn3Support #[repr(simd)] on array wrappers
2020-11-29 oliAllow cranelift to handle atomic pointers
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-27 bjorn3Sync from rust c9228570668803e3e6402770d55f23a12c9ae686
2020-11-23 bjorn3Make simd_extract panic at runtime on non-const index...
2020-11-23 bjorn3Implement more simd_reduce_* intrinsics
2020-11-23 bjorn3Implement float simd comparisons
2020-11-23 bjorn3Implement simd_reduce_{add,mul}_{,un}ordered
2020-11-21 bjorn3Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
2020-11-13 bjorn3Sync from rust f2a11a25378293e41cfcb00dbf67c524ffd79b39
2020-11-12 bjorn3Avoid muliplications by 1
2020-11-06 bjorn3Sync from rust dc06a36074f04c6a77b5834f2950011d49607898
2020-11-06 Yuki OkushiRollup merge of #78666 - sasurau4:fix/shellcheck-error...
2020-11-04 oliFix cranelift build
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-01 bjorn3Merge pull request #1100 from mominul/trans->codegen
2020-11-01 Muhammad Mominul... Rename trans to codegen
2020-10-28 bjorn3Fix many clippy warnings
2020-10-27 bjorn3Use with_no_trimmed_paths
2020-10-16 bjorn3Error on non-constant simd_insert/simd_extract index
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-29 bjorn3Invoke panic handler instead of trap for assert_* intri...
2020-09-26 bjorn3Remove dead code
2020-09-23 bjorn3Document almost all modules
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 bjorn3Merge pull request #1077 from CohenArthur/fix-linkage...
2020-08-22 bjorn3Merge pull request #1076 from CohenArthur/use-codegencx...
2020-08-22 CohenArthurFunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
2020-08-22 CohenArthurFunctionCx: Rename codegen_cx -> cx
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed 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-16 bjorn3Fix panic in when debug assertions are enabled
2020-08-15 bjorn3Merge pull request #1070 from bjorn3/cpuid
2020-08-15 bjorn3Fix ppv-lite86 with simd enabled
2020-08-15 bjorn3Emulate the cpuid arch intrinsic
2020-07-25 bjorn3Merge pull request #951 from bjorn3/simd_improvements
2020-07-25 bjorn3Don't forbid i64x2 as simd type
2020-07-25 bjorn3Use PassMode::ByVal for Abi::Vector
2020-07-23 bjorn3Add unaligned_volatile_{load,store} intrinsics
2020-07-19 bjorn3Implement simd_insert
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 bjorn3Merge pull request #1057 from spastorino/store-pairs...
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 bjorn3Fix ptr_offset_from intrinsic
2020-06-27 bjorn3Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
2020-06-20 bjorn3Prelude cleanup
2020-06-20 bjorn3Use Cranelift legalization for icmp.i128
2020-05-25 bjorn3Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-17 bjorn3Fix saturated_* intrinsics for 128bit ints
2020-04-13 bjorn3Remove one usage of force_stack
2020-04-11 bjorn3Use bitcast to transmute where possible
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)
next