]> git.lizzy.rs Git - rust.git/history - example/mini_core.rs
Fix rotate_left and rotate_right with 128bit shift amount
[rust.git] / example / mini_core.rs
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-09 bjorn3Sync from rust 4b9f5cc4c10a161047475cb9bbe02c4fda57fb07
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge pull request #1145 from bjorn3/mingw_support
2021-03-05 bjorn3Support cross-compiling to Windows using MinGW
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-03-01 bjorn3Update Cranelift
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-01-31 bjorn3Link examples to the correct libc when targeting Windows
2020-11-27 bjorn3Rustup to rustc 1.50.0-nightly (72da5a9d8 2020-11-26)
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-11-01 bjorn3Merge pull request #1099 from bjorn3/fix_rustc_bootstrap
2020-11-01 bjorn3Update Cranelift
2020-09-14 bjorn3Use don't unroll loop in Rvalue::Repeat
2020-07-09 bjorn3Merge pull request #1062 from bjorn3/global_asm
2020-07-09 bjorn3Implement global_asm! using an external assembler
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-16 bjorn3Make mini_core_hello_world work on Windows once TLS...
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-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-02-26 bjorn3Merge pull request #784 from bjorn3/wip_tls_support
2020-02-26 bjorn3Tls support
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-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-08-19 bjorn3Fix cross crate static duplicate codegen
2019-08-18 bjorn3Don't run a alignment assertion on macOS
2019-08-12 bjorn3Implement float -> small int cast
2019-08-12 bjorn3Fix some warnings
2019-08-11 bjorn3Merge pull request #662 from bjorn3/jit_dylib
2019-08-10 bjorn3[WIP] Implement dylib loading for the JIT
2019-08-01 bjorn3Correctly align all allocs
2019-07-28 bjorn3Rustup to rustc 1.38.0-nightly (c798dffac 2019-07-27)
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
2019-07-26 bjorn3Remove unnecessary changes
2019-07-26 bjorn3Merge pull request #646 from bjorn3/wip_checked_binops2
2019-07-26 bjorn3Remove some unnecessary changes
2019-07-26 bjorn3Implement 128bit checked add and sub
2019-07-26 bjorn3Fix some more stuff
2019-07-26 bjorn3[WIP] Basic i128 support
2019-07-26 bjorn3Implement checked binops
2019-07-07 bjorn3Rustup to rustc 1.38.0-nightly (dfd52ba6a 2019-07-06)
2019-06-23 bjorn3Implement bswap intrinsic
2019-04-10 bjorn3Fix and optimize init intrinsic
2019-03-03 bjorn3Rename load_value_pair to load_scalar_pair and fix...
2019-03-01 bjorn3Rustup to rustc 1.34.0-nightly (350674b71 2019-02-28)
2019-02-23 bjorn3Update cranelift and add a test for bitreverse
2019-02-18 bjorn3Pass command-line arguments to JITed function
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-12 bjorn3Merge pull request #339 from bjorn3/fix_libstd
2019-02-12 bjorn3*const char -> *const i8
2019-02-11 bjorn3Implement variadic function calling
2019-02-08 bjorn3Implement drop for trait objects
2019-01-26 bjorn3Use mini_core::panic with jit
2019-01-26 bjorn3Print a message when panicking from mini_core
2019-01-26 bjorn3Use malloc in mini_core::allocate
2018-12-29 bjorn3Fix unsize coercions and the size_of_val and min_align_...
2018-12-24 bjorn3Rustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)
2018-11-17 bjorn3Remove a workaround for icmp.i8/i16 not having an encoding
2018-11-04 bjorn3Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)
2018-09-25 bjorn3Use cranelift_frontend::Switch for switchInt
2018-09-22 bjorn3Rename examples directory to example to prevent rls...