about summary refs log tree commit diff
path: root/example
AgeCommit message (Expand)AuthorLines
2022-09-04Rustup to rustc 1.65.0-nightly (84f0c3f79 2022-09-03)bjorn3-0/+1
2022-08-24Sync from rust 4a24f08ba43166cfee86d868b3fe8612aec6facabjorn3-1/+1
2022-08-21Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle-1/+1
2022-08-12Enable inline asm on macOSbjorn3-2/+12
2022-08-01Misc CleanupsAfonso Bordado-22/+27
2022-08-01Add windows support to mini_core testsAfonso Bordado-15/+85
2022-08-01Fix mini_core printf linking on windowsAfonso Bordado-1/+9
2022-07-25Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-202...bjorn3-3/+64
2022-07-25Fix size_of_val and min_align_of_val for truly unsized typesbjorn3-0/+30
2022-07-18Rustup to rustc 1.64.0-nightly (263edd43c 2022-07-17)bjorn3-3/+3
2022-07-18Sync from rust 880416180b0a9ee1141c07d4d17667edb77daebdbjorn3-1/+0
2022-07-09Partially stabilize const_slice_from_raw_partsKonrad Borowski-1/+0
2022-06-28Fix a crash for 11 single byte fields passed through the C abibjorn3-0/+31
2022-06-03Fix unsized field orderNikolai Vazquez-1/+1
2022-06-03Make `std::mem::needs_drop` accept `?Sized`Nikolai Vazquez-1/+8
2022-04-22Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-202...bjorn3-6/+73
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
2022-03-20Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202...bjorn3-129/+53
2021-12-30Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into sync_cg_clif-202...bjorn3-0/+1
2021-12-20Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...bjorn3-0/+60
2021-10-15Remove alloc::preludeAmanieu d'Antras-2/+2
2021-09-19Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-202...bjorn3-2/+2
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-3/+3
2021-07-07Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...bjorn3-5/+3
2021-05-27Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-202...bjorn3-15/+1
2021-04-30Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'Erin Power-19/+27
2021-03-29Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...bjorn3-6/+4
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn3-23/+241
2021-02-01Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-202...bjorn3-4/+6
2020-12-27Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-202...bjorn3-0/+2
2020-11-27Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-202...bjorn3-0/+1
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+1
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...bjorn3-7/+39
2020-09-22Misc changesbjorn3-3/+1
2020-09-18Don't benchmark mod_bench anymorebjorn3-1/+1
2020-09-14Use don't unroll loop in Rvalue::Repeatbjorn3-0/+23
2020-08-20Fix weak linkagebjorn3-7/+10
2020-08-20Don't test x86_64 simd on archs other than x86_64bjorn3-0/+14
2020-08-15Emulate the cpuid arch intrinsicbjorn3-0/+2
2020-08-08Enable simd insert and extract testsbjorn3-3/+2
2020-07-19Implement simd_insertbjorn3-0/+9
2020-07-16Add test for SwitchInt on 128bit integersbjorn3-0/+11
2020-07-11Make everything in example.rs publicbjorn3-39/+39
2020-07-09Disable global_asm! on macOS for nowbjorn3-3/+3
2020-07-09Implement global_asm! using an external assemblerbjorn3-0/+24
2020-07-03Test signed 128bit discriminantsbjorn3-0/+8
2020-07-02Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01)bjorn3-7/+5
2020-06-27Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)bjorn3-0/+1
2020-06-20Implement checked_mulbjorn3-0/+23
2020-06-20Use Cranelift legalization for icmp.i128bjorn3-0/+6