about summary refs log tree commit diff
path: root/src/allocator.rs
AgeCommit message (Expand)AuthorLines
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-4/+5
2022-10-23Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202...bjorn3-2/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-03-03Add -Z oom={panic,abort} command-line optionAmanieu d'Antras-1/+16
2022-02-23Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-202...bjorn3-7/+2
2021-08-06Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...bjorn3-6/+4
2021-06-20Make allocator_kind a query.Camille GILLOT-1/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-1/+1
2021-05-30Make allocator_kind a query.Camille GILLOT-1/+1
2021-05-12Use () in dependency_formats.Camille GILLOT-1/+1
2021-04-30Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'Erin Power-2/+2
2021-03-29Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...bjorn3-2/+3
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn3-22/+7
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