1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-21 20:23:47 +01:00
luau/Ast/include/Luau
Hunter Goldstein c759cd5581
Sync to upstream/release/656 ()
# General

All code has been re-formatted by `clang-format`; this is not
mechanically enforced, so Luau may go out-of-sync over the course of the
year.

# New Solver

* Track free types interior to a block of code on `Scope`, which should
reduce the number of free types that remain un-generalized after type
checking is complete (e.g.: less errors like `'a <: number is
incompatible with number`).

# Autocomplete

* Fragment autocomplete now does *not* provide suggestions within
comments (matching non-fragment autocomplete behavior).
* Autocomplete now respects iteration and recursion limits (some hangs
will now early exit with a "unification too complex error," some crashes
will now become internal complier exceptions).

# Runtime

* Add a limit to how many Luau codegen slot nodes addresses can be in
use at the same time (fixes , fixes ).
* Added constant folding for vector arithmetic (fixes ).
* Added support for `buffer.readbits` and `buffer.writebits` (see:
https://github.com/luau-lang/rfcs/pull/18).

---

Co-authored-by: Aaron Weiss <aaronweiss@roblox.com>
Co-authored-by: David Cope <dcope@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>
2025-01-10 11:34:39 -08:00
..
Allocator.h Sync to upstream/release/656 () 2025-01-10 11:34:39 -08:00
Ast.h Sync to upstream/release/651 () 2024-11-08 13:41:45 -08:00
Confusables.h Sync to upstream/release/501 () 2021-11-01 14:52:34 -07:00
Lexer.h Sync to upstream/release/655 () 2024-12-13 13:02:30 -08:00
Location.h Sync to upstream/release/656 () 2025-01-10 11:34:39 -08:00
ParseOptions.h Sync to upstream/release/654 () 2024-12-02 16:16:33 -08:00
Parser.h Sync to upstream/release/650 () 2024-11-01 12:06:07 -07:00
ParseResult.h Sync to upstream/release/551 () 2022-10-28 03:37:29 -07:00
StringUtils.h Sync to upstream/release/549 () 2022-10-14 12:48:41 -07:00
TimeTrace.h Sync to upstream/release/645 () 2024-09-27 11:58:21 -07:00