]> git.lizzy.rs Git - rust.git/history - src/base.rs
Implement isize -> raw-ptr cast
[rust.git] / src / base.rs
2019-02-16 bjorn3Implement isize -> raw-ptr cast
2019-02-16 bjorn3Implement float -> int/uint cast
2019-02-16 bjorn3Fix BinOp::Offset
2019-02-16 bjorn3Several fixes
2019-02-16 bjorn3Rustup to rustc 1.34.0-nightly (a9410cd1a 2019-02-15)
2019-02-12 bjorn3Merge pull request #339 from bjorn3/fix_libstd
2019-02-11 bjorn3Implement variadic function calling
2019-02-08 bjorn3Implement drop for trait objects
2019-02-04 bjorn3Introduce CPlace::Stack
2019-02-04 bjorn3Refactor CPlace address handling
2019-02-03 bjorn3Don't try to store func_addr for FnDef in trans_const_value
2019-01-26 bjorn3Merge pull request #291 from bjorn3/debuginfo_line
2019-01-26 bjorn3Use IndexSet and keep full source info in set_debug_loc
2019-01-26 bjorn3Implement line debuginfo
2019-01-02 bjorn3Rename load_value to load_scalar and make it support...
2018-12-28 bjorn3Only build clif comments in debug mode
2018-12-23 bjorn3Use the linkage and visibility produced by tcx.collect_...
2018-12-22 bjorn3Improve debug messages in generated clif files
2018-12-21 bjorn3Rustup to rustc 1.33.0-nightly (09d6ab90e 2018-12-20)
2018-12-18 bjorn3Introduce CodegenCx
2018-12-10 bjorn3Support dylibs
2018-12-01 bjorn3Some small changes
2018-11-30 bjorn3Implement cast C enum -> int
2018-11-26 bjorn3Rustup to rustc 1.32.0-nightly (6acbb5b65 2018-11-25)
2018-11-24 bjorn3Rustfmt
2018-11-24 bjorn3Rustup to rustc 1.32.0-nightly (1f57e4841 2018-11-23)
2018-11-17 bjorn3Fix some 2018 edition idioms
2018-11-17 bjorn3Remove a workaround for icmp.i8/i16 not having an encoding
2018-11-16 bjorn3Move unimpl! macro to unimpl.rs
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-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 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-07 bjorn3Remove should_codegen
2018-11-07 bjorn3Rustfmt
2018-11-07 bjorn3Enable feature gate extern_crate_item_prelude
2018-11-05 bjorn3Rustup to rustc 1.32.0-nightly (e6c5cf923 2018-11-04)
2018-11-03 bjorn3Update Cargo.lock
2018-11-03 bjorn3Rustup to rustc 1.32.0-nightly (8b096314a 2018-11-02)
2018-10-28 bjorn3Rustup to rustc 1.31.0-nightly (cae6efc37 2018-10-27)
2018-10-27 bjorn3Better clif file writing
2018-10-10 bjorn3Fix some warnings
2018-10-10 bjorn3Rustfmt
2018-10-06 bjorn3Use absolute compile time paths for some log files
2018-10-06 bjorn3Implement Rvalue::Len for arrays
2018-10-05 bjorn3Rustup to rustc 1.31.0-nightly (8c4ad4e9e 2018-10-04)
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-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-23 bjorn3Rustup to rustc 1.30.0-nightly (4591a245c 2018-09-22)
2018-09-17 bjorn3Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
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-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 call seal_all_blocks and finalize twice
2018-09-06 bjorn3Don't print Storage{Live,Dead} as comment in debug...
2018-09-04 bjorn3Implement Box rvalue
2018-09-02 bjorn3Perform some optimizations
2018-08-30 bjorn3Merge branch 'wip_unsized_types'
2018-08-30 bjorn3Rvalue::Len
2018-08-30 bjorn3Implement unsize array -> slice and trait object -...
2018-08-30 bjorn3Support unsized types
2018-08-30 bjorn3Rustup to rustc 1.30.0-nightly (02cb8f2a4 2018-08-29)
2018-08-26 bjorn3Add Caches to FunctionCx
2018-08-26 bjorn3Remove CodegenCx
2018-08-24 bjorn3Rustfmt
2018-08-24 bjorn3Rustup to rustc 1.30.0-nightly (63d66494a 2018-08-23)
2018-08-22 bjorn3Codegen all instance types
2018-08-22 bjorn3Add CValue variant ByValPair
2018-08-22 bjorn3Don't hardcode usize being 64 bit (fixes #8)
2018-08-18 bjorn3Use instance_mir instead of optimized_mir
2018-08-17 bjorn3Rustfmt
2018-08-17 bjorn3Make CodegenCx generic over Backend
2018-08-16 bjorn3Rustfmt
2018-08-15 bjorn3Reduce verbosity of output
2018-08-15 bjorn3Disable some prinln!'s
2018-08-15 bjorn3Fix codegen of SwitchInt
2018-08-15 bjorn3Craneliftup
2018-08-14 bjorn3Support emitting object files (fixes #5)
2018-08-14 bjorn3Support simplejit and faerie at the same time
2018-08-14 bjorn3Make FunctionCx generic over Backend
2018-08-14 bjorn3Refactoring
2018-08-14 bjorn3Codegen minicore
2018-08-14 bjorn3Workaround missing encoding for icmp.i8
2018-08-13 bjorn3Fix and test checked binops
2018-08-13 bjorn3Refactoring of constant.rs in preparation for static...
2018-08-12 bjorn3Rustfmt
next