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

Relay Support in Rust Compiler #33240

Merged
merged 46 commits into from Jan 26, 2022
Merged

Relay Support in Rust Compiler #33240

merged 46 commits into from Jan 26, 2022

Commits on Jan 12, 2022

  1. Copy the full SHA
    2aaa426 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f794fcf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6c966d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. More exhaustive tests

    tbezman committed Jan 13, 2022
    Copy the full SHA
    8ee3e6c View commit details
    Browse the repository at this point in the history
  2. Remove dead code

    tbezman committed Jan 13, 2022
    Copy the full SHA
    46e2534 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    66e6859 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    eb88c71 View commit details
    Browse the repository at this point in the history
  5. Remove more dead code

    tbezman committed Jan 13, 2022
    Copy the full SHA
    4ef5e23 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    90d3bce View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Copy the full SHA
    718929c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6d03ee9 View commit details
    Browse the repository at this point in the history
  3. Use borrow instead of &*

    tbezman committed Jan 14, 2022
    Copy the full SHA
    523bc25 View commit details
    Browse the repository at this point in the history
  4. Removed more clones

    tbezman committed Jan 14, 2022
    Copy the full SHA
    61826a4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3fe7119 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    eb7daa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Switch to relay.config.js

    tbezman committed Jan 15, 2022
    Copy the full SHA
    4f75ae5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    46f46f2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    400def3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b6d924f View commit details
    Browse the repository at this point in the history
  5. Update tests to use right cwd

    tbezman committed Jan 15, 2022
    Copy the full SHA
    d419ba0 View commit details
    Browse the repository at this point in the history
  6. Add support for fragments

    tbezman committed Jan 15, 2022
    Copy the full SHA
    3830a8d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5fa72cf View commit details
    Browse the repository at this point in the history
  8. Added the copy trait

    tbezman committed Jan 15, 2022
    Copy the full SHA
    cd6ed9c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Address latest kdy1 feedback

    tbezman committed Jan 16, 2022
    Copy the full SHA
    f7cfd1c View commit details
    Browse the repository at this point in the history
  2. Remove some unused imports

    tbezman committed Jan 16, 2022
    Copy the full SHA
    fee2e11 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Copy the full SHA
    2b53fa1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5612526 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    244a4da View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ba4e846 View commit details
    Browse the repository at this point in the history
  5. Remove describe.only

    tbezman committed Jan 17, 2022
    Copy the full SHA
    8ba0998 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8782671 View commit details
    Browse the repository at this point in the history
  7. Address latest kdy1 feedback

    tbezman committed Jan 17, 2022
    Copy the full SHA
    8343e17 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    686ff01 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Fix unit tests

    tbezman committed Jan 18, 2022
    Copy the full SHA
    27057e5 View commit details
    Browse the repository at this point in the history
  2. Switch to use a regex :)

    tbezman committed Jan 18, 2022
    Copy the full SHA
    acea05f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    85ac72c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Address kdy1 feedback

    tbezman committed Jan 19, 2022
    Copy the full SHA
    7d35873 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Copy the full SHA
    d24ae71 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5f3f298 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Update packages/next-swc/crates/core/src/relay.rs

    Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
    tbezman and timneutkens committed Jan 26, 2022
    Copy the full SHA
    aa0f676 View commit details
    Browse the repository at this point in the history
  2. Update packages/next-swc/crates/core/src/relay.rs

    Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
    tbezman and timneutkens committed Jan 26, 2022
    Copy the full SHA
    4a4a5b6 View commit details
    Browse the repository at this point in the history
  3. Update packages/next-swc/crates/core/src/relay.rs

    Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
    tbezman and timneutkens committed Jan 26, 2022
    Copy the full SHA
    f6cc9d7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fffa3e1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b5f89bc View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1682ac3 View commit details
    Browse the repository at this point in the history
  7. Prettier fix

    tbezman committed Jan 26, 2022
    Copy the full SHA
    464dd97 View commit details
    Browse the repository at this point in the history