rust/compiler/rustc_metadata/src
bors 3b1c8a94a4 Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514
Only include metadata for non-dynamic libraries in rustc-dev

The actual object code should be linked from librustc_driver.so, which is still included in rustc-dev. This saves on download time and disk usage.

Fixes https://github.com/rust-lang/rust/issues/103538
2023-01-03 08:05:54 +00:00
..
rmeta Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU 2022-12-28 13:07:30 +00:00
creader.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
dependency_format.rs Add help for the error message when missing rustc_driver 2022-12-31 17:20:13 +00:00
errors.rs Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514 2023-01-03 08:05:54 +00:00
foreign_modules.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
fs.rs Use Symbol for the crate name instead of String/str 2022-12-07 20:30:02 +00:00
lib.rs Wrap bundlen static libraries into object files 2022-11-14 12:01:49 +03:00
locator.rs refactor: merge E0465 into E0464 2022-12-31 20:44:54 +13:00
native_libs.rs Stabilize native library modifier verbatim 2022-11-27 22:36:32 +03:00