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.680
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.681
Choose a head ref
  • 1 commit
  • 24 files changed
  • 9 contributors

Commits on Jul 4, 2025

  1. Sync to upstream/release/681 (#1902)

    # What's Changed?
    Short week, so a slightly shorter release! This one has been focused on
    improving polish in fragment autocomplete and the new solver.
    
    ## New Type Solver
    * Fix a bug where we didn't infer self types correctly under
    bidirectional type inference.
    * Improve the memory consumption of the new solver by reducing the
    number of expensive allocations performed by `Substitution`.
    * The New non strict Mode shouldn't issue errors when we call checked
    functions with `never` values.
    * Extend the number of cases in which the new non strict mode can report
    unknown symbols.
    * Fix a bug where `and` and `or` expressions didn't correctly forward
    information computed by their operands. This should allow more programs
    using these expressions to complete typechecking correctly.
    * Small performance improvements for `Generalization`
    
    ## Fragment Autocomplete
    * Fragment autocomplete provides richer autofill information when typing
    `self.|`
    * Fragment autocomplete now uses refinement information computed in the
    new solver to provide more accurate incremental completion.
    
    ## Code Generation
    * Fix a bug where Codegen could sometimes try to execute a
    non-executable page
    
    ---
    Co-authored-by: Ariel Weiss <aaronweiss@roblox.com>
    Co-authored-by: Hunter Goldstein <hgoldstein@roblox.com>
    Co-authored-by: Vighnesh Vijay <vvijay@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: Alexander Youngblood <ayoungblood@roblox.com>
    Co-authored-by: Menarul Alam <malam@roblox.com>
    Co-authored-by: Aviral Goel <agoel@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 4, 2025
    Configuration menu
    Copy the full SHA
    60cd88a View commit details
    Browse the repository at this point in the history
Loading