]> git.lizzy.rs Git - rust.git/history - src/metadata.rs
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-2021-07-07
[rust.git] / src / metadata.rs
2021-06-25 borsAuto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
2021-06-10 borsAuto merge of #85910 - cjgillot:no-meta-version, r...
2021-06-01 Camille GILLOTDrop metadata_encoding_version.
2021-06-01 Camille GillotRevert "Reduce the amount of untracked state in TyCtxt"
2021-05-30 Camille GILLOTDrop metadata_encoding_version.
2021-05-17 borsAuto merge of #85178 - cjgillot:local-crate, r=oli-obk
2021-05-14 borsAuto merge of #83640 - bjorn3:shared_metadata_reader...
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-05-07 bjorn3Use the object crate for metadata reading
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-03-30 bjorn3Add an Mmap wrapper to rustc_data_structures
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2020-11-10 Jonas SchievinkRollup merge of #78875 - petrochenkov:cleantarg, r...
2020-11-08 Vadim PetrochenkovCollapse all uses of `target.options.foo` into `target...
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-16 bjorn3Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
2020-10-15 bjorn3Use MetadataRef in the metadata loader to fix parallel...
2020-09-23 bjorn3Document almost all modules
2020-09-05 bjorn3Fix dylib metadata writing
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-05-25 bjorn3Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-24 bjorn3Update Cranelift and object
2020-03-24 bjorn3Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
2020-03-14 bjorn3Pre-allocate vec for rlib metadata reading
2019-10-19 bjorn3Merge pull request #758 from bjorn3/object_write
2019-10-18 bjorn3Make debuginfo writing backend agnostic
2019-10-18 bjorn3Make dylib metadata write backend agnostic
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-06-16 bjorn3Rustup to rustc 1.37.0-nightly (0dc9e9c10 2019-06-15)
2019-06-13 bjorn3Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)
2019-06-11 bjorn3Merge pull request #435 from bjorn3/write_dylib_metadata
2019-06-11 bjorn3Fix it
2019-06-11 bjorn3Update for faerie section symbols
2019-06-11 bjorn3[WIP] Use correct segment for metadata section
2019-06-11 bjorn3Read and write dylib metadata
2019-04-20 bjorn3Use more rustc_codegen_ssa::back::link for linking
2018-11-17 bjorn3Fix some 2018 edition idioms
2018-11-10 bjorn3Warn and error about some things and make METADATA_FILE...
2018-11-10 bjorn3Misc renames and changes
2018-11-07 bjorn3Rustfmt
2018-11-07 bjorn3Enable feature gate extern_crate_item_prelude
2018-10-25 bjorn3Change name of metadata file to rust.metadata.bin to...
2018-09-17 bjorn3Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
2018-08-15 bjorn3Disable some prinln!'s
2018-08-15 bjorn3Use either SimpleJIT or faerie, but not both
2018-08-15 bjorn3Put metadata loader in its own file