rust/compiler/rustc_metadata/src
ridwanabdillahi 175a4eab84 Add support for a new attribute #[debugger_visualizer] to support embedding debugger visualizers into a generated PDB.
Cleanup `DebuggerVisualizerFile` type and other minor cleanup of queries.

Merge the queries for debugger visualizers into a single query.

Revert move of `resolve_path` to `rustc_builtin_macros`. Update dependencies in Cargo.toml for `rustc_passes`.

Respond to PR comments. Load visualizer files into opaque bytes `Vec<u8>`. Debugger visualizers for dynamically linked crates should not be embedded in the current crate.

Update the unstable book with the new feature. Add the tracking issue for the debugger_visualizer feature.

Respond to PR comments and minor cleanups.
2022-05-03 10:53:54 -07:00
..
rmeta Add support for a new attribute #[debugger_visualizer] to support embedding debugger visualizers into a generated PDB. 2022-05-03 10:53:54 -07:00
creader.rs Add --json unused-externs-silent with original behaviour 2022-04-27 10:04:25 -07:00
dependency_format.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
foreign_modules.rs remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_mangling crates 2022-04-08 12:00:23 -04:00
lib.rs rustc_metadata: Do not encode unnecessary module children 2022-04-13 01:35:27 +03:00
locator.rs Replace every String in Target(Options) with Cow<'static, str> 2022-04-03 21:29:57 +02:00
native_libs.rs remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_mangling crates 2022-04-08 12:00:23 -04:00