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.1.5
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.2.0
Choose a head ref
  • 7 commits
  • 23 files changed
  • 4 contributors

Commits on Oct 29, 2023

  1. build: ensure rust toolchain components for linting are installed (#5228

    )
    
    Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
    jerome-benoit authored Oct 29, 2023
    1 Configuration menu
    Copy the full SHA
    08d65d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Revert specifying rustfmt and clippy in toolchain file as it breaks R…

    …EPL build (#5232)
    
    * Specify toolchain components also in Github workflows
    
    * Revert added components as it breaks REPL build
    lukastaegert authored Oct 30, 2023
    1 Configuration menu
    Copy the full SHA
    17d33a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Render emtpy block comments after tree-shaken statements (#5231)

    Render emtpy blick comments after tree-shaken statements
    lukastaegert authored Oct 31, 2023
    1 Configuration menu
    Copy the full SHA
    835a7fa View commit details
    Browse the repository at this point in the history
  2. 4.1.6

    lukastaegert committed Oct 31, 2023
    2 Configuration menu
    Copy the full SHA
    5901e54 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    5865fbd View commit details
    Browse the repository at this point in the history
  4. perf: introduce parseAstAsync and parallelize parsing AST (#5202)

    * perf: introduce `parseAstAsync` and parallelize parsing ast
    
    * chore: fix lint
    
    * chore: fix type
    
    * Test that errors in this.parse are handled
    
    * Slightly improve docs
    
    ---------
    
    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 31, 2023
    1 Configuration menu
    Copy the full SHA
    49b57c2 View commit details
    Browse the repository at this point in the history
  5. 4.2.0

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