Commit graph

  • ec9455145e
    Reserve the dollar sign token boyned//Kampfkarren 2024-06-22 12:26:53 -07:00
  • 766134c2d5
    Renamed all instances of type operators to type functions (#43) Junseo Yoo 2024-06-20 12:52:09 -07:00
  • f2c9c59045
    Update docs/index-type-operator.md Junseo Yoo 2024-06-20 11:20:08 -07:00
  • f71f1d95cf Renamed all instances of type operators to type functions Junseo Yoo 2024-06-20 10:48:22 -07:00
  • d473220d97
    RFC: rawget Type Operator (#39) Junseo Yoo 2024-06-20 10:30:09 -07:00
  • afccdf5615
    Update docs/rawget-type-operator.md Junseo Yoo 2024-06-18 17:23:40 -07:00
  • f71a7c5578
    Update README.md Andy Friesen 2024-06-18 13:20:21 -07:00
  • 70871e7516
    Update new-require-by-string-semantics.md (#22) menarulalam 2024-06-18 09:18:16 -07:00
  • 7ad9975637 Unaccept syntax-key-destructuring.md Andy Friesen 2024-06-14 14:15:26 -07:00
  • 0efbc17d2a fixed merge Junseo Yoo 2024-06-14 10:41:23 -07:00
  • 0c30f7e92e Revided the reasoning for second drawback Junseo Yoo 2024-06-14 10:40:44 -07:00
  • 3b26c60c16
    Update docs/export-keyword.md rfc-export-keyword Brad Sharp 2024-06-14 09:02:07 -07:00
  • fd7fab8c35
    Added an article and broke up a sentence into two Junseo Yoo 2024-06-13 16:12:07 -07:00
  • 2126e5c0d2
    Revised wording for motivation section Junseo Yoo 2024-06-13 16:11:37 -07:00
  • 960a1f7a4a
    grammar fix: "interactions" -> "interaction" Junseo Yoo 2024-06-12 09:32:41 -07:00
  • 2cd9574abb
    reword "runtime pair" to counterpart and update the link Junseo Yoo 2024-06-12 09:32:08 -07:00
  • b4980e0435
    Redirect users to open-source Luau global functions Junseo Yoo 2024-06-12 09:31:33 -07:00
  • 70db7708a3
    Rephrased the summary Junseo Yoo 2024-06-12 09:28:53 -07:00
  • a22eb205dd Added a note about how this type operator doesn't work with class types Junseo Yoo 2024-06-11 15:33:33 -07:00
  • 235b241b64 Revised the drawbacks section Junseo Yoo 2024-06-11 15:23:26 -07:00
  • 5dfcd10e34 add benchmarks about very small arrays Dubiousjim 2024-06-11 22:15:39 +02:00
  • c9aef6cb3d compare binary sizes Dubiousjim 2024-06-11 21:34:05 +02:00
  • af34e7edf2 update benchmarks against Luau's actual algorithm Dubiousjim 2024-06-11 21:33:51 +02:00
  • c63b54093c remove reverse argument from proposal Dubiousjim 2024-06-11 21:09:09 +02:00
  • d61a52ed61 remove table.rotate proposal Dubiousjim 2024-06-11 21:08:07 +02:00
  • bdc65945f8 rename stable_sort to stablesort Dubiousjim 2024-06-11 21:07:15 +02:00
  • 72161130da Revised motivation section and design section Junseo Yoo 2024-06-11 11:20:58 -07:00
  • 079f05f1b5
    grammar fixes Junseo Yoo 2024-06-11 09:32:08 -07:00
  • 8ce7955b0d
    Update RFC Brad Sharp 2024-06-11 09:11:07 -07:00
  • c0f8ae51d9
    RFC: index Type Operator (#38) Junseo Yoo 2024-06-10 15:22:56 -07:00
  • 3193501e6a Wrote an edge case with the 100 recursive __index calls Junseo Yoo 2024-06-10 15:15:03 -07:00
  • 22e08b7856 Added small bit about syntactic sugar for index type operators Junseo Yoo 2024-06-10 15:13:00 -07:00
  • 8f4646cffe RFC: Stable Sort Dubiousjim 2024-06-10 23:18:32 +02:00
  • fd8f36cd8a
    Reworded for better clarity Junseo Yoo 2024-06-10 14:01:16 -07:00
  • 102e05fb0c Code blocks '''lua -> '''luau Junseo Yoo 2024-06-10 10:49:33 -07:00
  • d3b99419a3 Code blocks '''lua -> '''luau Junseo Yoo 2024-06-10 10:47:19 -07:00
  • 75d55ca4de
    RFC: Native Attribute for Functions (#31) Aviral Goel 2024-06-10 09:30:19 -07:00
  • 50983115f2 Remove warning section Aviral Goel 2024-06-10 09:26:11 -07:00
  • 364425c518
    Update codeblocks' language to use luau. (#40) Alexander McCord 2024-06-10 08:15:36 -07:00
  • 620cbd88cc Update codeblocks' language to use luau. Alexander McCord 2024-06-10 07:57:01 -07:00
  • c0632acab0 Forgot .md Junseo Yoo 2024-06-07 17:19:10 -07:00
  • 74bc6e9aca rfc for rawget type operator completed Junseo Yoo 2024-06-07 17:01:59 -07:00
  • 1f61d7346b Added more clarifications on interactions of index and classes Junseo Yoo 2024-06-05 14:40:21 -07:00
  • 202e9ddc31 Fixed the error messages to be consistent with current implementation of index type operators Junseo Yoo 2024-06-05 13:56:35 -07:00
  • ca4bfbbf95 Initial commit for rawget Junseo Yoo 2024-06-05 13:36:51 -07:00
  • d0bd358491 Added explanation about interactions with __index metamethod Junseo Yoo 2024-06-04 23:51:13 -07:00
  • 6002a16fc3
    RFC: An official mascot for Luau (#37) aaron 2024-06-04 13:41:11 -04:00
  • 7e974f0b3b index type operator version 2 Junseo Yoo 2024-05-31 11:31:04 -07:00
  • 5782ba9463 Revised the alternatives section Junseo Yoo 2024-05-31 09:55:07 -07:00
  • 4e3c3e5774 Merge remote-tracking branch 'upstream/master' into jeremyyoo-index-type-operator the commit. Junseo Yoo 2024-05-31 09:41:57 -07:00
  • 477d7911f0
    Update docs/index-type-operator.md Junseo Yoo 2024-05-31 09:40:59 -07:00
  • 0f30ae5e27
    Update index-type-operator.md Junseo Yoo 2024-05-30 15:58:44 -07:00
  • b764c59718 Added a note for the errors, rewrote 'Drawbacks' section Junseo Yoo 2024-05-30 15:00:17 -07:00
  • 590a7c64ba
    Update docs/index-type-operator.md Junseo Yoo 2024-05-30 14:32:18 -07:00
  • b0c5b71aef
    Update docs/index-type-operator.md Junseo Yoo 2024-05-30 14:31:47 -07:00
  • a17cfd48d6
    Update docs/index-type-operator.md Junseo Yoo 2024-05-30 13:13:24 -07:00
  • 7893ca4d9a index type operator version 1 Junseo Yoo 2024-05-30 12:15:32 -07:00
  • 21d3413d47
    RFC: Function Attribute Parameters (#30) Aviral Goel 2024-05-30 12:19:18 -07:00
  • 2faf086fff Propose function-call syntax for attributes Aviral Goel 2024-05-28 16:54:10 -07:00
  • 6b419b787b
    typo aaron 2024-05-21 16:24:54 -07:00
  • d6ba976a35 mascot rfc Aaron Weiss 2024-05-21 13:58:54 -07:00
  • f8d047f294 Improve presentation, fix ebnf syntax, and address comments. Aviral Goel 2024-05-20 20:57:06 -07:00
  • 7e35ba35a0
    Key destructuring (local {.a, .b} = t) (#24) boyned//Kampfkarren 2024-05-20 20:00:51 -07:00
  • dab751842f
    Spell check boyned//Kampfkarren 2024-05-20 19:29:28 -07:00
  • fd974c467d
    Fix type boyned//Kampfkarren 2024-05-20 19:29:08 -07:00
  • c298b09ddf
    Comma LordOfSpelunky 2024-05-20 12:58:59 -07:00
  • 213036b1ed
    Initial draft LordOfSpelunky 2024-05-20 12:51:37 -07:00
  • 164cc870de
    minor edit to alternatives James 2024-05-20 13:35:59 -04:00
  • 66ad54f2aa
    Fix formatting typo in syntax-lambda-function.md James 2024-05-20 13:29:22 -04:00
  • 22183184b0
    Mention evaluation amount boyned//Kampfkarren 2024-05-19 16:33:27 -07:00
  • cc54f65112 removed author references goldenstein64 2024-05-17 23:17:11 -04:00
  • bcfdaa693c RFC: lambda function syntax goldenstein64 2024-05-17 19:04:56 -04:00
  • b93837e544 Update description for new syntax. Aviral Goel 2024-05-17 16:04:00 -07:00
  • 084bd4f9b3 Add discussion for handling @checked Aviral Goel 2024-05-15 12:22:53 -07:00
  • 040774b65e Slight rewording Aviral Goel 2024-05-15 12:14:26 -07:00
  • 95d88078a5 Handle forward compatibility and clarify parsing behavior. Aviral Goel 2024-05-15 12:04:09 -07:00
  • 3017ab710e
    clarify vector.normalized ffrostfall 2024-05-13 18:53:05 -04:00
  • ba2f90e679
    Switch norm and normalized again ffrostfall 2024-05-13 18:52:16 -04:00
  • 364d2be862
    Update normalize function ffrostfall 2024-05-13 18:51:13 -04:00
  • 10925130cb
    Change vector.unit to be vector.normalized ffrostfall 2024-05-13 18:31:28 -04:00
  • 946af7bc12
    Clarify min and max functions ffrostfall 2024-05-13 18:29:58 -04:00
  • 9966eae9e5
    Make max and min functions clearer ffrostfall 2024-05-13 18:28:57 -04:00
  • 4c0c3ce64a
    Update return types ffrostfall 2024-05-13 18:22:06 -04:00
  • 39e3f877a9
    Additional functions, primitive type, constants ffrostfall 2024-05-13 18:21:43 -04:00
  • ba38a41ef1
    Shouldn Alexander McCord 2024-05-08 22:02:23 -07:00
  • 82626520a1
    Fluff around what a cofinite set is. Alexander McCord 2024-05-08 21:53:46 -07:00
  • 0947a3d517
    Extract the and clause into its own sentence. Alexander McCord 2024-05-08 21:46:25 -07:00
  • 1ca8399b0d
    Update attributes for functions RFC with more reasons against comments (#33) Alexander McCord 2024-05-08 15:48:07 -07:00
  • dee5f3797f
    Why not use comments? alexmccord-patch-1 Alexander McCord 2024-05-08 15:43:49 -07:00
  • a55cce91f2
    Update docs/negation-types.md Alexander McCord 2024-05-08 13:07:27 -07:00
  • a90e0fd22e
    Update docs/negation-types.md Alexander McCord 2024-05-08 13:07:20 -07:00
  • 544f99eed6
    Update syntax-if-statements-initializers.md aaron 2024-05-07 14:07:51 -07:00
  • dcb7abd177 feedback ffrostfall 2024-05-06 22:11:41 -04:00
  • 62c86b4a22 corrections to function types + special syntax ffrostfall 2024-05-05 13:56:14 -04:00
  • 54c5b19a66 Additional formatting ffrostfall 2024-05-05 00:59:46 -04:00
  • 2d5cdd7b80 Fix formatting ffrostfall 2024-05-05 00:59:04 -04:00
  • 0bb608a0c1 small edits + vector(x, y, z) over vector.create ffrostfall 2024-05-03 14:13:32 -04:00
  • 4eb1d965f8 cut out irrelevant information ffrostfall 2024-05-02 12:56:37 -04:00
  • 7bb768f3a6 Vector library RFC ffrostfall 2024-05-02 12:53:26 -04:00
  • 9528fc7668 @native does not apply recursively Aviral Goel 2024-04-19 14:19:38 -07:00