Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Rust attribute to support embedding debugger visualizers #3191

Merged
merged 26 commits into from
Apr 11, 2022

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    965a20d View commit details
    Browse the repository at this point in the history
  2. Minor cleanups.

    ridwanabdillahi committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    99f0d49 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    56d0caf View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    bc219af View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    e30a615 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    29d5cf7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Respond to PR comments. Add clarity that rustc will not enforce the .…

    …natvis extension on files passed via the `-C natvis` flag.
    ridwanabdillahi committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    90138ab View commit details
    Browse the repository at this point in the history
  2. Update the RFC to include new Cargo warning that would be emitted if …

    …the natvis files specified via the manifest key do not have the `.natvis` extension.
    ridwanabdillahi committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    901f528 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    96ee33b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a28ae00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d17e9b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    b30449e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Update the RFC and move the Cargo feature to auto-discover Natvis fil…

    …es to the first iteration of this feature.
    ridwanabdillahi committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2fafa9a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    ac3e064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7250e40 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Respond to PR comments. Fill out the alternatives section in greater …

    …detail and explain the need for embedding the contents of Natvis files in the metadata for a crate.
    ridwanabdillahi committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    051e319 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    9ec6cf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    6534e12 View commit details
    Browse the repository at this point in the history
  2. Minor updates.

    ridwanabdillahi committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    275a333 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a67d40 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    27c1664 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Respond to PR comments. Minor updates to how GDB scripts would be emb…

    …edded to the `.debug_gdb_scripts` section. Updates to specify the `#[debugger_visualizer]` targets modules and can be used with or without the leading `!` for the attribute.
    ridwanabdillahi committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    c9b1b84 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    cf1cba0 View commit details
    Browse the repository at this point in the history
  2. Respond to latest round of feedback. Specify which kinds of entities …

    …this attribute is applicable to and what happens if used elsewhere.
    ridwanabdillahi committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e4220fb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    1889d48 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Update 3191 to merge

    wesleywiser committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    777a74c View commit details
    Browse the repository at this point in the history