Commit Verlauf

Autor SHA1 Nachricht Datum
  Jeremy G. Siek b784458aef Parameterized impl declarations (#1189) vor 4 Jahren
  Jon Meow 87e58f5db3 Switch executable semantics to use ErrorBuilder directly and relocate macros (#1184) vor 4 Jahren
  Geoff Romer 883f2a3ecd Update IfExpression to follow AST conventions (#1167) vor 4 Jahren
  Geoff Romer 8f9638d759 Initial support for statically-sized arrays (#1158) vor 4 Jahren
  Jeremy G. Siek 210856dd57 Generic classes (#1124) vor 4 Jahren
  pk19604014 aa8a5f174d Replaced std::exit() with return Carbon::ErrorOr for expected errors like invalid syntax (#1120) vor 4 Jahren
  Richard Smith 2325c50b3b Support for `if ... then ... else` following #911. (#944) vor 4 Jahren
  Darshal Shetty 4479c55305 Pointers (#1060) vor 4 Jahren
  Geoff Romer dc5e62fc7a Support parsing and testing unimplemented expressions (#957) vor 4 Jahren
  Geoff Romer 3e188c8562 Express prelude using Carbon syntax (#955) vor 4 Jahren
  Geoff Romer 6ae85bd13a Initial batch of AST matchers. (#953) vor 4 Jahren
  Geoff Romer 7a5b8434c8 Define a base class for all AST nodes. (#947) vor 4 Jahren
  Jon Meow bbd4940e6d Be more explicit about AST types (#921) vor 4 Jahren
  Geoff Romer bb28d37eed Drop support for named tuple fields (#886) vor 4 Jahren
  Jon Meow 55ecb62ce5 Refactor Expression accessor/mutator style (#883) vor 4 Jahren
  Geoff Romer 6068d2306b Address feedback from #856 (#864) vor 4 Jahren
  Jon Meow 70797e8bf8 Mass rename SourceLoc and Tag (#860) vor 4 Jahren
  Geoff Romer c4e40aaa86 Add support for struct types, following p0561. (#856) vor 4 Jahren
  Jon Meow 04ab30f231 Make the AST mutable (#849) vor 4 Jahren
  Jon Meow 56dc4ae375 Rename Ptr<T> to Nonnull<T*> (#832) vor 4 Jahren
  Jon Meow 90f04700e2 Remove global_arena (#814) vor 4 Jahren
  Jon Meow fd89bcb4aa Convert Pattern and Expression to Ptr (#787) vor 4 Jahren
  Jon Meow 3ec550a85f Replace int lines with file-associated SourceLocations (#779) vor 4 Jahren
  Jon Meow c6ebe0db67 Add `Ptr` and `RawNew` for migration (#751) vor 4 Jahren
  Jon Meow 250ce4ab00 Add string parsing and a print builtin (#721) vor 4 Jahren
  Jon Meow dbcd6ad20d Switch Expression to use inheritance+cast (#712) vor 4 Jahren
  Jon Meow 2620ba066d Move Int parsing to i32 for #543 (#700) vor 4 Jahren
  Jon Meow 6ae9cc3cf8 Add support for `return;` (#678) vor 4 Jahren
  Geoff Romer 6ac3adfa53 Factor out a `Pattern` sum type from `Expression` (#685) vor 4 Jahren
  Jon Meow b08f6bb0f1 Add a global arena to start cleaning up ASAN errors (#687) vor 4 Jahren