]> git.lizzy.rs Git - rust.git/history - src/driver
Rustup to rustc 1.54.0-nightly (881c1ac40 2021-05-08)
[rust.git] / src / driver /
2021-05-09 bjorn3Sync from rust d6d028369be9eb02d219506c0dd662a2f863fc18
2021-05-04 bjorn3Sync from rust 7a0f1781d04662041db5deaef89598a8edd53717
2021-04-30 Erin Power[cg_clif] Fix run_jit from sync
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-29 Charles LewImplement RFC 1260 with feature_name `imported_main`.
2021-04-21 bjorn3Sync from rust 6df26f897cffb2d86880544bb451c6b5f8509b2d
2021-04-18 bjorn3Avoid .to_string() for symbol names where possible
2021-04-14 bjorn3Sync from rust b203b0d240b67916cfa77f640aedaf1c87d50f6d
2021-04-14 bjorn3Time object file writing
2021-04-14 bjorn3Merge pull request #1159 from bjorn3/driver_refactorings
2021-04-14 bjorn3Fix docs
2021-04-14 bjorn3Extract create_jit_module function
2021-04-14 bjorn3Merge BACKEND_CONFIG and CURRENT_MODULE thread locals
2021-04-14 bjorn3Don't unregister unwind tables after the JIT is done
2021-04-14 bjorn3Use maybe_create_entry_wrapper again in jit mode
2021-04-14 bjorn3Inline driver::codegen_crate
2021-04-14 bjorn3Remove CodegenCx::finalize and pass Module separately...
2021-04-14 bjorn3Don't store TyCtxt in UnwindContext
2021-04-14 bjorn3Re-use Context in codegen_shim
2021-04-14 bjorn3Merge pull request #1158 from bjorn3/isolate_mono_items_pr
2021-04-14 bjorn3Don't deduplicate anonymous allocations
2021-04-12 bjorn3Rustfmt
2021-04-07 bjorn3Centralize all configuration into config.rs
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-27 bjorn3Make all compiler-builtins symbols hidden
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-21 bjorn3Update Cranelift
2021-03-18 bjorn3Rustup to rustc 1.52.0-nightly (36f1f04f1 2021-03-17)
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-17 bjorn3Directly invoke the main function in JIT mode
2021-03-09 bjorn3Sync from rust 4b9f5cc4c10a161047475cb9bbe02c4fda57fb07
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-06 bjorn3Handle #![windows_subsystem]
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Rustfmt
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-02-26 Guillaume GomezRollup merge of #81940 - jhpratt:stabilize-str_split_on...
2021-02-23 bjorn3Merge pull request #1144 from bjorn3/dynamic_module
2021-02-23 bjorn3Use dynamic dispatch for the inner Module
2021-02-21 bjorn3Rustfmt
2021-02-21 bjorn3Sync from rust 3e826bb11228508fbe749e594038d6727208aa94
2021-02-21 bjorn3Don't import the metadata symbol
2021-02-21 bjorn3Merge pull request #1140 from bjorn3/no_more_oldbe
2021-02-19 Camille GILLOTUse a QueryContext for try_mark_green.
2021-02-18 bjorn3Use real atomic instructions instead of a global lock
2021-02-15 Camille GILLOTUse an ItemId inside mir::GlobalAsm.
2021-02-12 bjorn3Pass around BackendConfig
2021-02-09 bjorn3Revert "Update libc and libloading"
2021-02-09 bjorn3Update libc and libloading
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-01-30 bjorn3Rustup to rustc 1.51.0-nightly (b12290861 2021-01-29)
2021-01-30 bjorn3Merge pull request #1131 from bjorn3/abi_compat
2021-01-30 bjorn3Add print on panic for predefining of a function
2021-01-27 bjorn3Remove vararg support check
2021-01-26 bjorn3Split symbol name and signature calculation
2021-01-02 bjorn3Remove code that was moved from the backend to rustc_in...
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-25 bjorn3Merge pull request #1120 from bjorn3/lazy_jit
2020-12-25 bjorn3Implement lazy compilation in JIT mode
2020-12-25 bjorn3Move finalize CodegenCx timer out of codegen mono items...
2020-12-25 bjorn3Change the way JIT mode is selected
2020-12-25 bjorn3Use PIC in JIT mode too
2020-12-23 bjorn3Sync from rust 28d73a3ee3e2c32f2768d1cbc9b42cb63472e9e9
2020-12-18 bjorn3Sync from rust fee693d08e98d25f566075cbed73e12236c05abd
2020-12-17 borsAuto merge of #79945 - jackh726:existential_trait_ref...
2020-12-17 bjorn3Sync from rust caeb3335c052f286f6e7257ac0ff21e4f73fd8c5
2020-12-16 David Woodcg_clif: fix build with split dwarf
2020-12-12 bjorn3Update Cranelift
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-12-04 bjorn3Inline codegen_mono_item
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-27 bjorn3Sync from rust c9228570668803e3e6402770d55f23a12c9ae686
2020-11-21 bjorn3Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
2020-11-13 bjorn3Sync from rust f2a11a25378293e41cfcb00dbf67c524ffd79b39
2020-11-12 bjorn3Move some things from codegen_mono_item to trans_fn
2020-11-12 bjorn3Inline codegen_mono_items and outline predefine_mono_items
2020-11-12 bjorn3Update Cranelift for SimpleJIT changes
2020-11-10 Jonas SchievinkRollup merge of #78875 - petrochenkov:cleantarg, r...
2020-11-09 bjorn3Update Cranelift
2020-11-08 Vadim PetrochenkovCollapse all uses of `target.options.foo` into `target...
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-01 bjorn3Merge pull request #1100 from mominul/trans->codegen
2020-11-01 Muhammad Mominul... Rename trans to codegen
2020-10-28 bjorn3Fix many clippy warnings
2020-10-16 bjorn3Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
2020-10-15 bjorn3Rustup to rustc 1.49.0-nightly (e160e5cb8 2020-10-14)
2020-10-11 bjorn3Remove MIR dump on panic
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...
next