rust/compiler/rustc_middle/src
bors a7d6768e3b Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister
Add a new Rust attribute to support embedding debugger visualizers

Implemented [this RFC](https://github.com/rust-lang/rfcs/pull/3191) to add support for embedding debugger visualizers into a PDB.

Added a new attribute `#[debugger_visualizer]` and updated the `CrateMetadata` to store debugger visualizers for crate dependencies.

RFC: https://github.com/rust-lang/rfcs/pull/3191
2022-05-05 12:26:38 +00:00
..
dep_graph Stop using CRATE_DEF_INDEX. 2022-04-17 12:14:42 +02:00
hir rustc: Panic by default in DefIdTree::parent 2022-05-02 01:56:50 +03:00
infer remove unused incorrect EqUnifyValue impl 2022-04-01 12:57:24 +02:00
middle rustc: Panic by default in DefIdTree::parent 2022-05-02 01:56:50 +03:00
mir Update ProjectionElem::Downcast documentation 2022-05-03 22:29:51 +02:00
query 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
thir Reimplement lowering of sym operands for asm! so that it also works with global_asm! 2022-04-14 15:32:03 +01:00
traits Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011 2022-04-04 04:48:36 +00:00
ty rustc: Panic by default in DefIdTree::parent 2022-05-02 01:56:50 +03:00
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs Document and rename the new wrapper type 2022-04-07 13:01:48 +00:00
lib.rs Stabilize bool::then_some 2022-05-04 13:22:08 +02:00
lint.rs span: move MultiSpan 2022-04-05 07:01:00 +01:00
macros.rs Rename TypeFolderFallible to FallibleTypeFolder 2021-12-02 16:14:18 +00:00
metadata.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs Make all thir types implement clone 2022-04-20 00:11:08 +02:00