| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-05-17 | Don't sort output of debugger_visualizer query because it already is in ↵ | Michael Woerister | -2/+3 | |
| deterministic order. | ||||
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -1/+2 | |
| 2023-05-16 | Turn debugger_visualizers from feed- into regular query. | Michael Woerister | -4/+14 | |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -60/+58 | |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 | |
| 2023-04-30 | Arc -> Lrc | klensy | -3/+2 | |
| 2023-03-21 | LocalCrate key | Michael Goulet | -2/+2 | |
| 2023-03-21 | Use local key in providers | Michael Goulet | -5/+1 | |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -3/+3 | |
| 2022-10-07 | migrate debugger_visualizer.rs to translateable diagnostics | Nathan Stocks | -7/+8 | |
| 2022-05-25 | Respond to PR comments. | ridwanabdillahi | -1/+8 | |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` ↵ | ridwanabdillahi | -36/+18 | |
| attribute. Add tests for embedding pretty printers and update documentation. Ensure all error checking for `#[debugger_visualizer]` is done up front and not when the `debugger_visualizer` query is run. Clean up potential ODR violations when embedding pretty printers into the `__rustc_debug_gdb_scripts_section__` section. Respond to PR comments and update documentation. | ||||
| 2022-05-13 | remove redundant branch | Miguel Guarniz | -4/+4 | |
| Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com> | ||||
| 2022-05-13 | use for_each_module instead of iterating over Item's | Miguel Guarniz | -7/+8 | |
| Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com> | ||||
| 2022-05-13 | remove HirVisitor | Miguel Guarniz | -10/+4 | |
| Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com> | ||||
| 2022-05-13 | remove DebuggerVisualizerCollector | Miguel Guarniz | -90/+68 | |
| Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com> | ||||
| 2022-05-04 | Cleanup broken doc links. | ridwanabdillahi | -1/+1 | |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support ↵ | ridwanabdillahi | -0/+137 | |
| 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. | ||||
