Commit graph

  • b0b7dfb714 Fix a few style changes that went out-of-sync Vyacheslav Egorov 2023-01-20 14:18:59 +0200
  • 7a43ae3b37 Merge branch 'upstream' into merge Vyacheslav Egorov 2023-01-20 14:16:10 +0200
  • 652f31958d Merge branch 'master' into merge Vyacheslav Egorov 2023-01-20 14:03:22 +0200
  • eec289ad1b Sync to upstream/release/560 Vyacheslav Egorov 2023-01-20 14:02:39 +0200
  • 729bc44729
    Fix lua_*upvalue() when upvalue names aren't in debug info (#787) Harold Cindy 2023-01-18 10:00:13 -0400
  • 42896829c4
    Fix comments on jump instructions with AUX Epix 2023-01-17 17:41:57 -0800
  • 5a802ee6cc
    Annotations RFC boyned//Kampfkarren 2023-01-17 10:54:29 -0800
  • 1db8ef3f97 Add conformance test for lua_getupvalue() without debug info Harold Cindy 2023-01-14 05:30:37 +0000
  • a5c6a38b10
    Sync to upstream/release/559 (#804) 0.559 Andy Friesen 2023-01-13 14:10:01 -0800
  • efaf15ef7c Merge branch 'upstream' into merge Andy Friesen 2023-01-13 12:38:14 -0800
  • b1000a6889 Merge branch 'master' into merge Andy Friesen 2023-01-13 12:38:09 -0800
  • 96c1cafff2 Sync to upstream/release/559 Andy Friesen 2023-01-13 12:36:28 -0800
  • 353e69324b
    Update constrained-generics.md T 'Filtered' C 2023-01-13 01:59:26 +0000
  • 0af10417cd
    Attach definition location to TableType (#801) JohnnyMorganz 2023-01-12 14:21:25 +0000
  • 86494918f5
    Pass string content to autocomplete callback (#800) JohnnyMorganz 2023-01-11 16:28:11 +0000
  • 07b977850f Fix clones JohnnyMorganz 2023-01-11 15:54:45 +0000
  • 306db6fb59 Track table definition location JohnnyMorganz 2023-01-11 15:53:34 +0000
  • 9aaf5f3a0a Move down JohnnyMorganz 2023-01-11 14:38:35 +0000
  • 30dcf49f04 Pass string content to autocomplete callback JohnnyMorganz 2023-01-10 16:09:18 +0000
  • 2d6b2e4aa8
    Update function-newproxy-table-support.md Brad Sharp 2023-01-10 07:19:57 -0800
  • c740d28e27
    Rename function-newproxy-table.md-support to function-newproxy-table-support.md Brad Sharp 2023-01-09 13:48:35 -0800
  • 6d0a627605
    Rename function-newproxy-table-support to function-newproxy-table.md-support Brad Sharp 2023-01-09 13:48:23 -0800
  • 8ead7ed67a
    Update function-newproxy-table-support Brad Sharp 2023-01-09 13:32:55 -0800
  • 2b63d682d4
    Update function-newproxy-table-support Brad Sharp 2023-01-09 11:53:19 -0800
  • 563c05e48f
    Create function-newproxy-table-support Brad Sharp 2023-01-09 10:02:59 -0800
  • fb0a82fe4c Added Makefile rule for libluau.a Unknown 2023-01-07 13:07:22 +0000
  • be52bd91e4
    Sync to upstream/release/558 (#796) 0.558 vegorov-rbx 2023-01-06 13:14:35 -0800
  • 685ca02a30
    Keep using ubuntu-20.04 in GitHub Actions (and clang++-10 in coverage) (#795) vegorov-rbx 2023-01-06 12:17:25 -0800
  • a2365f2adf Fix build warning Vyacheslav Egorov 2023-01-06 18:30:32 +0200
  • 5db9675537 Smaller recursion limit to not hit stack overflow in debug on Windows Vyacheslav Egorov 2023-01-06 18:30:05 +0200
  • cf45ce6960 Merge branch 'upstream' into merge Vyacheslav Egorov 2023-01-06 18:10:33 +0200
  • 5e3fbc4ba1 Merge branch 'master' into merge Vyacheslav Egorov 2023-01-06 18:10:31 +0200
  • 36f5009026 Sync to upstream/release/558 Vyacheslav Egorov 2023-01-06 18:07:19 +0200
  • 7d99de781d Keep using ubuntu-20.04 in GitHub Actions (and clang++-10 in coverage) Vyacheslav Egorov 2023-01-06 14:01:33 +0200
  • 75a2e95714
    Sync to upstream/release/557 (#794) 0.557 vegorov-rbx 2023-01-04 12:53:17 -0800
  • 1958676f29 Re-using uncleared normalizer in unsafe Vyacheslav Egorov 2023-01-04 14:45:18 +0200
  • ee364a33b4 Fixed iterator invalidation issue Vyacheslav Egorov 2023-01-04 00:31:14 +0200
  • c48b4d7228 Merge branch 'upstream' into merge Vyacheslav Egorov 2023-01-03 19:49:36 +0200
  • 11e129ff00 Merge branch 'master' into merge Vyacheslav Egorov 2023-01-03 19:49:30 +0200
  • 9958d23caa Sync to upstream/release/557 Vyacheslav Egorov 2023-01-03 19:33:19 +0200
  • cb9ff0dd27 docs: update readme installation guide Brittany G 2022-12-27 15:10:57 -0800
  • 3656da6a96 rfc: conditional type RigidOfficial 2022-12-25 17:35:56 +0400
  • bb2d6420e3 Merge branch 'master' of https://github.com/Roblox/luau RigidOfficial 2022-12-22 22:55:18 +0400
  • e711eaee38 e RigidOfficial 2022-12-22 22:53:53 +0400
  • 85764fc7ea Fix lua_*upvalue() when upvalue names aren't in debug info Harold Cindy 2022-12-19 21:49:33 +0000
  • 16970abbfb
    type pack drawback T 'Filtered' C 2022-12-17 01:16:28 +0000
  • 0285afbd73
    RFC: Constrained Generics T 'Filtered' C 2022-12-17 01:14:30 +0000
  • fb2f146123
    Sync to upstream/release/556 (#782) 0.556 Andy Friesen 2022-12-09 11:57:01 -0800
  • 1197bcd5c7 Merge branch 'upstream' into merge Andy Friesen 2022-12-09 10:08:20 -0800
  • 4ba102f304 Merge branch 'master' into merge Andy Friesen 2022-12-09 10:08:16 -0800
  • abe6768a1d Sync to upstream/release/556 Andy Friesen 2022-12-09 10:07:25 -0800
  • e9d4ee7a33
    Make pseudo-indices relative to LUAI_MAXCSTACK (#766) Alex Orlenko 2022-12-06 19:20:24 +0000
  • 4e6ae32625
    Luau Recap: November 2022 (#764) vegorov-rbx 2022-12-02 10:23:20 -0800
  • 59ae47db43
    Sync to upstream/release/555 (#768) 0.555 vegorov-rbx 2022-12-02 10:09:59 -0800
  • 91302d1d4c
    Fix coverage github action by using clang++ without a specific version (#769) vegorov-rbx 2022-12-02 10:08:55 -0800
  • f1afef63d7 Well, if we can't install llvm-10, we can only rely on clang++ Vyacheslav Egorov 2022-12-02 18:47:35 +0200
  • fda4560edd Install matching llvm to use clang++-10 Vyacheslav Egorov 2022-12-02 18:28:04 +0200
  • 6cd507dff0 Work-around for gcc Vyacheslav Egorov 2022-12-02 18:22:01 +0200
  • f10b294d62 What even is this Vyacheslav Egorov 2022-12-02 15:46:09 +0200
  • 621d21d4c2 Merge branch 'upstream' into merge Vyacheslav Egorov 2022-12-02 12:58:55 +0200
  • 471ec75a60 Merge branch 'master' into merge Vyacheslav Egorov 2022-12-02 12:56:19 +0200
  • fc459699da Sync to upstream/release/555 Vyacheslav Egorov 2022-12-02 12:46:05 +0200
  • 6f6ecfd07c
    Make pseudo-indices relative to LUAI_MAXCSTACK Alex Orlenko 2022-12-01 13:34:58 +0000
  • eb12d3fb24
    Update docs/_posts/2022-11-30-luau-recap-november-2022.md vegorov-rbx 2022-12-01 03:25:29 -0800
  • 3a47529d7c New features, first one is very cool Vyacheslav Egorov 2022-11-30 23:24:39 +0200
  • 3836ed344c Don't double-quote Vyacheslav Egorov 2022-11-30 18:32:44 +0200
  • b2eeca89f9 Added November 2022 post Vyacheslav Egorov 2022-11-30 18:27:30 +0200
  • 9095fc4b83
    Support __call on class type vars (#762) JohnnyMorganz 2022-11-28 18:02:41 +0000
  • e3abf8d2e2
    Merge branch 'master' into class-call vegorov-rbx 2022-11-28 05:56:17 -0800
  • 7dbe47f4dd
    Handle cyclically referenced declared classes (#729) JohnnyMorganz 2022-11-28 13:25:44 +0000
  • 6edcd7820c
    Update Analysis/src/TypeInfer.cpp JohnnyMorganz 2022-11-28 13:09:42 +0000
  • 213515db3b Fix formatting JohnnyMorganz 2022-11-28 11:18:00 +0000
  • 8a93a16738 Add FFlag JohnnyMorganz 2022-11-28 11:16:35 +0000
  • 1e4a993f20 Check __call for class type vars JohnnyMorganz 2022-11-27 16:32:16 +0000
  • 9f025a0d5f Add test case JohnnyMorganz 2022-11-27 16:30:14 +0000
  • 54aa72ce47 Merge branch 'master' of https://github.com/Roblox/luau into ctv-forward-declare JohnnyMorganz 2022-11-27 16:15:12 +0000
  • 544aeeff62
    RFC: Generalized String Iteration bmcq-0 2022-11-24 21:35:02 -0500
  • 95d9c6d194
    Sync to upstream/release/553 (#751) 0.554 Andy Friesen 2022-11-18 11:47:21 -0800
  • 3ac3798e79 Merge branch 'upstream' into merge Andy Friesen 2022-11-18 10:52:52 -0800
  • d5ff348e4e Merge remote-tracking branch 'origin/master' into merge Andy Friesen 2022-11-18 10:52:40 -0800
  • f52169509c Sync to upstream/release/554 Andy Friesen 2022-11-18 10:45:14 -0800
  • aa7c64517c
    Fix string interpolation autocomplete and location (#748) boyned//Kampfkarren 2022-11-16 10:15:01 -0800
  • d9a5177d8d Bump CI, Mac build cancelled Kampfkarren 2022-11-15 14:41:28 -0800
  • 66fd277eee Don't want this Kampfkarren 2022-11-15 13:52:17 -0800
  • 6ab5848566 clangd keeps adding this :( Kampfkarren 2022-11-15 13:51:40 -0800
  • 971088a08a Handle formatting of parts of formatted interpolated string Kampfkarren 2022-11-15 13:50:52 -0800
  • 2d94ef6f55 Revert flag change Kampfkarren 2022-11-15 13:14:35 -0800
  • 45ab1105a6 Not necessary Kampfkarren 2022-11-15 13:14:17 -0800
  • f18b43d3da CRLF -> LF Kampfkarren 2022-11-15 13:13:45 -0800
  • eb53fa5bec Fix string interpolation autocomplete Kampfkarren 2022-11-15 13:12:39 -0800
  • c32cdd5c42 Start work on string interpolation autocomplete fixes Kampfkarren 2022-11-15 11:17:52 -0800
  • 795ed9c789 Merge branch 'master' of https://github.com/Roblox/luau into ctv-forward-declare JohnnyMorganz 2022-11-11 10:43:12 +0000
  • 816e41a8f2
    Sync to upstream/release/553 (#742) 0.553 vegorov-rbx 2022-11-10 14:53:13 -0800
  • 2b36613293 Merge branch 'upstream' into merge Vyacheslav Egorov 2022-11-11 00:12:57 +0200
  • 3289fc1b85 Merge remote-tracking branch 'upstream/master' into merge Vyacheslav Egorov 2022-11-11 00:12:36 +0200
  • 3155ba0358 Sync to upstream/release/553 Vyacheslav Egorov 2022-11-11 00:04:44 +0200
  • f68df152a1
    Create type-byte-array.md Rerumu 2022-11-06 00:21:09 -0400
  • dc0263b0fe
    Merge branch 'Roblox:master' into master Nikita Gordeev 2022-11-06 11:00:19 +0700
  • 0f04d521e6
    Add "Luau origins and evolution" post (#737) Arseny Kapoulkine 2022-11-04 15:26:37 -0700
  • b09c17bbfe
    Update 2022-11-04-luau-origins-and-evolution.md Arseny Kapoulkine 2022-11-04 15:26:01 -0700