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

feat: Add support for rust scripts (enabling directly integrated ad-hoc robust high performance scripting) #1053

Merged
merged 42 commits into from Aug 12, 2021

Commits on Jun 14, 2021

  1. add support for rust scripts

    tedil committed Jun 14, 2021
    Copy the full SHA
    a803c6e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Copy the full SHA
    7df6194 View commit details
    Browse the repository at this point in the history
  2. add rust environment yaml

    tedil committed Jun 16, 2021
    Copy the full SHA
    9e3c997 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d003cd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. add missing files

    tedil committed Jun 17, 2021
    Copy the full SHA
    c69faf8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a5d7604 View commit details
    Browse the repository at this point in the history
  3. some basic docs

    tedil committed Jun 17, 2021
    Copy the full SHA
    1da1e45 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Copy the full SHA
    793613b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. clarify default dependencies

    mbhall88 committed Jun 24, 2021
    Copy the full SHA
    9da571c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Copy the full SHA
    6e31df0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cc3100e View commit details
    Browse the repository at this point in the history
  3. remove redundant continue

    mbhall88 committed Jun 25, 2021
    Copy the full SHA
    8591d80 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5f83889 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Copy the full SHA
    ecd8fe6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d9a1fac View commit details
    Browse the repository at this point in the history
  3. merge

    tedil committed Jul 5, 2021
    Copy the full SHA
    7c496ca View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    697960e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ceaf55c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bf924f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Copy the full SHA
    0f89579 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Copy the full SHA
    91533ed View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Copy the full SHA
    31a281f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    078474c View commit details
    Browse the repository at this point in the history
  3. fmt

    mbhall88 committed Jul 13, 2021
    Copy the full SHA
    7a8ebf2 View commit details
    Browse the repository at this point in the history
  4. add missing test file

    mbhall88 committed Jul 13, 2021
    Copy the full SHA
    0b1a756 View commit details
    Browse the repository at this point in the history
  5. add missing rust script

    mbhall88 committed Jul 13, 2021
    Copy the full SHA
    8da91f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Copy the full SHA
    4e90eca View commit details
    Browse the repository at this point in the history
  2. fmt

    tedil committed Jul 20, 2021
    Copy the full SHA
    119af9d View commit details
    Browse the repository at this point in the history
  3. only iter over positional items

    tedil committed Jul 20, 2021
    Copy the full SHA
    7e66fa5 View commit details
    Browse the repository at this point in the history
  4. fmt

    tedil committed Jul 20, 2021
    Copy the full SHA
    b7cbda3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. add code to modify PATH, add functions for redirecting stdout, stderr…

    …, fmt and one stray fmt commit
    tedil committed Jul 21, 2021
    Copy the full SHA
    8a3cb97 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2da1fed View commit details
    Browse the repository at this point in the history
  3. update docs

    tedil committed Jul 21, 2021
    Copy the full SHA
    4c8e031 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. remove print and todo

    tedil committed Jul 23, 2021
    Copy the full SHA
    8706e94 View commit details
    Browse the repository at this point in the history
  2. use ordered list instead

    tedil committed Jul 23, 2021
    Copy the full SHA
    c0fa475 View commit details
    Browse the repository at this point in the history
  3. remove example TODO

    tedil committed Jul 23, 2021
    Copy the full SHA
    e25a7c3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    dfff120 View commit details
    Browse the repository at this point in the history
  5. update src comments

    tedil committed Jul 23, 2021
    Copy the full SHA
    57e16fb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Copy the full SHA
    513e2d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Copy the full SHA
    fca4aaf View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. minor additions to the docs

    mbhall88 committed Aug 6, 2021
    Copy the full SHA
    306ea86 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Copy the full SHA
    aa73982 View commit details
    Browse the repository at this point in the history