-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: rollup/rollup
base: v4.0.2
head repository: rollup/rollup
compare: v4.1.3
- 20 commits
- 90 files changed
- 8 contributors
Commits on Oct 7, 2023
-
Update migration guide for Rollup 4 (#5179)
* Update migration guide * Update anchors
2Configuration menu - View commit details
-
Copy full SHA for 8b217ce - Browse repository at this point
Copy the full SHA 8b217ceView commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for 15d321b - Browse repository at this point
Copy the full SHA 15d321bView commit details
Commits on Oct 9, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 2a86412 - Browse repository at this point
Copy the full SHA 2a86412View commit details -
* resolve clippy errors * remove import in `bindings_wasm`
1Configuration menu - View commit details
-
Copy full SHA for e99ff72 - Browse repository at this point
Copy the full SHA e99ff72View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for c453664 - Browse repository at this point
Copy the full SHA c453664View commit details -
Add clippy to pipeline and fix remaining issues (#5183)
* Fix all clippy lints * Add clippy to pipeline * Fix toolchain for REPL
1Configuration menu - View commit details
-
Copy full SHA for 080d224 - Browse repository at this point
Copy the full SHA 080d224View commit details
Commits on Oct 10, 2023
-
Improve wording for native artifacts in migration guide (#5186)
Improve wording for antive artifacts in migration guide
2Configuration menu - View commit details
-
Copy full SHA for f52a2eb - Browse repository at this point
Copy the full SHA f52a2ebView commit details
Commits on Oct 11, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for d90f274 - Browse repository at this point
Copy the full SHA d90f274View commit details
Commits on Oct 13, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 97bffa8 - Browse repository at this point
Copy the full SHA 97bffa8View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for dddf626 - Browse repository at this point
Copy the full SHA dddf626View commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for 4bcf4e1 - Browse repository at this point
Copy the full SHA 4bcf4e1View commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for e2f947f - Browse repository at this point
Copy the full SHA e2f947fView commit details
Commits on Oct 14, 2023
-
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>
1Configuration menu - View commit details
-
Copy full SHA for 72c6639 - Browse repository at this point
Copy the full SHA 72c6639View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for cb144b2 - Browse repository at this point
Copy the full SHA cb144b2View commit details
Commits on Oct 15, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for f3eaa28 - Browse repository at this point
Copy the full SHA f3eaa28View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for d8b31a2 - Browse repository at this point
Copy the full SHA d8b31a2View commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for ee0639e - Browse repository at this point
Copy the full SHA ee0639eView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for ebd96c4 - Browse repository at this point
Copy the full SHA ebd96c4View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 70f79ad - Browse repository at this point
Copy the full SHA 70f79adView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for c61a150 - Browse repository at this point
Copy the full SHA c61a150View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.2...v4.1.3