]> git.lizzy.rs Git - rust.git/history - src/base.rs
Merge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a' into cranelift-rebase
[rust.git] / src / base.rs
2020-03-17 bjorn3Simplify handling of unimplemented stuff
2020-03-11 bjorn3Merge pull request #916 from bjorn3/fn_once_for_box_wit...
2020-03-10 bjorn3Emulate `<Box<F> as FnOnce>::call_once` without `alloca`
2020-03-07 bjorn3Remove unused inline asm whitelist
2020-03-04 bjorn3Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)
2020-02-22 bjorn3Silence some warnings
2020-02-22 bjorn3Rustup to rustc 1.43.0-nightly (8aa9d2014 2020-02-21)
2020-02-15 bjorn3Update Cranelift and use the new ineg instruction
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-02-14 bjorn3Rustup to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)
2020-02-01 bjorn3Don't mark unwind ebbs as cold
2020-01-25 bjorn3Replace unimplemented! with unreachable! when it will...
2020-01-22 bjorn3Improve PlaceElem::Subslice handling
2020-01-15 bjorn3Reduce the amount of calls to layout_of
2020-01-14 bjorn3Rustup to rustc 1.42.0-nightly (3ebcfa145 2020-01-12)
2020-01-11 bjorn3Move all cold code to the end of the function
2020-01-11 bjorn3Implement `#[track_caller]`
2020-01-11 bjorn3Fix PlaceElem::Subslice length computation
2020-01-10 bjorn3Better self profiling integration
2020-01-10 bjorn3Prepare for basic blocks
2020-01-09 bjorn3Rustup to rustc 1.42.0-nightly (caa231d99 2020-01-08)
2020-01-04 bjorn3Re-use cranelift_codegen::ir::Function for every function
2020-01-04 bjorn3Use DUMMY_SP in less places
2020-01-04 bjorn3Use IndexVec for ebb_map
2020-01-04 bjorn3Merge pull request #853 from bjorn3/opt_stack2reg
2019-12-31 bjorn3Revert some changes
2019-12-31 bjorn3Check for cross-ebb temporal overlap between loads...
2019-12-31 bjorn3[WIP] Add stack2reg optimization pass
2019-12-28 bjorn3Only codegen a trap for functions with uninhabited...
2019-12-24 bjorn3Directly depend on cranelift_{codegen,frontend}
2019-12-21 bjorn3Rustup to rustc 1.42.0-nightly (01a46509a 2019-12-20)
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3[OPT] Use load and store offsets instead of iadd_imm
2019-12-18 bjorn3Monomorphize type of promoted
2019-12-17 bjorn3[OPT] Push fx.monomorphize to the callers of fx.layout_of
2019-12-17 bjorn3[OPT] Avoid calling target_triple for every call to...
2019-12-16 bjorn3Merge pull request #802 from bjorn3/debuginfo_locals
2019-12-16 bjorn3Some optimizations
2019-12-16 bjorn3Implement local reading for locals on stack
2019-12-16 bjorn3Monomorphize locals
2019-12-16 bjorn3[WIP] debuginfo: Add types for locals
2019-12-16 bjorn3[WIP] debuginfo for locals
2019-12-16 bjorn3Rustup to rustc 1.41.0-nightly (a605441e0 2019-12-15)
2019-12-08 bjorn3Remove some workarounds for missing inst legalizations
2019-12-05 bjorn3Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)
2019-11-22 bjorn3Rustup to rustc 1.41.0-nightly (53712f863 2019-11-21)
2019-11-11 bjorn3Rustup to rustc 1.40.0-nightly (3fc30d884 2019-11-10)
2019-11-09 bjorn3Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)
2019-10-19 bjorn3Merge pull request #758 from bjorn3/object_write
2019-10-18 bjorn3Make debuginfo writing backend agnostic
2019-10-06 bjorn3Remove logfile support from unimpl.rs
2019-10-06 bjorn3More 128bit support
2019-10-06 bjorn3Rustup to rustc 1.40.0-nightly (787005079 2019-10-04)
2019-10-03 bjorn3Merge pull request #729 from bjorn3/misc_changes
2019-10-03 bjorn3Update cranelift, faerie and target-lexicon
2019-09-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
2019-09-14 bjorn3Fix foreign type handling
2019-09-14 bjorn3Rustup to rustc 1.39.0-nightly (a6946a817 2019-09-13)
2019-09-11 bjorn3Merge pull request #700 from bjorn3/upstream_cranelift
2019-09-08 bjorn3Use upstream cranelift
2019-09-07 bjorn3Don't perform neg overflow checks when they are disabled
2019-09-07 bjorn3Rustup to rustc 1.39.0-nightly (6e19f3f38 2019-09-06)
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-27 bjorn3Rustup to rustc 1.39.0-nightly (9b91b9c10 2019-08-26)
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-08-18 bjorn3Let codegen_get_discriminant accept CValue instead...
2019-08-18 bjorn3Rustup to rustc 1.39.0-nightly (2111aed0a 2019-08-17)
2019-08-14 bjorn3Refactor num.rs
2019-08-14 bjorn3Calculate sign in trans{,_checked}_int_binop instead...
2019-08-14 bjorn3Move discriminant get and set to discriminant.rs
2019-08-14 bjorn3Move trans_*_binop to num.rs
2019-08-14 bjorn3Misc changes
2019-08-12 bjorn3Implement float -> small int cast
2019-08-09 bjorn3Don't omit overflow checks for *_with_overflow intrinsi...
2019-08-07 bjorn3Rustup to rustc 1.38.0-nightly (6a91782b7 2019-08-06)
2019-07-31 bjorn3Fix simd_cast
2019-07-27 bjorn3Fix checked binops when overflow checks are disabled
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 bjorn3Display span in Assert panic message
2019-07-26 bjorn3Fix 128bit CValue::const_val
2019-07-26 bjorn3Respect sess.overflow_checks()
2019-07-26 bjorn3Implement most 128bit binops
2019-07-26 bjorn3Don't special case u/i128 for UnOp::not
2019-07-26 bjorn3Fix some more stuff
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3[WIP] Basic i128 support
2019-07-26 bjorn3Implement checked binops
2019-07-24 bjorn3Rustup to rustc 1.38.0-nightly (a7f28678b 2019-07-23)
2019-07-20 bjorn3Don't disable stdsimd anymore
2019-06-16 bjorn3Fix SetDiscriminant for generators
2019-06-16 bjorn3Implement lt, le, ge and gt for fat pointers
2019-06-16 bjorn3Refactor drop codegen
2019-06-16 bjorn3Rustup to rustc 1.37.0-nightly (0dc9e9c10 2019-06-15)
2019-06-13 bjorn3Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)
2019-06-11 bjorn3Remove workaround for previously missing encoding
2019-06-11 bjorn3Encapsulate CPlace constructors
2019-06-11 bjorn3Use CValue::by_val{,_pair} at more places
next