Commit Verlauf

Autor SHA1 Nachricht Datum
  Geoff Romer 943acf1ec2 Separate node kind for bindings inside `var` (#4822) vor 1 Jahr
  Geoff Romer 13434f0e8a Model `var` as a pattern operator (#4720) vor 1 Jahr
  Geoff Romer 4f10735751 Track params in the parser (#4777) vor 1 Jahr
  Jon Ross-Perkins dd43bb92b5 Refactor struct literal parse nodes. (#4470) vor 1 Jahr
  josh11b d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) vor 1 Jahr
  josh11b c33c9a02f6 Parse support for `where` operator (#4275) vor 1 Jahr
  josh11b 702d0d8a53 Parsing of designators like `.x` or `.Self` (#4254) vor 1 Jahr
  Brymer Meneses c353f6bd78 change tuple index (#4218) vor 1 Jahr
  Jon Ross-Perkins ae675e61bd Add initial parsing for 'extern library' (#4173) vor 1 Jahr
  Richard Smith 4aa34978eb Import support for tuple, struct and integer values. (#4042) vor 1 Jahr
  Richard Smith 3c01ee69ed Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001) vor 1 Jahr
  Richard Smith 419d2e39d8 Move child count and bracketing information for parse nodes into the node kind definition. (#4000) vor 1 Jahr
  Richard Smith 28170c7867 Parse parameters in name qualifiers. (#3988) vor 1 Jahr
  Richard Smith 23f9065949 Implement proposal #3927. (#3963) vor 1 Jahr
  Jon Ross-Perkins 03e3a72628 Rename Directive->Decl in general, BindExport->ExportDecl (#3957) vor 1 Jahr
  Jon Ross-Perkins ecb300ee5e Move 'export name' out of the import section. (#3950) vor 1 Jahr
  Jon Ross-Perkins a16842ab37 Add export keyword handling. (#3944) vor 2 Jahren
  Richard Smith c5b7ff212b Parsing support for `adapt` declarations. (#3871) vor 2 Jahren
  Jon Ross-Perkins a034f86272 Change struct literal parsing to use placeholders. (#3850) vor 2 Jahren
  Jon Ross-Perkins b42612bcec Change tuple/paren expr parsing to use placeholders. (#3849) vor 2 Jahren
  Richard Smith f0e940ddfd Initial support for builtin functions. (#3803) vor 2 Jahren
  Jon Ross-Perkins 096daecc57 Add framework for the extern keyword. (#3755) vor 2 Jahren
  Richard Smith 8e956baca8 Basic support for associated constant declarations (#3737) vor 2 Jahren
  CJ Johnson 518e361328 Address TODO to change GenericBindingPattern to CompileTimeBindingPattern (#3713) vor 2 Jahren
  Jon Ross-Perkins 03347793cc Switch VariableInitializer order to accommodate GlobalInit (#3708) vor 2 Jahren
  Jon Ross-Perkins 1437b0e26d Implement 'alias' with transparent semantics. (#3701) vor 2 Jahren
  czapiga 4873160acc Parse `auto` type (#3704) vor 2 Jahren
  czapiga 99bc9734d9 Add `match` parsing (#3664) vor 2 Jahren
  josh11b 03bf22e55e Parse tree for `impl` that is better for check stage (#3678) vor 2 Jahren
  kshokhin 65e95942de Choice parsing in toolchain (#3574) vor 2 Jahren