about summary refs log tree commit diff
path: root/example
AgeCommit message (Expand)AuthorLines
2021-03-05Support cross-compiling to Windows using MinGWbjorn3-3/+5
2021-03-01Update Craneliftbjorn3-0/+19
2021-02-21Rustup to rustc 1.52.0-nightly (83b30a639 2021-02-20)bjorn3-22/+9
2021-02-21Don't build alloc_system as part of the sysrootbjorn3-1/+213
2021-01-31Link examples to the correct libc when targeting Windowsbjorn3-4/+6
2020-12-25Implement lazy compilation in JIT modebjorn3-0/+2
2020-11-27Rustup to rustc 1.50.0-nightly (72da5a9d8 2020-11-26)bjorn3-1/+1
2020-11-21Rustup to rustc 1.50.0-nightly (593fe977a 2020-11-20)bjorn3-0/+1
2020-11-01Update Craneliftbjorn3-0/+32
2020-10-27Prefer numeric associated constants in exampleBen Striegel-7/+7
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
2020-06-20Implement #[link_section]bjorn3-0/+2
2020-06-16Make mini_core_hello_world work on Windows once TLS is supportedbjorn3-15/+16
2020-06-16Fix warnings in alloc_example.rsbjorn3-6/+2
2020-06-04Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)bjorn3-7/+5
2020-04-30Rustup to rustc 1.45.0-nightly (fa51f810e 2020-04-29)bjorn3-0/+6
2020-04-25Call panic lang item on failed TerminatorKind::Assertbjorn3-6/+16
2020-04-18Sync fn_sig_for_fn_abi with upstream for generator resume argsbjorn3-2/+6
2020-04-17Use the correct return type for putsbjorn3-2/+2
2020-03-24Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)bjorn3-2/+2
2020-03-18Fix itbjorn3-5/+8
2020-03-18Rustup to rustc 1.44.0-nightly (7ceebd98c 2020-03-17)bjorn3-1/+0
2020-03-04Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)bjorn3-4/+2
2020-02-26Tls supportbjorn3-3/+91
2020-01-11Implement `#[track_caller]`bjorn3-0/+42
2020-01-11Fix PlaceElem::Subslice length computationbjorn3-0/+99
2019-12-05Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)bjorn3-2/+15
2019-11-24Run libcore testsbjorn3-0/+4
2019-11-16Fix signed cast to 128bit integerbjorn3-1/+6
2019-11-09Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)bjorn3-0/+2
2019-10-25Rustup to rustc 1.40.0-nightly (10a52c25c 2019-10-24)bjorn3-4/+11
2019-09-21Add extern type pointer cast testsbjorn3-1/+15
2019-09-14Reenable debug assertions for libstd on macOSbjorn3-5/+1
2019-09-02Correctly align offset for dst field projectionsbjorn3-0/+67