1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-12 14:50:54 +01:00
Commit graph

57 commits

Author SHA1 Message Date
Arseny Kapoulkine
be2769ad14
Sync to upstream/release/541 ()
- Fix autocomplete not suggesting globals defined after the cursor (fixes )
- Improve type checker stability
- Reduce parser C stack consumption which fixes some stack overflow crashes on deeply nested sources
- Improve performance of bit32.extract/replace when width is implied (~3% faster chess)
- Improve performance of bit32.extract when field/width are constants (~10% faster base64)
- Heap dump now annotates thread stacks with local variable/function names
2022-08-18 14:32:08 -07:00
Arseny Kapoulkine
1b20fcd43c
Sync to upstream/release/539 () 2022-08-04 15:35:33 -07:00
Arseny Kapoulkine
d3b566c258
Sync to upstream/release/538 () 2022-07-28 21:24:07 -07:00
Arseny Kapoulkine
2daa6497a1
Sync to upstream/release/534 () 2022-06-30 16:52:43 -07:00
Arseny Kapoulkine
08ab7da4db
Sync to upstream/release/533 () 2022-06-23 18:56:00 -07:00
Arseny Kapoulkine
f1b46f4b96
Sync to upstream/release/532 () 2022-06-16 18:05:14 -07:00
rblanckaert
55a026811a
Sync to upstream/release/530 ()
* Run clang-format
* Contains a preliminary implementation of deferred constraint resolution
* Reduce stack usage by some recursive functions
* Fix a bug when smartCloning a BoundTypeVar
* Remove some GC related flags from VM
2022-06-03 15:15:45 -07:00