]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-14 bjorn3Rustup to rustc 1.48.0-nightly (7402a3944 2020-09-13)
2020-09-14 bjorn3Fix typo
2020-09-07 bjorn3Rustup to rustc 1.48.0-nightly (73dc675b9 2020-09-06)
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-20 bjorn3Update Cranelift and object
2020-08-20 bjorn3Don't test x86_64 simd on archs other than x86_64
2020-08-19 bjorn3Update target_feature_whitelist
2020-08-19 bjorn3Bump actions/cache to v2
2020-08-19 bjorn3Don't disable incremental cache for cargo.sh
2020-08-19 bjorn3[gh actions] Remove actions-rs/cargo step
2020-08-19 bjorn3Add workaround for rust-lang/rust#74946
2020-08-17 Craig MayhewEnforce linux style line endings to support WSL (#1073)
2020-08-16 bjorn3Fix panic in when debug assertions are enabled
2020-08-16 bjorn3Fix ambiguity between object and cranelift_object:...
2020-08-15 bjorn3Merge pull request #1070 from bjorn3/cpuid
2020-08-15 bjorn3Remove cg_clif fake target feature
2020-08-15 bjorn3Fix ppv-lite86 with simd enabled
2020-08-15 bjorn3Emulate the cpuid arch intrinsic
2020-08-15 bjorn3Disable the inline asm support using a feature flag
2020-08-09 bjorn3Rustup to rustc 1.47.0-nightly (ceedf1d5f 2020-08-08)
2020-08-08 bjorn3Enable simd insert and extract tests
2020-08-08 bjorn3Rustup to rustc 1.47.0-nightly (09f4c9f50 2020-08-07)
2020-08-08 bjorn3Remove ArchiveConfig
2020-08-08 bjorn3Fix some warnings
2020-08-08 bjorn3Don't panic on io errors
2020-08-05 bjorn3Update syn
2020-08-05 bjorn3Update Cranelift
2020-08-05 bjorn3Rustup to rustc 1.47.0-nightly (f9d422ea7 2020-08-04)
2020-08-04 bjorn3Merge pull request #1069 from Veetaha/feat/remove-perms...
2020-08-04 VeetahaRemove cargo home perms workaround
2020-07-30 bjorn3Update dependencies
2020-07-30 bjorn3Update Cranelift
2020-07-30 bjorn3Fix test path
2020-07-30 bjorn3Rustup to rustc 1.47.0-nightly (db0492ace 2020-07-29)
2020-07-25 bjorn3Merge pull request #951 from bjorn3/simd_improvements
2020-07-25 bjorn3Use nehalem instead of haswell as target cpu
2020-07-25 bjorn3Fix panic
2020-07-25 bjorn3Don't forbid i64x2 as simd type
2020-07-25 bjorn3Use PassMode::ByVal for Abi::Vector
2020-07-25 bjorn3Handle SIMD vectors in CPlace::place_field
2020-07-25 bjorn3Allow storing SIMD vectors in SSA values
2020-07-24 bjorn3Default cargo.sh to release build of cg_clif
2020-07-23 bjorn3Fix -Zpolymorphize
2020-07-23 bjorn3Add unaligned_volatile_{load,store} intrinsics
2020-07-23 bjorn3Fix multiple inline asm blocks in the same function
2020-07-23 bjorn3Rustup to rustc 1.47.0-nightly (bbebe7351 2020-07-22)
2020-07-20 bjorn3Update README.md for #1068
2020-07-19 bjorn3Implement simd_insert
2020-07-19 bjorn3Use SystemV abi for extern "sysv64" even on Windows
2020-07-17 bjorn3Update log dependency
2020-07-17 bjorn3Rustup to rustc 1.46.0-nightly (5c9e5df3a 2020-07-16)
2020-07-17 bjorn3Merge pull request #1068 from bjorn3/support_proc_macros
2020-07-17 bjorn3Pass ByRef values at fixed stack offset for extern "C"
2020-07-16 bjorn3Initialize the atomic mutex in a constructor for proc...
2020-07-16 bjorn3Add test for SwitchInt on 128bit integers
2020-07-16 bjorn3Remove usage of extern_weak in fast_thread_local
2020-07-15 bjorn3Use builtin ranlib instead of running external ranlib
next