]> git.lizzy.rs Git - rust.git/history - src
Fix transmutes between vectors and integers
[rust.git] / src /
2020-11-01 bjorn3Fix transmutes between vectors and integers
2020-11-01 bjorn3Hide anonymous allocations from linked artifact
2020-11-01 bjorn3Merge pull request #1100 from mominul/trans->codegen
2020-11-01 Muhammad Mominul... Rename trans to codegen
2020-10-31 bjorn3Update Cranelift
2020-10-31 bjorn3Use Pointer::dangling for ZST's in trans_const_value
2020-10-31 bjorn3Implement -Zfunction-sections
2020-10-28 bjorn3Fix many clippy warnings
2020-10-27 bjorn3Use with_no_trimmed_paths
2020-10-25 bjorn3Replace write with write_all
2020-10-22 bjorn3Remove unused trap_unimplemented_ret_value
2020-10-16 KitsuUse architecture pointer size for AddConstructor (...
2020-10-16 bjorn3Error on non-constant simd_insert/simd_extract index
2020-10-16 bjorn3Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
2020-10-15 bjorn3Fix compilation for non-unix systems
2020-10-15 bjorn3Fix a compilation error in debug mode
2020-10-15 bjorn3Use MetadataRef in the metadata loader to fix parallel...
2020-10-15 bjorn3Fix warning
2020-10-15 bjorn3Output clif ir to output dir instead of hardcoded path
2020-10-15 bjorn3Rustup to rustc 1.49.0-nightly (e160e5cb8 2020-10-14)
2020-10-12 bjorn3Rustup to rustc 1.49.0-nightly (c71248b70 2020-10-11)
2020-10-12 bjorn3Avoid iadd for ptr const val with zero offset
2020-10-12 bjorn3Make _rust_extern_with_linkage_* readonly
2020-10-11 bjorn3Remove MIR dump on panic
2020-10-11 bjorn3Abort earlier when an error happens in jit mode
2020-10-10 bjorn3Use custom driver for sysroot building too
2020-10-09 bjorn3Rustfmt
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-10-05 bjorn3Rustup to rustc 1.49.0-nightly (beb5ae474 2020-10-04)
2020-09-29 bjorn3Merge pull request #1089 from bjorn3/custom_driver
2020-09-29 bjorn3Replace CG_CLIF_JIT with --jit
2020-09-29 bjorn3Don't read CG_CLIF_JIT from init_global_lock
2020-09-29 bjorn3Fix JIT
2020-09-29 bjorn3Add custom driver
2020-09-29 bjorn3Rustup to rustc 1.48.0-nightly (fc2daaae6 2020-09-28)
2020-09-29 bjorn3Invoke panic handler instead of trap for assert_* intri...
2020-09-26 bjorn3Remove dead code
2020-09-23 bjorn3Document almost all modules
2020-09-23 bjorn3Also allow returning PassMode::ByValPair directly into...
2020-09-23 bjorn3Merge pull request #1083 from bjorn3/fix_lld
2020-09-23 bjorn3Use pcrel pointers in .eh_frame
2020-09-23 bjorn3Add option to use a single section for each function
2020-09-23 bjorn3Shorten __alloc symbol names a bit
2020-09-21 bjorn3Update Cranelift
2020-09-21 bjorn3Fix debug build
2020-09-16 bjorn3Replace FxHashMap with IndexVec for local_map
2020-09-16 bjorn3Rustfmt
2020-09-16 bjorn3Remove cfg-if dependency
2020-09-16 bjorn3Remove byteorder dependency
2020-09-15 bjorn3Remove hashbrown usage
2020-09-14 bjorn3Fix miscompilation in previous commit
2020-09-14 bjorn3Use don't unroll loop in Rvalue::Repeat
2020-09-14 bjorn3Fix typo
2020-09-05 bjorn3Fix dylib metadata writing
2020-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
2020-09-03 bjorn3Merge pull request #1080 from mbrubeck/deps
2020-09-03 Matt BrubeckUpdate to hashbrown 0.9
2020-08-30 bjorn3Optimize SwitchInt for bools
2020-08-30 bjorn3Set notrap flag on loads and stores
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Skip whole module with bang
2020-08-28 CohenArthuroptimize: Remove conditional compilation on instance
2020-08-28 CohenArthurfmt: Skip src/target_features_whitelist.rs
2020-08-28 CohenArthurfmt: Skip fn_sig_for_fn_abi()
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-25 bjorn3Avoid temporary stack slot in drop codegen
2020-08-23 bjorn3Merge pull request #1078 from CohenArthur/remove-clone...
2020-08-23 CohenArthurstack2reg: Switch to hashbrown::HashSet
2020-08-23 CohenArthurstack2reg: Drain instead of only iterating
2020-08-23 CohenArthurstack2reg: Remove clone() using filters
2020-08-23 CohenArthurstack2reg: Remove self in remove_unused_stack_addr...
2020-08-23 CohenArthurstack2reg: Re-add clone() to stop CI
2020-08-23 CohenArthurremove_unused_stack_addr_and_stack_load: Remove clone()
2020-08-23 bjorn3Rustup to rustc 1.47.0-nightly (663d2f5cd 2020-08-22)
2020-08-22 bjorn3Merge pull request #1077 from CohenArthur/fix-linkage...
2020-08-22 bjorn3Merge pull request #1076 from CohenArthur/use-codegencx...
2020-08-22 CohenArthurtrans_fn: Cleanup code
2020-08-22 CohenArthurtrans_fn: Use replace() instead of new() + swap()
2020-08-22 CohenArthurFunctionCx: Swap context.func and empty function correctly
2020-08-22 CohenArthurFunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
2020-08-22 CohenArthurFunctionCx: Add tcx field for easier access
2020-08-22 CohenArthurFunctionCx: Fix FunctionCx initialization in trans_fn()
2020-08-22 CohenArthurFunctionCx: Rename codegen_cx -> cx
2020-08-22 CohenArthurFunctionCx: Fix field usage in inline_asm and vtable...
2020-08-22 CohenArthurFunctionCx: WIP: Remove more common fields from CodegenCx
2020-08-22 CohenArthurFunctionCx: WIP: Fix overzealous sed usage
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed codegen_cx...
2020-08-22 CohenArthurFunctionCx: WIP: Replace .constants with codegen_cx...
2020-08-22 CohenArthurFunctionCx: Replace .module with .codegen_cx.module
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
2020-08-22 CohenArthurFunctionCx: Store reference to CodegenCx instead
2020-08-22 CohenArthurlinkage: Change linkage to hidden on non-exported symbols
2020-08-22 bjorn3Merge pull request #1075 from CohenArthur/add-null...
2020-08-22 CohenArthurjit: Add `NULL` as terminating argv
2020-08-20 bjorn3Evaluate all mir.required_consts and report any errors
2020-08-20 bjorn3Merge pull request #1074 from bjorn3/fix_weak_linkage
2020-08-20 bjorn3Fix weak linkage
2020-08-19 bjorn3Update target_feature_whitelist
2020-08-16 bjorn3Fix panic in when debug assertions are enabled
next