Commit graph

  • 81200e13f6 Sync to upstream/release/569 Andy Friesen 2023-03-24 10:34:14 -07:00
  • 0c0dfbabda Switch require's arg to unknown JohnnyMorganz 2023-03-23 21:32:54 +00:00
  • 2fe2eb9bc5 Improve the type for os.date JohnnyMorganz 2023-03-22 13:26:34 +00:00
  • 0d6aacf407
    RFC: Floor division operator (#832) Petri Häkkinen 2023-03-21 00:12:48 +02:00
  • a4b31f940a
    Update compatibility.md Arseny Kapoulkine 2023-03-20 11:09:58 -07:00
  • b079d89c4a Add Python, R and Julia as examples of other languages having floor division operator Petri Häkkinen 2023-03-19 21:12:18 +02:00
  • 0d2c4844f1 Pull out test expression to fix compile errors on clang (CHECK does not like function pointers?) Petri Häkkinen 2023-03-19 20:58:52 +02:00
  • ec02b1c716 Remove workaround for warning C4180 (causes issues on other compilers) Petri Häkkinen 2023-03-19 20:48:19 +02:00
  • b34eeb0183 Test for lua_getuserdatadtor Petri Häkkinen 2023-03-19 20:22:40 +02:00
  • 6a30fe2fe4 Add lua_getuserdatadtor Petri Häkkinen 2023-03-19 19:58:45 +02:00
  • cc95264b48 Strengthen contract JohnnyMorganz 2023-03-19 14:40:26 +00:00
  • 24185678fe RFC: User-defined type predicates JohnnyMorganz 2023-03-19 14:33:50 +00:00
  • 42a2805f85
    Sync to upstream/release/568 (#865) 0.568 vegorov-rbx 2023-03-17 21:20:37 +02:00
  • cccd4dcade
    Apply suggestions from code review Alan Jeffrey 2023-03-17 12:09:36 -05:00
  • 1c4d7a6be7 Merge branch 'upstream' into merge Vyacheslav Egorov 2023-03-17 17:00:29 +02:00
  • bbeec108a7 Merge branch 'master' into merge Vyacheslav Egorov 2023-03-17 17:00:25 +02:00
  • e280064f45 Sync to upstream/release/568 Vyacheslav Egorov 2023-03-17 16:59:30 +02:00
  • 309c77bebd Minor fixes ajeffrey@roblox.com 2023-03-15 18:12:13 -05:00
  • 15553ca3ff Add a drawback about multi-constructor classes ajeffrey@roblox.com 2023-03-15 18:06:10 -05:00
  • 54308d7472 Minor fixes ajeffrey@roblox.com 2023-03-15 17:59:00 -05:00
  • 5470f2a264 Second draft ajeffrey@roblox.com 2023-03-14 11:39:57 -05:00
  • 9311c0c57a
    Add RFC for type error suppression (#835) Alan Jeffrey 2023-03-13 19:33:27 -05:00
  • 0a84f94634 First draft of shared self types RFC ajeffrey@roblox.com 2023-03-13 17:56:24 -05:00
  • 29d0ea10cf
    Add DCR solver to analysis benchmarks (#862) Arseny Kapoulkine 2023-03-13 13:58:29 -07:00
  • 757c68f97e
    Add DCR solver to analysis benchmarks Arseny Kapoulkine 2023-03-13 12:57:36 -07:00
  • 05005eaf7a Undo drive by formatting JohnnyMorganz 2023-03-13 19:17:56 +00:00
  • d36b5f7dee Include module name for definitions files JohnnyMorganz 2023-03-13 19:07:50 +00:00
  • 1fa8311a18
    Sync to upstream/release/567 (#860) 0.567 Andy Friesen 2023-03-10 12:21:07 -08:00
  • a0fe195305 Merge branch 'upstream' into merge Andy Friesen 2023-03-10 11:21:41 -08:00
  • cfee765dc7 Merge branch 'master' into merge Andy Friesen 2023-03-10 11:20:20 -08:00
  • 4653484913 Sync to upstream/release/567 Andy Friesen 2023-03-10 11:20:04 -08:00
  • 78798d4641
    Fixed lerp() duplicate when compiling for C++20 (#851) niansa/tuxifan 2023-03-06 13:42:59 +01:00
  • f381a0930a
    Another approach: rename lerp to math_lerp instead niansa/tuxifan 2023-03-05 12:55:57 +01:00
  • 140e5a1495
    Sync to upstream/release/566 (#853) 0.566 vegorov-rbx 2023-03-03 22:21:14 +02:00
  • ac9718e31a Merge branch 'upstream' into merge Vyacheslav Egorov 2023-03-03 15:53:22 +02:00
  • ca34b44be6 Merge branch 'master' into merge Vyacheslav Egorov 2023-03-03 15:53:16 +02:00
  • 9a281f0492 Sync to upstream/release/566 Vyacheslav Egorov 2023-03-03 15:45:38 +02:00
  • 873c9828ce
    Do not restrict this fix to clang, it niansa/tuxifan 2023-03-02 12:16:09 +01:00
  • 2c04b27e36
    Fixed lerp() duplicate on Clang niansa/tuxifan 2023-03-02 12:01:54 +01:00
  • 48172dd5b1
    Update SECURITY.md Arseny Kapoulkine 2023-03-01 14:40:40 -08:00
  • 6601c41bff
    Correct table.getn/foreach deprecation RFC (#848) Arseny Kapoulkine 2023-02-27 12:30:33 -08:00
  • aef99ae0d4
    docs: Add deprecation notice to getn/foreach/foreachi (#849) Arseny Kapoulkine 2023-02-27 12:30:23 -08:00
  • 90e14aaa0c
    Update library.md Arseny Kapoulkine 2023-02-27 12:20:09 -08:00
  • 6b2cbbbc00
    docs: Add deprecation notice to getn/foreach/foreachi Arseny Kapoulkine 2023-02-27 12:17:16 -08:00
  • a72e958664
    Correct table.getn/foreach deprecation RFC Arseny Kapoulkine 2023-02-27 12:15:04 -08:00
  • d2ab5df62b
    Sync to upstream/release/565 (#845) 0.565 Andy Friesen 2023-02-24 13:49:38 -08:00
  • e58bb1b27f GCC fix. Andy Friesen 2023-02-24 10:29:24 -08:00
  • 7a822c9429 Merge branch 'upstream' into merge Andy Friesen 2023-02-24 10:25:04 -08:00
  • 3974fcc0e9 Merge branch 'master' into merge Andy Friesen 2023-02-24 10:24:58 -08:00
  • 1e7b23fbfc Sync to upstream/release/565 Andy Friesen 2023-02-24 10:24:22 -08:00
  • fbd93cbc03
    docs: update readme installation guide (#792) B. Gibbons 2023-02-23 13:08:45 -08:00
  • 827f5cf6c8
    Update README.md Arseny Kapoulkine 2023-02-23 13:07:23 -08:00
  • 6b8a8db3d2
    Update README.md Arseny Kapoulkine 2023-02-23 13:04:35 -08:00
  • c38cdf5fa8
    Create totable RFC Dekkonot 2023-02-22 00:57:32 -08:00
  • b570ff0a37
    Sync to upstream/release/564 (#841) 0.564 vegorov-rbx 2023-02-18 01:41:51 +02:00
  • be06c31ce5 Merge branch 'upstream' into merge Vyacheslav Egorov 2023-02-17 16:55:33 +02:00
  • 1f8ec89465 Merge branch 'master' into merge Vyacheslav Egorov 2023-02-17 16:55:28 +02:00
  • 5c77305609 Sync to upstream/release/564 Vyacheslav Egorov 2023-02-17 16:53:37 +02:00
  • b6f220e34d Fix multiple spelling issues: Libraray.md Midnightific 2023-02-16 20:01:28 +08:00
  • 55f72d2e47
    Fix spelling error: Library.md Griffin 2023-02-16 07:50:34 +08:00
  • e55a278627 Split long paragraph Petri Häkkinen 2023-02-15 13:34:27 +02:00
  • 483b4eb5da Clarification: reworded a paragraph based on comments from zeux Petri Häkkinen 2023-02-15 13:27:45 +02:00
  • 2e5f95ca58
    Update STATUS.md Arseny Kapoulkine 2023-02-14 12:25:58 -08:00
  • 8f37fc6dfc
    RFC: Deprecate table.getn/foreach/foreachi (#715) Arseny Kapoulkine 2023-02-14 12:25:12 -08:00
  • 742702a17d
    Update lower-bounds-calculation.md Arseny Kapoulkine 2023-02-14 12:23:54 -08:00
  • fc9b14ce69 Add //= to floor division rfc Petri Häkkinen 2023-02-14 09:12:35 +02:00
  • 96d2cdb0c7 Minor styling tweaks to floor division rfc Petri Häkkinen 2023-02-14 08:58:41 +02:00
  • b1673c3087 Properly support visibility Acedia / Melancholy 2023-02-13 03:10:04 +06:30
  • 6d232bb73c Change option description Acedia / Melancholy 2023-02-12 23:08:17 +06:30
  • bcd282bc09 Restore original settings Acedia / Melancholy 2023-02-12 23:05:41 +06:30
  • 033397fa0e Fix definitions Acedia / Melancholy 2023-02-12 23:03:08 +06:30
  • b0f2a2bf1e Add new cmake setting Acedia / Melancholy 2023-02-12 22:47:20 +06:30
  • af056da5fb Add RFC for type error suppression ajeffrey@roblox.com 2023-02-10 19:07:53 -06:00
  • c5089def6e
    Sync to upstream/release/563 (#833) 0.563 Andy Friesen 2023-02-10 11:40:38 -08:00
  • c3b194538f Merge branch 'upstream' into merge Andy Friesen 2023-02-10 10:51:49 -08:00
  • 41ff9cbe64 Merge branch 'master' into merge Andy Friesen 2023-02-10 10:51:45 -08:00
  • b388e27995 Sync to upstream/release/563 Andy Friesen 2023-02-10 10:50:54 -08:00
  • 18a1dc3440
    Fix comments on jump instructions with AUX (#808) Epix 2023-02-09 06:12:58 -08:00
  • 3a173641df RFC: Floor division operator Petri Häkkinen 2023-02-08 20:18:33 +02:00
  • c5555c6573
    News about string interpolation feature and a syntax page update (#829) 0.562 vegorov-rbx 2023-02-03 21:41:13 +02:00
  • 62483d40f0
    Sync to upstream/release/562 (#828) vegorov-rbx 2023-02-03 21:26:13 +02:00
  • 81eb3cf5d9 Maybe settle on this Vyacheslav Egorov 2023-02-03 21:15:00 +02:00
  • f57cede13a Escape test Vyacheslav Egorov 2023-02-03 21:12:26 +02:00
  • 0c668252d0
    Update docs/_pages/syntax.md vegorov-rbx 2023-02-03 11:09:35 -08:00
  • 4469e7cbb8
    Apply suggestions from code review vegorov-rbx 2023-02-03 11:08:14 -08:00
  • baebdb9f3a Review suggestion Vyacheslav Egorov 2023-02-03 20:33:11 +02:00
  • 716bb7c3eb
    Apply suggestions from code review vegorov-rbx 2023-02-03 10:26:47 -08:00
  • acfe852777 It's 'in something', not 'by something'... I think Vyacheslav Egorov 2023-02-03 19:52:58 +02:00
  • b7730e0549 I think this is the correct link Vyacheslav Egorov 2023-02-03 19:38:24 +02:00
  • ca95aa1c46 Try to correct a link Vyacheslav Egorov 2023-02-03 19:35:41 +02:00
  • 5d2db481f7 What is a Liquid escape? Vyacheslav Egorov 2023-02-03 19:29:29 +02:00
  • 710f60b17f Update anchor Vyacheslav Egorov 2023-02-03 19:26:04 +02:00
  • 1e967186ae Final pages Vyacheslav Egorov 2023-02-03 19:22:28 +02:00
  • c76dd1ce9f Merge branch 'upstream' into merge Vyacheslav Egorov 2023-02-03 14:34:42 +02:00
  • f49f073621 Merge branch 'master' into merge Vyacheslav Egorov 2023-02-03 14:34:37 +02:00
  • dba2936823 Sync to upstream/release/562 Vyacheslav Egorov 2023-02-03 14:34:12 +02:00
  • a6b5dc74c0 Placeholder pages Vyacheslav Egorov 2023-02-03 13:59:07 +02:00
  • d00b1ffe34 RFC: Attributes Mooshua 2023-01-30 16:17:23 -08:00
  • f763f4c948
    Sync to upstream/release/561 (#820) 0.561 Andy Friesen 2023-01-27 14:28:31 -08:00
  • 523db5eaca Another GCC fix. Andy Friesen 2023-01-27 14:15:57 -08:00