Histórico de Commits

Autor SHA1 Mensagem Data
  Jon Ross-Perkins dd43bb92b5 Refactor struct literal parse nodes. (#4470) há 1 ano atrás
  josh11b 35dfa5f03c Only allow designators when parsing `where __ = ...` (#4304) há 1 ano atrás
  josh11b d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) há 1 ano atrás
  josh11b c33c9a02f6 Parse support for `where` operator (#4275) há 1 ano atrás
  josh11b 702d0d8a53 Parsing of designators like `.x` or `.Self` (#4254) há 1 ano atrás
  Brymer Meneses c353f6bd78 change tuple index (#4218) há 1 ano atrás
  Jon Ross-Perkins ae675e61bd Add initial parsing for 'extern library' (#4173) há 1 ano atrás
  Richard Smith c2ab520522 Add typed forms of `TokenIndex` for tokens with a known kind. (#4016) há 1 ano atrás
  Richard Smith 3c01ee69ed Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001) há 1 ano atrás
  Jon Ross-Perkins cda5f66d22 Refactor NodeCategory to provide a class API (#4004) há 1 ano atrás
  Richard Smith 419d2e39d8 Move child count and bracketing information for parse nodes into the node kind definition. (#4000) há 1 ano atrás
  Richard Smith 28170c7867 Parse parameters in name qualifiers. (#3988) há 1 ano atrás
  Jon Ross-Perkins 8bb33f96c3 Update some additional package rules where structure changed in #3963. (#3966) há 1 ano atrás
  Richard Smith 23f9065949 Implement proposal #3927. (#3963) há 1 ano atrás
  Jon Ross-Perkins 03e3a72628 Rename Directive->Decl in general, BindExport->ExportDecl (#3957) há 1 ano atrás
  Jon Ross-Perkins ecb300ee5e Move 'export name' out of the import section. (#3950) há 1 ano atrás
  Jon Ross-Perkins a16842ab37 Add export keyword handling. (#3944) há 2 anos atrás
  Richard Smith c5b7ff212b Parsing support for `adapt` declarations. (#3871) há 2 anos atrás
  Jon Ross-Perkins a034f86272 Change struct literal parsing to use placeholders. (#3850) há 2 anos atrás
  Jon Ross-Perkins b42612bcec Change tuple/paren expr parsing to use placeholders. (#3849) há 2 anos atrás
  Richard Smith f0e940ddfd Initial support for builtin functions. (#3803) há 2 anos atrás
  Richard Smith 3884d3c27e Parse and check support for compound member access. (#3790) há 2 anos atrás
  Richard Smith 8e956baca8 Basic support for associated constant declarations (#3737) há 2 anos atrás
  Richard Smith 8e8eeb3243 Add diagnostics for `extend impl` misuse. (#3721) há 2 anos atrás
  CJ Johnson 518e361328 Address TODO to change GenericBindingPattern to CompileTimeBindingPattern (#3713) há 2 anos atrás
  Jon Ross-Perkins 03347793cc Switch VariableInitializer order to accommodate GlobalInit (#3708) há 2 anos atrás
  Jon Ross-Perkins 1437b0e26d Implement 'alias' with transparent semantics. (#3701) há 2 anos atrás
  czapiga 99bc9734d9 Add `match` parsing (#3664) há 2 anos atrás
  josh11b da34f61ef9 Define and use `AnyImplAsId` (#3692) há 2 anos atrás
  Richard Smith 0e053703f8 Build Impl entity to represent an impl declaration. (#3683) há 2 anos atrás