]> git.lizzy.rs Git - rust.git/history - src
Rustup to rustc 1.34.0-nightly (f66e4697a 2019-02-20)
[rust.git] / src /
2018-11-16 bjorn3Set cranelift opt_level based on -Copt-level
2018-11-16 bjorn3Move trapping to trap_code.rs
2018-11-16 bjorn3Rustup to rustc 1.32.0-nightly (6b9b97bd9 2018-11-15)
2018-11-15 bjorn3Merge pull request #154 from bjorn3/dependabot/cargo...
2018-11-15 bjorn3Update for cranelift change
2018-11-14 bjorn3Fix allocator shim abi
2018-11-14 bjorn3Rustup to rustc 1.32.0-nightly (9fefb6766 2018-11-13)
2018-11-13 bjorn3Implement raw ptr -> int of native pointer size cast
2018-11-13 bjorn3Implement intrinsic "exact_div"
2018-11-13 bjorn3Implement some missing CastKind::Misc casts
2018-11-13 bjorn3Implement ProjectionElem::ConstantIndex
2018-11-13 bjorn3Change some unimplemented! to unimpl!
2018-11-12 bjorn3Merge remote-tracking branch 'sunfishcode/master'
2018-11-12 Dan GohmanChange "cton" to "clif".
2018-11-12 Dan GohmanChange "cretonne" to "cranelift".
2018-11-11 bjorn3Merge pull request #144 from bjorn3/wip_linker
2018-11-11 bjorn3Remove commented out code
2018-11-11 bjorn3Move all functions in link.rs copied from cg_llvm to...
2018-11-11 bjorn3Call linker from cg_clif
2018-11-10 bjorn3Rustfmt
2018-11-10 bjorn3Warn and error about some things and make METADATA_FILE...
2018-11-10 bjorn3Misc renames and changes
2018-11-09 bjorn3Update dependencies
2018-11-09 bjorn3Rustup to rustc 1.32.0-nightly (653da4fd0 2018-11-08)
2018-11-07 bjorn3Introduce link module
2018-11-07 bjorn3Remove should_codegen
2018-11-07 bjorn3Rustfmt
2018-11-07 bjorn3Fix warnings
2018-11-07 bjorn3Enable feature gate extern_crate_item_prelude
2018-11-05 bjorn3Allocator shim
2018-11-05 bjorn3Use tcx.collect_and_partition_mono_items
2018-11-05 bjorn3Use cg_utils::symbol_export::provide{,_extern}
2018-11-05 bjorn3Rustup to rustc 1.32.0-nightly (e6c5cf923 2018-11-04)
2018-11-04 bjorn3Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)
2018-11-03 bjorn3Misc changes
2018-11-03 bjorn3Update Cargo.lock
2018-11-03 bjorn3Rustup to rustc 1.32.0-nightly (8b096314a 2018-11-02)
2018-11-02 bjorn3Print pass mode for locals in clif
2018-10-30 bjorn3Rustup to rustc 1.31.0-nightly (d586d5d2f 2018-10-29)
2018-10-28 bjorn3Rustup to rustc 1.31.0-nightly (cae6efc37 2018-10-27)
2018-10-27 bjorn3Better clif file writing
2018-10-25 bjorn3Bump cranelift
2018-10-25 bjorn3Change name of metadata file to rust.metadata.bin to...
2018-10-23 bjorn3Enable codegen by default
2018-10-22 bjorn3Rustup to rustc 1.31.0-nightly (424a749a0 2018-10-21)
2018-10-21 bjorn3Rustup to rustc 1.31.0-nightly (155510e37 2018-10-20...
2018-10-20 bjorn3Move maybe_create_entry_wrapper to main_shim.rs
2018-10-20 bjorn3Use `ranlib` instead of `ar x`
2018-10-16 bjorn3Rustup to rustc 1.31.0-nightly (46880f41b 2018-10-15)
2018-10-12 bjorn3Rustup to rustc 1.31.0-nightly (77af31408 2018-10-11)
2018-10-10 bjorn3Fix some warnings
2018-10-10 bjorn3Rustfmt
2018-10-10 bjorn3Some more changes
2018-10-10 bjorn3Rustup to rustc 1.31.0-nightly (96cafc53c 2018-10-09)
2018-10-07 bjorn3Workaround for missing select.i8 encoding
2018-10-06 bjorn3Use absolute compile time paths for some log files
2018-10-06 bjorn3Implement Rvalue::Len for arrays
2018-10-06 bjorn3Fix projection of sized field in unsized type
2018-10-06 bjorn3Implement intrinsic write_bytes
2018-10-06 bjorn3Implement a lot of atomic intrinsics
2018-10-05 bjorn3Improve dsl
2018-10-05 bjorn3Use dsl for declaring intrinsic codegen
2018-10-05 bjorn3Rustup to rustc 1.31.0-nightly (8c4ad4e9e 2018-10-04)
2018-10-03 bjorn3Move intrinsics codegen to intrinsics.rs
2018-10-03 bjorn3Implement atomic_singlethreadfence_*
2018-10-02 bjorn3Implement intrinsic init
2018-10-02 bjorn3Rustup to rustc 1.31.0-nightly (de3d640f5 2018-10-01...
2018-09-30 bjorn3Workaround some missing encodings in cranelift
2018-09-28 dependabot[bot]Merge pull request #63 from bjorn3/dependabot/cargo...
2018-09-28 bjorn3Rustup
2018-09-27 dependabot[bot]Merge pull request #58 from bjorn3/dependabot/cargo...
2018-09-27 bjorn3EntityMap got renamed to SecondaryMap
2018-09-26 bjorn3Use FunctionBuilder::call_mem{cpy,move}
2018-09-26 bjorn3Rustfmt
2018-09-25 bjorn3Implement binop eq and ne for fat ptr's
2018-09-25 bjorn3Use cranelift_frontend::Switch for switchInt
2018-09-24 bjorn3Rustup to rustc 1.30.0-nightly (f49f6e73a 2018-09-23)
2018-09-23 bjorn3Rustup to rustc 1.30.0-nightly (4591a245c 2018-09-22)
2018-09-22 bjorn3Update Cargo.lock
2018-09-18 bjorn3Replace an unimplemented! with a bug!
2018-09-17 bjorn3Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
2018-09-16 bjorn3Better error message for unsupported "C" abi args
2018-09-16 bjorn3Remove some code
2018-09-16 bjorn3Implement function reference in static
2018-09-16 bjorn3Implement some atomic intrinsics in a non atomic version
2018-09-16 bjorn3Implement place_field for unsized places
2018-09-16 bjorn3Implement returning `!` for "C" abi
2018-09-16 bjorn3Fix unsize coerce for structs containing `PhantomData...
2018-09-16 bjorn3Implement unsize of adt's (cc #14)
2018-09-15 bjorn3Implement intrinsic min_align_of_val
2018-09-15 bjorn3Rustup to rustc 1.30.0-nightly (2ab3eba30 2018-09-14)
2018-09-14 bjorn3Implement some intrinsics and fix a codegen error
2018-09-12 bjorn3Implement drop support (fixes #11)
2018-09-12 bjorn3Rustup to rustc 1.30.0-nightly (2f1547c0a 2018-09-11)
2018-09-09 bjorn3Fix jit
2018-09-08 bjorn3Implement trait objects (cc #14)
2018-09-08 bjorn3Rustfmt
2018-09-08 bjorn3Don't use write_mir_pretty for non local mir
2018-09-08 bjorn3Don't require abi of defined function to be rust or...
2018-09-08 bjorn3Don't call seal_all_blocks and finalize twice
next