]> git.lizzy.rs Git - rust.git/history - src/backend.rs
Rustup to rustc 1.54.0-nightly (881c1ac40 2021-05-08)
[rust.git] / src / backend.rs
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-30 bjorn3Remove unused parameter
2021-04-21 bjorn3Sync from rust 6df26f897cffb2d86880544bb451c6b5f8509b2d
2021-04-14 bjorn3Sync from rust b203b0d240b67916cfa77f640aedaf1c87d50f6d
2021-04-12 bjorn3Rustfmt
2021-04-07 bjorn3Centralize all configuration into config.rs
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Rustfmt
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-02-21 bjorn3Sync from rust 3e826bb11228508fbe749e594038d6727208aa94
2021-02-21 bjorn3Merge pull request #1140 from bjorn3/no_more_oldbe
2021-02-18 bjorn3Use real atomic instructions instead of a global lock
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-25 bjorn3Merge pull request #1120 from bjorn3/lazy_jit
2020-12-25 bjorn3Use PIC in JIT mode too
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-31 bjorn3Implement -Zfunction-sections
2020-10-28 bjorn3Fix many clippy warnings
2020-10-16 KitsuUse architecture pointer size for AddConstructor (...
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-23 bjorn3Document almost all modules
2020-09-23 bjorn3Merge pull request #1083 from bjorn3/fix_lld
2020-09-23 bjorn3Use pcrel pointers in .eh_frame
2020-09-23 bjorn3Add option to use a single section for each function
2020-09-21 bjorn3Update Cranelift
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-16 bjorn3Fix ambiguity between object and cranelift_object:...
2020-07-16 bjorn3Initialize the atomic mutex in a constructor for proc...
2020-06-16 bjorn3Update Cranelift
2020-05-01 bjorn3Always emit .eh_frame section
2020-04-25 bjorn3Merge pull request #982 from bjorn3/backtrace_support
2020-04-25 bjorn3Implement .eh_frame writing
2020-04-09 bjorn3Fix rustc::internals lint warnings
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-02-22 bjorn3Update Cranelift
2020-01-10 bjorn3Remove faerie support
2020-01-10 bjorn3Update Cranelift
2019-10-26 bjorn3Merge pull request #759 from bjorn3/fix_macho_debuginfo
2019-10-25 bjorn3Changes for gimli-rs/object#133
2019-10-19 bjorn3Fix debuginfo for machO
2019-10-19 bjorn3Merge pull request #758 from bjorn3/object_write
2019-10-19 bjorn3Fix metadata symbol scope
2019-10-19 bjorn3Test object::write backend on travis
2019-10-19 bjorn3FIx review comments
2019-10-18 bjorn3Add support for object::write
2019-10-18 bjorn3Make debuginfo writing backend agnostic
2019-10-18 bjorn3Make dylib metadata write backend agnostic