1
Fork 0
rust/compiler/rustc_metadata/src
bors c609da59d9 Auto merge of #109772 - petrochenkov:slimchild, r=cjgillot
rustc_metadata: Remove `Span` from `ModChild`

It can be decoded on demand from regular `def_span` tables.

Partially mitigates perf regressions from https://github.com/rust-lang/rust/pull/109500.
2023-04-18 20:16:56 +00:00
..
rmeta Auto merge of #109772 - petrochenkov:slimchild, r=cjgillot 2023-04-18 20:16:56 +00:00
creader.rs Another AppendOnlyVec 2023-04-04 09:01:44 +00:00
dependency_format.rs Replace enum ==s with matches where it makes sense 2023-01-30 12:26:26 +00:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
foreign_modules.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
fs.rs Only compute the crate hash when necessary. 2023-03-08 09:30:22 +11:00
lib.rs Use OwnedSlice instead of owning_ref 2023-04-05 13:49:48 +00:00
locator.rs Box large enum variants 2023-04-09 21:59:28 +02:00
native_libs.rs The name of NativeLib will be presented 2023-03-19 11:23:19 +08:00