]> git.lizzy.rs Git - rust.git/history - src/common.rs
Don't perform a double substitution in some cases
[rust.git] / src / common.rs
2020-06-24 bjorn3Don't perform a double substitution in some cases
2020-06-20 bjorn3Prelude cleanup
2020-06-20 bjorn3Use Cranelift legalization for icmp.i128
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 bjorn3Fix saturated_* intrinsics for 128bit ints
2020-04-09 bjorn3Fix rustc::internals lint warnings
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-04-03 bjorn3Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-30 dependabot-preview... Merge pull request #946 from bjorn3/dependabot/cargo...
2020-03-30 bjorn3Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-20 bjorn3Avoid u/i*::{min.max}_value()
2020-03-10 bjorn3Support virtual calls with unsized self argument
2020-02-22 bjorn3Rustup to rustc 1.43.0-nightly (8aa9d2014 2020-02-21)
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-02-07 bjorn3[OPT] Don't call monomorphize from clif_type
2020-02-07 bjorn3Rustup to rustc 1.43.0-nightly (442ae7f04 2020-02-06)
2020-01-14 bjorn3Reduce visibility
2020-01-11 bjorn3Move all cold code to the end of the function
2020-01-11 bjorn3Implement `#[track_caller]`
2020-01-09 bjorn3Rustup to rustc 1.42.0-nightly (caa231d99 2020-01-08)
2020-01-06 bjorn3Rustup to rustc 1.42.0-nightly (bc1571cc3 2020-01-05)
2020-01-04 bjorn3Re-use cranelift_codegen::ir::Function for every function
2020-01-04 bjorn3Use IndexVec for ebb_map
2019-12-25 bjorn3Add load_vector function
2019-12-25 bjorn3Don't limit vector size
2019-12-25 bjorn3[WIP] Real simd support
2019-12-24 bjorn3Use mir::SourceInfo again in FunctionCx.source_info_set
2019-12-24 bjorn3Directly depend on cranelift_{codegen,frontend}
2019-12-22 bjorn3Rustup to rustc 1.42.0-nightly (fc5deca21 2019-12-21)
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-08 bjorn3Remove some workarounds for missing inst legalizations
2019-11-14 bjorn3Rustup to rustc 1.41.0-nightly (ded5ee001 2019-11-13)
2019-11-09 bjorn3Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)
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-10-16 bjorn3Rustup to rustc 1.40.0-nightly (237d54ff6 2019-10-15)
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-11 bjorn3Merge pull request #700 from bjorn3/upstream_cranelift
2019-09-08 bjorn3Use upstream cranelift
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-30 bjorn3Merge pull request #693 from bjorn3/abi_refactor
2019-08-30 bjorn3Move pass mode handling to abi/pass_mode.rs
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-08-15 bjorn3Workaround for missing icmp{,_imm}.i128 legalizations
2019-08-13 bjorn3Fix a panic on type size overflow
2019-08-12 bjorn3Implement float -> small int cast
2019-08-09 bjorn3Implement real saturating behaviour for the saturating_...
2019-07-31 bjorn3Fix simd_cast
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
2019-07-26 bjorn3Implement 128bit shl and shr binops
2019-07-26 bjorn3Remove unnecessary if statement
2019-07-26 bjorn3Fix some more stuff
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3Fix some things
2019-07-26 bjorn3[WIP] Basic i128 support
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 bjorn3Move CValue and CPlace to separate file and remove...
2019-06-11 bjorn3Encapsulate CValue and CPlace creation
2019-05-31 bjorn3Rustup to rustc 1.37.0-nightly (3ade426ed 2019-05-30)
2019-05-14 bjorn3Update cranelift
2019-05-08 bjorn3Rustup to rustc 1.36.0-nightly (cfdc84a00 2019-05-07)
2019-03-16 bjorn3Rustup to rustc 1.35.0-nightly (52e885628 2019-03-15)
2019-03-11 bjorn3Misc changes
2019-03-06 bjorn3Fix write_cvalue type assert for late bound regions...
2019-03-03 bjorn3Rename load_value_pair to load_scalar_pair and fix...
2019-02-21 bjorn3Rustfmt
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-13 bjorn3Use correct alignment for CValue::ByRef for a ZST
2019-02-04 bjorn3Introduce CPlace::NoPlace for zst's
2019-02-04 bjorn3Introduce CPlace::Stack
2019-02-04 bjorn3Refactor CPlace address handling
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-15 bjorn3Update Cargo.lock and use emit_small_memcpy
2019-01-02 bjorn3Rename load_value to load_scalar and make it support...
2018-12-29 bjorn3Fix unsize coercions and the size_of_val and min_align_...
2018-12-22 bjorn3Improve debug messages in generated clif files
2018-12-18 bjorn3Introduce CodegenCx
2018-12-12 bjorn3Some refactorings for codegen_mono_items
2018-12-03 bjorn3Rustup to rustc 1.32.0-nightly (21f268495 2018-12-02)
2018-12-01 bjorn3Some small changes
2018-11-24 bjorn3Rustfmt
2018-11-24 bjorn3Implement BackendTypes for FunctionCx
2018-11-17 bjorn3Fix some 2018 edition idioms
2018-11-17 bjorn3Fix fn(&T) -> for<'l> fn(&'l T) write
2018-11-14 bjorn3Rustup to rustc 1.32.0-nightly (9fefb6766 2018-11-13)
2018-11-12 bjorn3Merge remote-tracking branch 'sunfishcode/master'
2018-11-12 Dan GohmanChange "cton" to "clif".
2018-11-07 bjorn3Rustfmt
2018-11-07 bjorn3Fix warnings
next