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: rollup/rollup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.3
Choose a head ref
  • 20 commits
  • 90 files changed
  • 8 contributors

Commits on Oct 7, 2023

  1. Update migration guide for Rollup 4 (#5179)

    * Update migration guide
    
    * Update anchors
    lukastaegert authored Oct 7, 2023
    2 Configuration menu
    Copy the full SHA
    8b217ce View commit details
    Browse the repository at this point in the history
  2. chore: explicitly set rust toolchain channel (#5177)

    * chore: explicitly set the toolchain channel
    
    * set `profile` to default
    
    * add target in ci
    
    * nightly specifier
    
    * Update build-and-tests.yml
    
    * specify default toolchain for docker builds
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    cijiugechu and lukastaegert authored Oct 7, 2023
    1 Configuration menu
    Copy the full SHA
    15d321b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. 1 Configuration menu
    Copy the full SHA
    2a86412 View commit details
    Browse the repository at this point in the history
  2. Resolve clippy errors (#5180)

    * resolve clippy errors
    
    * remove import in `bindings_wasm`
    cijiugechu authored Oct 9, 2023
    1 Configuration menu
    Copy the full SHA
    e99ff72 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    c453664 View commit details
    Browse the repository at this point in the history
  4. Add clippy to pipeline and fix remaining issues (#5183)

    * Fix all clippy lints
    
    * Add clippy to pipeline
    
    * Fix toolchain for REPL
    lukastaegert authored Oct 9, 2023
    1 Configuration menu
    Copy the full SHA
    080d224 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Improve wording for native artifacts in migration guide (#5186)

    Improve wording for antive artifacts in migration guide
    lukastaegert authored Oct 10, 2023
    2 Configuration menu
    Copy the full SHA
    f52a2eb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 13, 2023

  1. 1 Configuration menu
    Copy the full SHA
    97bffa8 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    dddf626 View commit details
    Browse the repository at this point in the history
  3. chore(deps): lock file maintenance minor/patch updates (#5197)

    * chore(deps): lock file maintenance minor/patch updates
    
    * Fix types
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    3 people authored Oct 13, 2023
    1 Configuration menu
    Copy the full SHA
    4bcf4e1 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency rollup to v4 (#5196)

    * chore(deps): update dependency rollup to v4
    
    * Update plugins
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    renovate[bot] and lukastaegert authored Oct 13, 2023
    1 Configuration menu
    Copy the full SHA
    e2f947f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. perf: reducing ast node memory overhead (#5133)

    * perf: pack booleans in bitfield
    
    Booleans are represented by numbers and take up 4 bytes each at the time
    of this commit in v8. This commit packs all the boolean fields of the
    AST nodes into a single 32-bit integer which ammortizes the cost of the
    boolean fields. The end result is smaller AST nodes.
    
    * chore: use bit shifts instead of binary literals
    
    * chore: remove context wrapper accessor from node
    
    We now just access through `this.scope.context` directly.
    
    * chore: cleaning up keys assignment
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    thebanjomatic and lukastaegert authored Oct 14, 2023
    1 Configuration menu
    Copy the full SHA
    72c6639 View commit details
    Browse the repository at this point in the history
  2. 4.1.0

    lukastaegert committed Oct 14, 2023
    2 Configuration menu
    Copy the full SHA
    cb144b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. 1 Configuration menu
    Copy the full SHA
    f3eaa28 View commit details
    Browse the repository at this point in the history
  2. 4.1.1

    lukastaegert committed Oct 15, 2023
    2 Configuration menu
    Copy the full SHA
    d8b31a2 View commit details
    Browse the repository at this point in the history
  3. fix: export xxhashBase64Url from wasm (#5203)

    * fix: export xxhashBase64Url from wasm
    
    * fix: set js_name for xxhash_base64_url function from wasm
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    sapphi-red and lukastaegert authored Oct 15, 2023
    1 Configuration menu
    Copy the full SHA
    ee0639e View commit details
    Browse the repository at this point in the history
  4. 4.1.2

    lukastaegert committed Oct 15, 2023
    2 Configuration menu
    Copy the full SHA
    ebd96c4 View commit details
    Browse the repository at this point in the history
  5. Fix publish script

    lukastaegert committed Oct 15, 2023
    1 Configuration menu
    Copy the full SHA
    70f79ad View commit details
    Browse the repository at this point in the history
  6. 4.1.3

    lukastaegert committed Oct 15, 2023
    2 Configuration menu
    Copy the full SHA
    c61a150 View commit details
    Browse the repository at this point in the history
Loading