]> git.lizzy.rs Git - rust.git/history - example/mini_core_hello_world.rs
Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
[rust.git] / example / mini_core_hello_world.rs
2020-06-04 bjorn3Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
2020-04-25 bjorn3Call panic lang item on failed TerminatorKind::Assert
2020-03-18 bjorn3Fix it
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
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-08-26 bjorn3Sync discriminant getter and setter with upstream
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-01 bjorn3Correctly align all allocs
2019-07-30 bjorn3Merge pull request #650 from bjorn3/simd_emulation
2019-07-29 bjorn3Fix returning (u128, u128)
2019-07-29 bjorn3Rustup to rustc 1.38.0-nightly (4560cb830 2019-07-28)
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
2019-07-26 bjorn3Merge pull request #646 from bjorn3/wip_checked_binops2
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3Fix some more stuff
2019-07-26 bjorn3[WIP]
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-26 bjorn3Skip ZST arguments
2019-03-11 bjorn3Implement weak linkage for statics
2019-03-02 bjorn3Implement CastKind::ClosureFnPointer
2019-03-02 bjorn3Implement ProjectionElem::Subslice
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-11 bjorn3Cleanup config.sh
2019-02-08 bjorn3Implement drop for trait objects
2019-02-06 bjorn3Fix some warnings
2019-01-26 bjorn3Use mini_core::panic with jit
2019-01-26 bjorn3Use malloc in mini_core::allocate
2019-01-26 bjorn3Merge pull request #291 from bjorn3/debuginfo_line
2019-01-26 bjorn3Implement line debuginfo
2018-12-29 bjorn3Fix unsize coercions and the size_of_val and min_align_...
2018-10-06 bjorn3Implement Rvalue::Len for arrays
2018-09-25 bjorn3Use cranelift_frontend::Switch for switchInt
2018-09-22 bjorn3Rename examples directory to example to prevent rls...