about summary refs log tree commit diff
path: root/src/allocator.rs
AgeCommit message (Expand)AuthorLines
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...bjorn3-2/+2
2020-10-08Use the new cranelift-module interfacebjorn3-2/+2
2020-10-05Rustup to rustc 1.49.0-nightly (beb5ae474 2020-10-04)bjorn3-2/+48
2020-09-23Document almost all modulesbjorn3-9/+2
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-5/+7
2020-06-12Emit unwind info for main and alloc shimbjorn3-3/+12
2020-03-31Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)bjorn3-1/+1
2020-03-28Update Craneliftbjorn3-1/+5
2020-03-27Limit publicness to crate where possible and remove unused importsbjorn3-1/+1
2020-03-04Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)bjorn3-1/+1
2020-02-14Update Cranelift for basic blocksbjorn3-3/+3
2020-01-14Reduce visibilitybjorn3-1/+1
2019-12-18Fix some warningsbjorn3-2/+2
2019-12-17[OPT] Avoid calling target_triple for every call to codegenbjorn3-1/+1
2019-11-14Rustup to rustc 1.41.0-nightly (ded5ee001 2019-11-13)bjorn3-1/+1
2019-11-01Rustup to rustc 1.40.0-nightly (aa4e57ca8 2019-10-31)bjorn3-1/+1
2019-10-18Rustup to rustc 1.40.0-nightly (fa0f7d008 2019-10-17)bjorn3-1/+1
2019-10-03Update cranelift, faerie and target-lexiconbjorn3-5/+6
2019-09-28Use CallConv::triple_default instead of hard coding SystemVbjorn3-3/+3
2019-09-28Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)bjorn3-3/+3
2019-09-08Use upstream craneliftbjorn3-6/+5
2019-07-27Rustup to rustc 1.38.0-nightly (c43753f91 2019-07-26)bjorn3-2/+1
2019-02-21Rustfmtbjorn3-8/+4
2018-12-13Put allocator shim in a different object filebjorn3-1/+6
2018-12-12Some refactorings for codegen_mono_itemsbjorn3-1/+16
2018-12-11Change the CallConv for "rust" abi functions to "SystemV" to match the "C" abibjorn3-4/+2
2018-11-17Fix some 2018 edition idiomsbjorn3-1/+1
2018-11-14Fix allocator shim abibjorn3-3/+9
2018-11-07Rustfmtbjorn3-6/+5
2018-11-07Fix warningsbjorn3-1/+1
2018-11-07Enable feature gate extern_crate_item_preludebjorn3-2/+2
2018-11-05Allocator shimbjorn3-0/+81