rust/compiler/rustc_metadata/src
bors 07bdbaedc6 Auto merge of #149054 - oli-obk:min-encode, r=fee1-dead
Avoid encoding non-constness or non-asyncness in metadata

r? `@fee1-dead`

Let's see if we can get any benefit (even just metadata size) from not encoding the common case.

Inspired by https://github.com/rust-lang/rust/pull/148434#discussion_r2491732811
2025-11-19 12:06:14 +00:00
..
rmeta Auto merge of #149054 - oli-obk:min-encode, r=fee1-dead 2025-11-19 12:06:14 +00:00
creader.rs Add default sanitizers to TargetOptions 2025-11-03 17:36:32 -06:00
dependency_format.rs Add panic=immediate-abort 2025-09-21 13:12:18 -04:00
errors.rs Add panic=immediate-abort 2025-09-21 13:12:18 -04:00
foreign_modules.rs Retire hir::ForeignItemRef. 2025-07-13 13:50:00 +00:00
fs.rs Move metadata object generation for dylibs to the linker code 2025-06-03 10:04:34 +00:00
lib.rs Unify the configuration of the compiler docs 2025-11-05 11:25:27 +00:00
locator.rs use let chains in hir, lint, mir 2025-07-28 06:10:14 +05:00
native_libs.rs rustc_target: introduce Os 2025-11-11 18:55:40 -05:00