rust/compiler/rustc_expand/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
..
mbe Fix spelling of an identifier. 2022-05-04 06:15:36 +10:00
mut_visit
parse rustc_ast: Harmonize delimiter naming with proc_macro::Delimiter 2022-04-28 10:04:29 +03:00
tokenstream
base.rs 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
build.rs Save colon span to suggest bounds. 2022-04-30 13:55:17 +02:00
config.rs errors: span_suggestion takes impl ToString 2022-04-29 02:05:20 +01:00
expand.rs rustc_ast: Harmonize delimiter naming with proc_macro::Delimiter 2022-04-28 10:04:29 +03:00
lib.rs Left overs of #95761 2022-04-08 10:30:24 -03:00
mbe.rs rustc_ast: Harmonize delimiter naming with proc_macro::Delimiter 2022-04-28 10:04:29 +03:00
module.rs
placeholders.rs Save colon span to suggest bounds. 2022-04-30 13:55:17 +02:00
proc_macro_server.rs rustc_ast: Harmonize delimiter naming with proc_macro::Delimiter 2022-04-28 10:04:29 +03:00
proc_macro.rs start tracking proc-macros expansion spans in the self-profiler 2022-04-22 18:35:31 +02:00
tests.rs errors: lazily load fallback fluent bundle 2022-04-13 02:44:59 +01:00