]> git.lizzy.rs Git - rust.git/history - src/main_shim.rs
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[rust.git] / src / main_shim.rs
2022-07-25 bjorn3Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4...
2022-03-18 borsAuto merge of #88098 - Amanieu:oom_panic, r=nagisa
2022-02-23 Tomasz MiąskoNormalize main return type during mono item collection...
2022-02-23 bjorn3Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea...
2021-06-25 borsAuto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
2021-06-06 borsAuto merge of #79608 - alessandrod:bpf, r=nagisa
2021-05-27 bjorn3Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9...
2021-05-17 borsAuto merge of #85178 - cjgillot:local-crate, r=oli-obk
2021-05-12 Camille GILLOTUse () for entry_fn.
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-29 Charles LewImplement RFC 1260 with feature_name `imported_main`.
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2020-11-16 Bastian Kauschkeupdate `cg_clif`
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
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-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-07-23 bjorn3Fix -Zpolymorphize
2020-07-17 bjorn3Rustup to rustc 1.46.0-nightly (5c9e5df3a 2020-07-16)
2020-06-12 bjorn3Emit unwind info for main and alloc shim
2020-04-30 bjorn3Commit missing change for rustup
2020-04-25 bjorn3Rustup to rustc 1.44.0-nightly (3360cc3a0 2020-04-24)
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-04-03 bjorn3Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-28 bjorn3Update Cranelift
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-24 bjorn3Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
2020-03-07 bjorn3Check for main in current module before codegen of...
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-01-22 bjorn3Make atomic instructions atomic using a global lock
2019-12-17 bjorn3[OPT] Avoid calling target_triple for every call to...
2019-10-03 bjorn3Merge pull request #729 from bjorn3/misc_changes
2019-10-03 bjorn3Update cranelift, faerie and target-lexicon
2019-09-28 bjorn3Use CallConv::triple_default instead of hard coding...
2019-09-11 bjorn3Merge pull request #700 from bjorn3/upstream_cranelift
2019-09-08 bjorn3Use upstream cranelift
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-30 bjorn3Rustup to rustc 1.39.0-nightly (72b2abfd6 2019-08-29)
2019-08-18 bjorn3Rustup to rustc 1.39.0-nightly (2111aed0a 2019-08-17)
2019-06-16 bjorn3Rustup to rustc 1.37.0-nightly (0dc9e9c10 2019-06-15)
2019-06-13 bjorn3Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-12 bjorn3Merge pull request #339 from bjorn3/fix_libstd
2019-02-11 bjorn3Implement variadic function calling
2019-01-26 bjorn3Rustup to rustc 1.33.0-nightly (bf669d1e3 2019-01-25)
2019-01-02 bjorn3Some cleanup of abi.rs
2018-12-08 bjorn3Rustup to rustc 1.32.0-nightly (4a45578bc 2018-12-07)
2018-11-07 bjorn3Rustfmt
2018-11-07 bjorn3Enable feature gate extern_crate_item_prelude
2018-11-04 bjorn3Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)
2018-11-03 bjorn3Update Cargo.lock
2018-10-20 bjorn3Move maybe_create_entry_wrapper to main_shim.rs