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: ffi to replace plugins #11152

Merged
merged 66 commits into from
Aug 6, 2021
Merged

feat: ffi to replace plugins #11152

merged 66 commits into from
Aug 6, 2021

Commits on Jun 22, 2021

  1. feat: begin work on ffi

    eliassjogreen committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    00228d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Configuration menu
    Copy the full SHA
    dff8206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e594fdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3433945 View commit details
    Browse the repository at this point in the history
  4. feat: permissions

    eliassjogreen committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    9e57e82 View commit details
    Browse the repository at this point in the history
  5. feat: permissions

    eliassjogreen committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    60bee1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d1d520 View commit details
    Browse the repository at this point in the history
  7. chore: fmt

    eliassjogreen committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    2db65db View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    5500ea1 View commit details
    Browse the repository at this point in the history
  2. merge changes

    eliassjogreen committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    40dfcd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5e1471 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed3ae89 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. fix ci?

    eliassjogreen committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    9e37073 View commit details
    Browse the repository at this point in the history
  2. update lockfile

    eliassjogreen committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    1481018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad30536 View commit details
    Browse the repository at this point in the history
  4. update lock

    eliassjogreen committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    a4cf764 View commit details
    Browse the repository at this point in the history
  5. refactor

    eliassjogreen committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    4fc52a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. better permissions

    eliassjogreen committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    cccbb87 View commit details
    Browse the repository at this point in the history
  2. fmt and lint

    eliassjogreen committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    8ac6dbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f68bce View commit details
    Browse the repository at this point in the history
  4. update lockfile

    eliassjogreen committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    8c31e20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e1fcc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4156c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af8a9a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05c4fb5 View commit details
    Browse the repository at this point in the history
  9. nope

    eliassjogreen committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    33cd326 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    d05fe4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eaa8f5 View commit details
    Browse the repository at this point in the history
  3. apt-get install file

    ry committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    9014e1f View commit details
    Browse the repository at this point in the history
  4. undo github actions changes

    ry committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    4e0f873 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. fix sysroot build

    piscisaureus committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    861c16d View commit details
    Browse the repository at this point in the history
  2. fix some tests

    piscisaureus committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    5ca83b4 View commit details
    Browse the repository at this point in the history
  3. fix another test

    piscisaureus committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    0f14c1a View commit details
    Browse the repository at this point in the history
  4. fix yet another test

    piscisaureus committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    ad5e5ef View commit details
    Browse the repository at this point in the history
  5. fix ffi test

    piscisaureus committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    7866903 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7beb2ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c18c24f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e576f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c9b71b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    f2912f0 View commit details
    Browse the repository at this point in the history
  2. fix merge

    piscisaureus committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    5ac8b49 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. update types

    eliassjogreen committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    50ca0d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    2b8d716 View commit details
    Browse the repository at this point in the history
  2. Remove unstable native plugins (#10908)

    This commit removes implementation of native plugins
    alongside the unstable "Deno.openPlugin()" API.
    bartlomieju authored and piscisaureus committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    044bc5e View commit details
    Browse the repository at this point in the history
  3. Fix use-after-free

    piscisaureus committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    452a500 View commit details
    Browse the repository at this point in the history
  4. ci: fail-fast off

    piscisaureus committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    dec90cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a9fb25 View commit details
    Browse the repository at this point in the history
  6. umm nooo

    piscisaureus committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    fe65d10 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. rename stuff

    piscisaureus committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    ff5d594 View commit details
    Browse the repository at this point in the history
  2. upgrade deno-libbfi

    piscisaureus committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    8995e85 View commit details
    Browse the repository at this point in the history
  3. Revert "ci: fail-fast off"

    This reverts commit dec90cb.
    piscisaureus committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    672aaa7 View commit details
    Browse the repository at this point in the history
  4. update deno-libffi-sys

    piscisaureus committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    5d639e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Configuration menu
    Copy the full SHA
    9c820d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79992b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    9b22cad View commit details
    Browse the repository at this point in the history
  2. update extensions/ffi

    bartlomieju committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    582127d View commit details
    Browse the repository at this point in the history
  3. reset CI

    bartlomieju committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    be0c886 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    393c95a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da4a270 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    8f7b719 View commit details
    Browse the repository at this point in the history
  2. clippy

    bartlomieju committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    0738564 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    7088a9d View commit details
    Browse the repository at this point in the history
  2. fmt

    bartlomieju committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    f69ffb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    d0fbb91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e36d4f0 View commit details
    Browse the repository at this point in the history
  3. reset CI

    bartlomieju committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    c6b66a2 View commit details
    Browse the repository at this point in the history