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: luau-lang/luau
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.683
Choose a base ref
...
head repository: luau-lang/luau
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.684
Choose a head ref
  • 2 commits
  • 89 files changed
  • 10 contributors

Commits on Jul 22, 2025

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

Commits on Jul 25, 2025

  1. Sync to upstream/release/684 (#1930)

    ## General
    - Support AstStatDeclareGlobal output as a source string (via
    @karl-police in #1889)
    - Luau heap dump correctly reports the size of a string, now including
    overhead for the string type
    - Prevent yields from Luau `xpcall` error handling function.
     
    ## Analysis
    - Avoid exponential blowup when normalizing union of normalized free
    variables.
    - Fix type pack-related bugs that caused infinite recursion when:
      - A generic type pack was bound to itself during subtyping.
    - In type pack flattening, when that same generic type pack was now
    being bound another generic type pack which contained it.
    - Properly simplify `any & (*error-type* | string)` to `*error-type* |
    *error-type* | string` instead of hanging due to creating a huge union
    type.
    
    ---
    
    Co-authored-by: Andy Friesen <afriesen@roblox.com>
    Co-authored-by: Ariel Weiss <aaronweiss@roblox.com>
    Co-authored-by: Hunter Goldstein <hgoldstein@roblox.com>
    Co-authored-by: Sora Kanosue <skanosue@roblox.com>
    Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com>
    
    ---------
    
    Co-authored-by: Hunter Goldstein <hgoldstein@roblox.com>
    Co-authored-by: Varun Saini <61795485+vrn-sn@users.noreply.github.com>
    Co-authored-by: Menarul Alam <malam@roblox.com>
    Co-authored-by: Aviral Goel <agoel@roblox.com>
    Co-authored-by: Vighnesh <vvijay@roblox.com>
    Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com>
    Co-authored-by: Ariel Weiss <aaronweiss@roblox.com>
    Co-authored-by: Andy Friesen <afriesen@roblox.com>
    9 people authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    66202dc View commit details
    Browse the repository at this point in the history
Loading