Cronologia Commit

Autore SHA1 Messaggio Data
  Richard Smith 6a73387809 Remove requirement that the pattern in a `for` starts with `var`. (#5685) 10 mesi fa
  Geoff Romer f5b5731c76 Separate fields from other `var` decls in parse (#5320) 1 anno fa
  Geoff Romer 87f0e9723f Rename `StateStackEntry` to `State` (#5256) 1 anno fa
  Geoff Romer 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 anno fa
  Geoff Romer a584ee120e Add support for `_` binding patterns (#5097) 1 anno fa
  Geoff Romer 6d4f2567a7 Add support for `var` patterns (#5069) 1 anno fa
  Dana Jansens 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) 1 anno fa
  Geoff Romer 74e1a9949f Support tuple patterns outside parameter lists (#4923) 1 anno fa
  Dana Jansens 3f01310039 Make choice work for alternatives without parameters (#4815) 1 anno fa
  Jon Ross-Perkins 44a5e371b2 Reduce clangd-displayed errors for def files (#4957) 1 anno fa
  Richard Smith 6dda094928 Superficial support for `template` modifier on symbolic bindings. (#4948) 1 anno fa
  Dana Jansens 7d46add4e1 Fix comment on DeclNameAndParamsAfterImplicit (#4904) 1 anno fa
  Richard Smith d42128ef9a Parse all kinds of declarations at function scope. (#4779) 1 anno fa
  josh11b 35dfa5f03c Only allow designators when parsing `where __ = ...` (#4304) 1 anno fa
  josh11b d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) 1 anno fa
  josh11b c33c9a02f6 Parse support for `where` operator (#4275) 1 anno fa
  Richard Smith 28170c7867 Parse parameters in name qualifiers. (#3988) 1 anno fa
  josh11b 7486acd6ae Fix comment typo (#3970) 1 anno fa
  Richard Smith 23f9065949 Implement proposal #3927. (#3963) 1 anno fa
  Jon Ross-Perkins 03e3a72628 Rename Directive->Decl in general, BindExport->ExportDecl (#3957) 1 anno fa
  Jon Ross-Perkins ecb300ee5e Move 'export name' out of the import section. (#3950) 1 anno fa
  Jon Ross-Perkins a16842ab37 Add export keyword handling. (#3944) 2 anni fa
  Richard Smith c5b7ff212b Parsing support for `adapt` declarations. (#3871) 2 anni fa
  Jon Ross-Perkins 80ca6b1298 Run clang-format over def files. (#3852) 2 anni fa
  josh11b 49252592f0 Prevent tuples after `.` and `->` (#3830) 2 anni fa
  Richard Smith 3884d3c27e Parse and check support for compound member access. (#3790) 2 anni fa
  Richard Smith 8e956baca8 Basic support for associated constant declarations (#3737) 2 anni fa
  Jon Ross-Perkins 03347793cc Switch VariableInitializer order to accommodate GlobalInit (#3708) 2 anni fa
  Jon Ross-Perkins 1437b0e26d Implement 'alias' with transparent semantics. (#3701) 2 anni fa
  josh11b 0a0f66857d Fix some lingering Expression -> Expr in `state.def` (#3702) 2 anni fa