]> git.lizzy.rs Git - rust.git/history - src/driver/jit.rs
Use an ItemId inside mir::GlobalAsm.
[rust.git] / src / driver / jit.rs
2021-02-15 Camille GILLOTUse an ItemId inside mir::GlobalAsm.
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-11 bjorn3Abort earlier when an error happens in jit mode
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-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-23 bjorn3Document almost all modules
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 bjorn3Merge pull request #1075 from CohenArthur/add-null...
2020-08-22 CohenArthurjit: Add `NULL` as terminating argv
2020-07-10 bjorn3Merge pull request #1064 from bjorn3/inline_asm
2020-07-09 bjorn3Move global_asm into CodegenCx
2020-07-09 bjorn3Merge pull request #1062 from bjorn3/global_asm
2020-07-09 bjorn3Implement global_asm! using an external assembler
2020-06-20 bjorn3Prelude cleanup
2020-06-20 bjorn3Implement #[link_section]
2020-06-12 bjorn3Remove all non-tcx references from CodegenCx
2020-06-12 bjorn3Emit unwind info for main and alloc shim
2020-05-27 bjorn3Remove already fixed FIXME in driver/jit.rs
2020-05-01 bjorn3Register frame table in JIT mode
2020-05-01 bjorn3Always emit .eh_frame section
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-18 bjorn3Implement check mode
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-12 bjorn3Move jit code to driver/jit.rs