about summary refs log tree commit diff
path: root/src/metadata.rs
AgeCommit message (Expand)AuthorLines
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...bjorn3-2/+2
2020-10-16Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)bjorn3-1/+1
2020-10-15Use MetadataRef in the metadata loader to fix parallel rustcbjorn3-12/+4
2020-09-23Document almost all modulesbjorn3-0/+2
2020-09-05Fix dylib metadata writingbjorn3-3/+2
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-5/+8
2020-05-25Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)bjorn3-2/+1
2020-03-31Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)bjorn3-3/+3
2020-03-27Limit publicness to crate where possible and remove unused importsbjorn3-2/+2
2020-03-24Update Cranelift and objectbjorn3-3/+5
2020-03-24Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)bjorn3-1/+1
2020-03-14Pre-allocate vec for rlib metadata readingbjorn3-1/+5
2019-10-18Make debuginfo writing backend agnosticbjorn3-2/+2
2019-10-18Make dylib metadata write backend agnosticbjorn3-19/+8
2019-08-31Format code using 'cargo fmt'Atul Bhosale-30/+42
2019-06-16Rustup to rustc 1.37.0-nightly (0dc9e9c10 2019-06-15)bjorn3-2/+2
2019-06-13Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)bjorn3-1/+1
2019-06-11Fix itbjorn3-1/+6
2019-06-11Update for faerie section symbolsbjorn3-1/+6
2019-06-11[WIP] Use correct segment for metadata sectionbjorn3-1/+1
2019-06-11Read and write dylib metadatabjorn3-7/+64
2019-04-20Use more rustc_codegen_ssa::back::link for linkingbjorn3-2/+1
2018-11-17Fix some 2018 edition idiomsbjorn3-0/+1
2018-11-10Warn and error about some things and make METADATA_FILENAME an &strbjorn3-2/+2
2018-11-10Misc renames and changesbjorn3-2/+2
2018-11-07Rustfmtbjorn3-4/+1
2018-11-07Enable feature gate extern_crate_item_preludebjorn3-2/+2
2018-10-25Change name of metadata file to rust.metadata.bin to match cg_llvmbjorn3-2/+3
2018-09-17Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)bjorn3-4/+4
2018-08-15Disable some prinln!'sbjorn3-20/+0
2018-08-15Use either SimpleJIT or faerie, but not bothbjorn3-4/+8
2018-08-15Put metadata loader in its own filebjorn3-0/+57