Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: denoland/deno Loading
base: main
Choose a base ref
...
head repository: RaptorFX-JS/deno_minus_v8 Loading
compare: deno_minus_v8
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 75 files changed
  • 1 contributor

Commits on Feb 15, 2023

  1. let's try that again!

    Arc-blroth committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    517a64c View commit details
    Browse the repository at this point in the history
  2. disable ci

    Arc-blroth committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    d1ea04a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. "Merge" one thousand commits from upstream

    this compiles but will certainly not run
    Arc-blroth committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    c6e1d6e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. update polyfills

    Arc-blroth committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    f0a5a35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5531a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33f9fb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1110021 View commit details
    Browse the repository at this point in the history
  5. remove all submodules for faster downstream cloning

    note that this makes it impossible to run some of Deno's tests - we'll
    need to see if we should run those tests at all and how to best support
    them later
    Arc-blroth committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    433950c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01d365a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. put all extensions in extensions_with_js

    (since we're not snapshotting we always need to run JS on startup)
    Arc-blroth committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7f256b0 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Arc-blroth committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0b2db02 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. async magic

    Arc-blroth committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1918739 View commit details
    Browse the repository at this point in the history
  2. new super polyfills weeee

    Arc-blroth committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7d2fa40 View commit details
    Browse the repository at this point in the history
Loading