]> git.lizzy.rs Git - rust.git/history - src/atomic_shim.rs
Allow cranelift to handle atomic pointers
[rust.git] / src / atomic_shim.rs
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-15 bjorn3Fix compilation for non-unix systems
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-29 bjorn3Merge pull request #1089 from bjorn3/custom_driver
2020-09-29 bjorn3Don't read CG_CLIF_JIT from init_global_lock
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
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 CohenArthurFunctionCx: Rename codegen_cx -> cx
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed codegen_cx...
2020-08-22 CohenArthurFunctionCx: Replace .module with .codegen_cx.module
2020-07-16 bjorn3Initialize the atomic mutex in a constructor for proc...
2020-07-09 bjorn3Add a feature flag for the JIT
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-12 bjorn3Better use of env vars
2020-02-26 bjorn3Merge pull request #784 from bjorn3/wip_tls_support
2020-02-26 bjorn3Tls support
2020-01-22 bjorn3Make atomic instructions atomic using a global lock