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

dynamic_modules: scaffolds Rust SDK #35914

Merged

Commits on Aug 28, 2024

  1. dynamic_modules: scaffolds Rust SDK

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7b798a7 View commit details
    Browse the repository at this point in the history
  2. Adds README and check

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3cd1bdc View commit details
    Browse the repository at this point in the history
  3. more

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    65af05c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. manual bindgen

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    efd1d4e View commit details
    Browse the repository at this point in the history
  2. comment

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    beac95e View commit details
    Browse the repository at this point in the history
  3. add readme

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e974278 View commit details
    Browse the repository at this point in the history
  4. trailing space

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1add34e View commit details
    Browse the repository at this point in the history
  5. more

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    21053c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. review: use LazyLock which requires 1.80+

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7b4bd30 View commit details
    Browse the repository at this point in the history
  2. 1.80.0

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7a6e10f View commit details
    Browse the repository at this point in the history
  3. more

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a9e7a3c View commit details
    Browse the repository at this point in the history
  4. use Atomic instead of LazyLock

    LazyLock is stabilized in 1.80 (LazyOnce is in 1.79), but somehoe x64 CI fails with rust version upgrade
    
    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5a24889 View commit details
    Browse the repository at this point in the history
  5. try using the releases of rules_rust

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fff449c View commit details
    Browse the repository at this point in the history
  6. format

    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6923b75 View commit details
    Browse the repository at this point in the history
  7. Revert "format"

    This reverts commit 6923b75.
    
    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ee43ed3 View commit details
    Browse the repository at this point in the history
  8. Revert "try using the releases of rules_rust"

    This reverts commit fff449c.
    
    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ef12250 View commit details
    Browse the repository at this point in the history