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

Rust: add some toString implementations #18035

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 19, 2024

  1. Rust: add some toString implementations

    Paolo Tranquilli committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a709fc6 View commit details
    Browse the repository at this point in the history
  2. Rust: accept test changes

    Paolo Tranquilli committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fce13ae View commit details
    Browse the repository at this point in the history
  3. Rust: accept integration test changes

    Paolo Tranquilli committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e4f982c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Rust: accept last integration test changes

    Also make `--learn` work with the nested qltest tests.
    Paolo Tranquilli committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4fb028c View commit details
    Browse the repository at this point in the history
  2. Rust: make CallExpr.toString use call identifier if present

    Paolo Tranquilli committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    57973df View commit details
    Browse the repository at this point in the history
  3. Rust: fix non-existent string representations

    Paolo Tranquilli committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4d04c5a View commit details
    Browse the repository at this point in the history
  4. Rust: more advanced toString

    Paolo Tranquilli committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b4af5a6 View commit details
    Browse the repository at this point in the history
  5. Rust: accept test changes

    Paolo Tranquilli committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    fd45e11 View commit details
    Browse the repository at this point in the history
  6. Rust: fix OrPat.toString

    Paolo Tranquilli committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d609c1b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Rust: fix Path.toString and address some review comments

    Paolo Tranquilli committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5012332 View commit details
    Browse the repository at this point in the history
  2. Rust: add consistency query printing AST classes of nodes with wrong …

    …`toString`
    Paolo Tranquilli committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d8b453f View commit details
    Browse the repository at this point in the history
  3. Rust: add class printouts to AstConsistency.ql

    Paolo Tranquilli committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    36d8a6d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into redsun82/rust-str

    Paolo Tranquilli committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6a61549 View commit details
    Browse the repository at this point in the history
  5. Rust: accept test changes

    Paolo Tranquilli committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c2b426d View commit details
    Browse the repository at this point in the history
  6. Rust: tweak PathType string representations and add one for `InferT…

    …ype`
    Paolo Tranquilli committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6776b31 View commit details
    Browse the repository at this point in the history
  7. Rust: accept test changes

    Paolo Tranquilli committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a82d267 View commit details
    Browse the repository at this point in the history