]> git.lizzy.rs Git - rust.git/history - example
Use cranelift's `Type::int` instead of doing the match myself
[rust.git] / example /
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-06-25 borsAuto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
2021-06-06 borsAuto merge of #79608 - alessandrod:bpf, r=nagisa
2021-05-27 bjorn3Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9...
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-25 borsAuto merge of #79336 - camelid:rename-feature-oibit...
2020-11-23 CamelidRename `optin_builtin_traits` to `auto_traits`
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-09-22 bjorn3Misc changes
2020-09-18 bjorn3Don't benchmark mod_bench anymore
2020-09-14 bjorn3Use don't unroll loop in Rvalue::Repeat
2020-08-20 bjorn3Merge pull request #1074 from bjorn3/fix_weak_linkage
2020-08-20 bjorn3Fix weak linkage
2020-08-20 bjorn3Don't test x86_64 simd on archs other than x86_64
2020-08-15 bjorn3Merge pull request #1070 from bjorn3/cpuid
2020-08-15 bjorn3Emulate the cpuid arch intrinsic
2020-08-08 bjorn3Enable simd insert and extract tests
2020-07-19 bjorn3Implement simd_insert
2020-07-16 bjorn3Add test for SwitchInt on 128bit integers
2020-07-11 bjorn3Make everything in example.rs public
2020-07-09 bjorn3Merge pull request #1062 from bjorn3/global_asm
2020-07-09 bjorn3Disable global_asm! on macOS for now
2020-07-09 bjorn3Implement global_asm! using an external assembler
2020-07-03 bjorn3Merge pull request #1058 from bjorn3/misc_rustc_test_su...
2020-07-03 bjorn3Test signed 128bit discriminants
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-02 bjorn3Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01)
2020-06-27 bjorn3Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
2020-06-20 bjorn3Implement checked_mul
2020-06-20 bjorn3Use Cranelift legalization for icmp.i128
2020-06-20 bjorn3Implement #[link_section]
2020-06-16 bjorn3Make mini_core_hello_world work on Windows once TLS...
2020-06-16 bjorn3Fix warnings in alloc_example.rs
2020-06-04 bjorn3Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
2020-04-30 bjorn3Rustup to rustc 1.45.0-nightly (fa51f810e 2020-04-29)
2020-04-25 bjorn3Call panic lang item on failed TerminatorKind::Assert
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-18 bjorn3Sync fn_sig_for_fn_abi with upstream for generator...
2020-04-17 bjorn3Use the correct return type for puts
2020-03-24 bjorn3Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
2020-03-18 bjorn3Fix it
2020-03-18 bjorn3Rustup to rustc 1.44.0-nightly (7ceebd98c 2020-03-17)
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-01-11 bjorn3Implement `#[track_caller]`
2020-01-11 bjorn3Fix PlaceElem::Subslice length computation
2019-12-31 bjorn3Revert some changes
2019-12-31 bjorn3[WIP] Add stack2reg optimization pass
2019-12-05 bjorn3Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)
2019-11-24 bjorn3Run libcore tests
2019-11-16 bjorn3Fix signed cast to 128bit integer
2019-11-09 bjorn3Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)
2019-10-26 bjorn3Merge pull request #759 from bjorn3/fix_macho_debuginfo
2019-10-25 bjorn3Rustup to rustc 1.40.0-nightly (10a52c25c 2019-10-24)
2019-09-21 bjorn3Add extern type pointer cast tests
2019-09-14 bjorn3Reenable debug assertions for libstd on macOS
2019-09-02 bjorn3Correctly align offset for dst field projections
2019-08-30 bjorn3Merge pull request #693 from bjorn3/abi_refactor
2019-08-30 bjorn3Don't copy ByRef passed types to local stack slot when...
2019-08-26 bjorn3Sync discriminant getter and setter with upstream
2019-08-21 bjorn3Fix float -> u/i128 cast
2019-08-21 bjorn3Implement u/i128 <-> float casts
2019-08-20 bjorn3Implement saturating_{add,sub} intrinsics
2019-08-19 bjorn3Implement pow{f32,f64} intrinsics
2019-08-19 bjorn3Implement copysign{f32,f64} intrinsics
2019-08-19 bjorn3Fix cross crate static duplicate codegen
2019-08-18 bjorn3Don't run a alignment assertion on macOS
2019-08-16 bjorn3Workaround for missing `#[rustc_args_required_const...
2019-08-14 bjorn3Cast rhs to lhs type for shl and shr
2019-08-12 bjorn3Implement float -> small int cast
2019-08-12 bjorn3Fix some warnings
2019-08-12 bjorn3Implement log2{f32,f64} intrinsics
2019-08-11 bjorn3Merge pull request #662 from bjorn3/jit_dylib
2019-08-10 bjorn3[WIP] Implement dylib loading for the JIT
2019-08-05 bjorn3Implement simd_extract
2019-08-01 bjorn3Correctly align all allocs
2019-08-01 bjorn3Test mutex locking
2019-07-31 bjorn3Fix simd_cast
2019-07-30 bjorn3Merge pull request #650 from bjorn3/simd_emulation
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 bjorn3Implement and test simd_shuffle*
2019-07-29 bjorn3[WIP] simd_shuffle*
2019-07-29 bjorn3Fix simd comparison
2019-07-29 bjorn3Emulate some simd intrinsics
2019-07-29 bjorn3Rustup to rustc 1.38.0-nightly (4560cb830 2019-07-28)
2019-07-28 bjorn3Rustup to rustc 1.38.0-nightly (c798dffac 2019-07-27)
2019-07-27 bjorn3Implement many more float intrinsics
next