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.684
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.685
Choose a head ref
  • 2 commits
  • 29 files changed
  • 10 contributors

Commits on Jul 31, 2025

  1. Add missing documentation for FORGPREP_INEXT and FORGPREP_NEXT (#1933)

    Added documentation for FORGPREP_INEXT and FORGPREP_NEXT regarding the D
    argument, which is used as the jump offset to the corresponding FORGLOOP
    instruction.
    emosaker authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    eaab9c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Sync to upstream/release/685 (#1940)

    Another week, another release!
    
    ## Analysis
    - Do not warn on unknown `require`s in non-strict mode.
    - Improve `Luau::dump`'s output for `DenseHashMap`.
    - Raise type checking errors when we would otherwise be leaking internal
    error types from modules.
    - Fix a crash that would sometimes occur when calling a function with an
    incomplete type.
    - Replace uses of `FFlag::LuauSolverV2` in `ClonePublicInterface` with a
    `solverMode` field.
    - Limit the number of constraints that can be dynamically created to
    fail more gracefully in complex cases.
    - Fix #1932.
    
    ---------
    
    Co-authored-by: Alexander Youngblood <ayoungblood@roblox.com>
    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: Talha Pathan <tpathan@roblox.com>
    Co-authored-by: Vighnesh Vijay <vvijay@roblox.com>
    Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com>
    9 people authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    f3f3bf8 View commit details
    Browse the repository at this point in the history
Loading