about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/debugger_visualizer.rs
AgeCommit message (Expand)AuthorLines
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-11/+11
2024-12-08Use SourceMap to load debugger visualizer filesclubby789-4/+3
2024-08-29Add `warn(unreachable_pub)` to `rustc_passes`.Nicholas Nethercote-1/+1
2024-08-07Use more slice patterns inside the compilerLeón Orell Valerian Liehr-3/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+3
2024-03-05Avoid using feed_unit_query from within queriesOli Scherer-1/+1
2024-01-13Add check for ui_testing via promoting parameters from `ParseSess` to `Session`George-lewis-8/+7
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-5/+5
2023-05-17Don't sort output of debugger_visualizer query because it already is in deter...Michael Woerister-2/+3
2023-05-16Move DebuggerVisualizerFile types from rustc_span to rustc_middleMichael Woerister-1/+2
2023-05-16Turn debugger_visualizers from feed- into regular query.Michael Woerister-4/+14
2023-05-16Fix dependency tracking for debugger visualizersMichael Woerister-60/+58
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+1
2023-04-30Arc -> Lrcklensy-3/+2
2023-03-21LocalCrate keyMichael Goulet-2/+2
2023-03-21Use local key in providersMichael Goulet-5/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-3/+3
2022-10-07migrate debugger_visualizer.rs to translateable diagnosticsNathan Stocks-7/+8
2022-05-25Respond to PR comments.ridwanabdillahi-1/+8
2022-05-24Add support for embedding pretty printers via the `#[debugger_visualizer]` at...ridwanabdillahi-36/+18
2022-05-13remove redundant branchMiguel Guarniz-4/+4
2022-05-13use for_each_module instead of iterating over Item'sMiguel Guarniz-7/+8
2022-05-13remove HirVisitorMiguel Guarniz-10/+4
2022-05-13remove DebuggerVisualizerCollectorMiguel Guarniz-90/+68
2022-05-04Cleanup broken doc links.ridwanabdillahi-1/+1
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-0/+137