]> git.lizzy.rs Git - rust.git/history - src/allocator.rs
Rollup merge of #81618 - bjorn3:sync_cg_clif-2021-02-01, r=bjorn3
[rust.git] / src / allocator.rs
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-10-05 bjorn3Rustup to rustc 1.49.0-nightly (beb5ae474 2020-10-04)
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-06-12 bjorn3Emit unwind info for main and alloc shim
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-04 bjorn3Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-01-14 bjorn3Reduce visibility
2019-12-18 bjorn3Fix some warnings
2019-12-17 bjorn3[OPT] Avoid calling target_triple for every call to...
2019-11-14 bjorn3Rustup to rustc 1.41.0-nightly (ded5ee001 2019-11-13)
2019-11-01 bjorn3Rustup to rustc 1.40.0-nightly (aa4e57ca8 2019-10-31)
2019-10-18 bjorn3Rustup to rustc 1.40.0-nightly (fa0f7d008 2019-10-17)
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-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
2019-09-11 bjorn3Merge pull request #700 from bjorn3/upstream_cranelift
2019-09-08 bjorn3Use upstream cranelift
2019-07-27 bjorn3Rustup to rustc 1.38.0-nightly (c43753f91 2019-07-26)
2019-02-21 bjorn3Rustfmt
2018-12-13 bjorn3Put allocator shim in a different object file
2018-12-12 bjorn3Some refactorings for codegen_mono_items
2018-12-11 bjorn3Change the CallConv for "rust" abi functions to "System...
2018-11-17 bjorn3Fix some 2018 edition idioms
2018-11-14 bjorn3Fix allocator shim abi
2018-11-07 bjorn3Rustfmt
2018-11-07 bjorn3Fix warnings
2018-11-07 bjorn3Enable feature gate extern_crate_item_prelude
2018-11-05 bjorn3Allocator shim