提交历史

作者 SHA1 备注 提交日期
  Richard Smith 3b58a1bf48 Basic support for parameterized interfaces. (#1220) 4 年之前
  Jeremy G. Siek b784458aef Parameterized impl declarations (#1189) 4 年之前
  Jon Meow 87e58f5db3 Switch executable semantics to use ErrorBuilder directly and relocate macros (#1184) 4 年之前
  Jeremy G. Siek 210856dd57 Generic classes (#1124) 4 年之前
  pk19604014 aa8a5f174d Replaced std::exit() with return Carbon::ErrorOr for expected errors like invalid syntax (#1120) 4 年之前
  Jeremy G. Siek 7cce1bd124 interfaces, impls, and constrained generics (basics) (#1073) 4 年之前
  Jeremy G. Siek ac0b810bf3 Adds basic support for class functions and methods. (#1057) 4 年之前
  Geoff Romer dc5e62fc7a Support parsing and testing unimplemented expressions (#957) 4 年之前
  Geoff Romer 7a5b8434c8 Define a base class for all AST nodes. (#947) 4 年之前
  Geoff Romer d854fb93cb Factor out AST node for function return types. (#912) 4 年之前
  Geoff Romer a9bb06ca14 Make NamedEntityInterface non-movable (#946) 4 年之前
  Jon Meow e8d9b7675b Merge ClassDefinition and ClassDeclaration (#940) 4 年之前
  Jon Meow 27e084d37a Start populating named entities in relevant locations. (#919) 4 年之前
  Geoff Romer a3eac75a5b Unify function declarations and definitions. (#896) 4 年之前
  Jon Meow d157d96338 Migrate Declaration to newer property style, class-ify ClassDefinition (#859) 4 年之前
  Jon Meow 721743bc58 Change Alternative to a class (#853) 4 年之前
  Jon Meow 56dc4ae375 Rename Ptr<T> to Nonnull<T*> (#832) 4 年之前
  Jon Meow e93a361032 Use Ptr for Member (#786) 4 年之前
  Jon Meow 367f9e4e94 Rename struct to class per #651 (#765) 4 年之前
  Jon Meow c1148caf7d Switch Declaration to use inheritance+cast (#714) 4 年之前
  Geoff Romer 6ac3adfa53 Factor out a `Pattern` sum type from `Expression` (#685) 4 年之前
  Jon Meow 8fccecadeb Refactor output to be more streaming-focused. (#666) 4 年之前
  Jon Meow acb33932cb Migrate Declaration to variant (#644) 4 年之前
  Jon Meow ada2be2d16 Switch Member to variant in anticipation of more kinds. (#656) 4 年之前
  Jon Meow ef785bb6e3 Refactor FunctionDefinition towards instance methods (#654) 4 年之前
  Geoff Romer 047dfd692e Revert to handling Expression by const pointer (#616) 4 年之前
  Geoff Romer fa5b9cd553 Migrate declaration parsing to value semantics (#614) 4 年之前
  Jeremy G. Siek ced98ef021 Global variables (#378) 5 年之前
  Dave Abrahams f5300a84e5 Revert "improve abstraction for AssocList, fix bug in optional else (#315)" (#320) 5 年之前
  Jeremy G. Siek bf6bb800c4 improve abstraction for AssocList, fix bug in optional else (#315) 5 年之前