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

Simplify Guard API and reduce its use in CoreArrayProvider #5880

Closed
wants to merge 22 commits into from

Commits on Jul 28, 2024

  1. Delete duplicate rust example

    It serves no purpose.
    emesare committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    c8589a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    248bfd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5a2c75 View commit details
    Browse the repository at this point in the history
  3. Misc changes to rust README

    emesare committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    472bca1 View commit details
    Browse the repository at this point in the history
  4. Add FindRust cmake utility

    emesare committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    73d58a0 View commit details
    Browse the repository at this point in the history
  5. Link core in rust

    When linking you must depend on the -sys crate
    emesare committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8a24a43 View commit details
    Browse the repository at this point in the history
  6. Use /bin/cat as the example binary in docs

    Might want to change this to a in-tree binary later
    emesare committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d4df5ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2d7542 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    995ec20 View commit details
    Browse the repository at this point in the history
  9. Mark well-formed doc snippets as runnable in rust api

    We link to the core now so these can be ran
    emesare committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4b686d2 View commit details
    Browse the repository at this point in the history
  10. Revert temporary fix for enterprise crashing on rust project API

    Solution was added in the core
    emesare committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b93b2ce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db2ee69 View commit details
    Browse the repository at this point in the history
  12. Remove vendored pdb crate

    emesare committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3bdc4ef View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    00a1ee5 View commit details
    Browse the repository at this point in the history
  2. Format rust api

    emesare committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1cbfb03 View commit details
    Browse the repository at this point in the history
  3. improve the CustomBinaryView init process

    rbran authored and emesare committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e2a57bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdbd96a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc4a204 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

  1. Pass length to free register list callback

    Allows language bindings like rust to free register lists sanely
    emesare committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ec43516 View commit details
    Browse the repository at this point in the history
  2. Pass length to free flag conditions list callback and remove libc fro…

    …m rust api
    
    Allows language bindings like rust to free conditions lists sanely
    
    # Conflicts:
    #	rust/Cargo.lock
    emesare committed Aug 1, 2024
    1 Configuration menu
    Copy the full SHA
    ce5995c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

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