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

Implement the dbg!(..) macro #54317

Merged
merged 10 commits into from
Sep 25, 2018
Merged

Implement the dbg!(..) macro #54317

merged 10 commits into from
Sep 25, 2018

Commits on Sep 20, 2018

  1. dbg!(expr) implementation.

    Centril committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    000be8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb81bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d08821 View commit details
    Browse the repository at this point in the history
  4. dbg_macro: output tests.

    Centril committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    a9d2f38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d2a1bf View commit details
    Browse the repository at this point in the history
  6. debug_macro: --bless tests.

    Centril committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    924a693 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. dbg_macro: // ignore-wasm

    Centril committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    b4d6d78 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. dbg_macro: more things...

    Centril committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    3006d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5184dcc View commit details
    Browse the repository at this point in the history
  3. dbg_macro: fix line numbers

    Centril committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    e5b9331 View commit details
    Browse the repository at this point in the history