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: Initial implementation #497

Merged
merged 34 commits into from
Sep 15, 2021
Merged

rust: Initial implementation #497

merged 34 commits into from
Sep 15, 2021

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    8e2e718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    601d3a5 View commit details
    Browse the repository at this point in the history
  3. rust: Add CI

    eagletmt committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    cc1c4a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    9334e6f View commit details
    Browse the repository at this point in the history
  2. rust: Follow #596

    eagletmt committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    d8ea95f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a0e029 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

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

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    42f68fd View commit details
    Browse the repository at this point in the history
  2. rust: Follow #602

    eagletmt committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    c251bff View commit details
    Browse the repository at this point in the history
  3. rust: Follow #609

    eagletmt committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    93f1da1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    030614e View commit details
    Browse the repository at this point in the history
  2. rust: Follow #610

    eagletmt committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    9cdbf5e View commit details
    Browse the repository at this point in the history
  3. rust: Follow #640

    eagletmt committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    5a0b336 View commit details
    Browse the repository at this point in the history
  4. rust: Follow #646

    eagletmt committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    e921580 View commit details
    Browse the repository at this point in the history
  5. rust: Follow #634

    eagletmt committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    91d873f View commit details
    Browse the repository at this point in the history
  6. rust: cargo update

    eagletmt committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    806dc9a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    d85041a View commit details
    Browse the repository at this point in the history
  2. rust: Follow #660

    eagletmt committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    346ed6d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    e58b22b View commit details
    Browse the repository at this point in the history
  2. rust: Fix CI job name

    eagletmt committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    a361772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f63880 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c63253 View commit details
    Browse the repository at this point in the history
  5. rust: Follow #662

    eagletmt committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    74da910 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    77d1e15 View commit details
    Browse the repository at this point in the history
  2. Revert "rust: Return JSON as application error message"

    This reverts commit 5f63880.
    Follows #671
    eagletmt committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    d0525fb View commit details
    Browse the repository at this point in the history
  3. rust: Follow #677

    eagletmt committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    86363c3 View commit details
    Browse the repository at this point in the history
  4. rust: Follow #682

    eagletmt committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    c30b58e View commit details
    Browse the repository at this point in the history
  5. rust: Follow #685

    eagletmt committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    1459d35 View commit details
    Browse the repository at this point in the history
  6. rust: cargo update

    eagletmt committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    78519cb View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    ec5d09c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e1bfa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e95822 View commit details
    Browse the repository at this point in the history
  4. rust: Follow #722

    eagletmt committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    2c28f6a View commit details
    Browse the repository at this point in the history
  5. rust: Close all stdio when executing external commands

    `exec.Command(...).Run()` closes all stdio by default.
    eagletmt committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    679e929 View commit details
    Browse the repository at this point in the history