Historique des commits

Auteur SHA1 Message Date
  Jon Meow 70797e8bf8 Mass rename SourceLoc and Tag (#860) il y a 4 ans
  Geoff Romer c4e40aaa86 Add support for struct types, following p0561. (#856) il y a 4 ans
  Jon Meow 04ab30f231 Make the AST mutable (#849) il y a 4 ans
  Jon Meow 56dc4ae375 Rename Ptr<T> to Nonnull<T*> (#832) il y a 4 ans
  Jon Meow 90f04700e2 Remove global_arena (#814) il y a 4 ans
  Jon Meow fd89bcb4aa Convert Pattern and Expression to Ptr (#787) il y a 4 ans
  Jon Meow 3ec550a85f Replace int lines with file-associated SourceLocations (#779) il y a 4 ans
  Jon Meow c6ebe0db67 Add `Ptr` and `RawNew` for migration (#751) il y a 4 ans
  Jon Meow 250ce4ab00 Add string parsing and a print builtin (#721) il y a 4 ans
  Jon Meow dbcd6ad20d Switch Expression to use inheritance+cast (#712) il y a 4 ans
  Jon Meow 2620ba066d Move Int parsing to i32 for #543 (#700) il y a 4 ans
  Jon Meow 6ae9cc3cf8 Add support for `return;` (#678) il y a 4 ans
  Geoff Romer 6ac3adfa53 Factor out a `Pattern` sum type from `Expression` (#685) il y a 4 ans
  Jon Meow b08f6bb0f1 Add a global arena to start cleaning up ASAN errors (#687) il y a 4 ans
  Geoff Romer a8f56797b8 Add Dump methods to printable types. (#681) il y a 4 ans
  Jon Meow f0af3cb795 Switch from llvm::errs()+exit() to FATAL_USER_ERROR() stream-based handling. (#670) il y a 4 ans
  Jon Meow edbc3f7716 Use llvm::ListSeparator for simpler separators (#671) il y a 4 ans
  Jon Meow 034f3600e3 Add a FatalUserError macro to help print user-caused errors. (#668) il y a 4 ans
  Jon Meow 8fccecadeb Refactor output to be more streaming-focused. (#666) il y a 4 ans
  Geoff Romer def98d1182 Add support for `_` placeholder. (#661) il y a 4 ans
  Jon Meow b03d3cdbb0 Use a lambda for tag's visit (#645) il y a 4 ans
  Geoff Romer de05711966 Migrate Value to std::variant (#635) il y a 4 ans
  Geoff Romer b3d4c56ef2 Rename "PatternVariable" names for clarity (#630) il y a 4 ans
  Geoff Romer a80ce2c566 Consistent naming for Expression and Value. (#621) il y a 4 ans
  Geoff Romer 7218e8a69e Eliminate MakeUnOp and MakeBinOp (#622) il y a 4 ans
  Geoff Romer 047dfd692e Revert to handling Expression by const pointer (#616) il y a 4 ans
  Geoff Romer 19e4bc55ce Migrate remaining `Expression` alternatives to `IndirectValue` (#607) il y a 4 ans
  Geoff Romer 056da4dd5c Migrate `PrimitiveOperator` to value semantics (#606) il y a 4 ans
  Geoff Romer 276880ae83 Migrate `Tuple` and `FieldInitializer` to value semantics (#605) il y a 4 ans
  Jon Meow 6c259dd5de Switch from assert to a CHECK macro to run in all build modes. (#595) il y a 4 ans