rust/compiler/rustc_metadata/src
Jubilee 4036472749
Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors
[StableMIR] API to retrieve definitions from crates

Add functions to retrieve function definitions and static items from all crates (local and external).

For external crates, we're still missing items from trait implementation and primitives.

r? ````@compiler-errors:```` Do you know what is the best way to retrieve the associated items for primitives and trait implementations for external crates? Thanks!
2024-11-07 18:48:22 -08:00
..
rmeta Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors 2024-11-07 18:48:22 -08:00
creader.rs Rename target triple to target tuple in many places in the compiler 2024-11-02 21:29:59 +01:00
dependency_format.rs nightly feature tracking: get rid of the per-feature bool fields 2024-10-23 09:14:41 +01:00
errors.rs Rename target triple to target tuple in many places in the compiler 2024-11-02 21:29:59 +01:00
foreign_modules.rs
fs.rs
lib.rs Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay 2024-10-04 14:11:34 -07:00
locator.rs Rename target triple to target tuple in many places in the compiler 2024-11-02 21:29:59 +01:00
native_libs.rs compiler: Directly use rustc_abi in metadata and middle 2024-11-03 13:38:47 -08:00