Commit History

Author SHA1 Message Date
  Jeremy G. Siek 7cce1bd124 interfaces, impls, and constrained generics (basics) (#1073) 4 years ago
  Geoff Romer 74c054c86e Document monotonic mutability of the AST (#1079) 4 years ago
  Geoff Romer 1723b4e0b2 Hide `Interpreter` in .cpp (#1036) 4 years ago
  Geoff Romer c311c8849c Use static name resolution in Interpreter (#1022) 4 years ago
  Geoff Romer 461e178273 Store named constant values in the AST (#1011) 4 years ago
  Geoff Romer 3f7e1cd3fb Clarify and simplify handling of lvalues (#956) 4 years ago
  Geoff Romer 9642d7ad05 Factor out ActionStack from Interpreter (#951) 4 years ago
  Geoff Romer a4aff26821 Stop allocating Actions on the Arena (#934) 4 years ago
  Jon Meow 73eea8e47a Merge UnwindTo and UnwindPast logic (#926) 4 years ago
  Geoff Romer 0df9e8666c Factor `AllocationId` out of `Address` (#916) 4 years ago
  Geoff Romer 3bec7f8dc0 Unify Action and Scope stacks, and eliminate Frame (#880) 4 years ago
  Geoff Romer 3677b76cb8 Perform implicit conversions at run time (#903) 4 years ago
  Geoff Romer 79e3d284b4 Move pattern interpretation to compile time (#904) 4 years ago
  Jon Meow ffa4e76ede Add underscores to private data members (#898) 4 years ago
  Jon Meow a9eed3dbf1 Pass the flag instead of using a global. (#893) 4 years ago
  Geoff Romer a99d882223 Perform type-checking in place (#867) 4 years ago
  Jon Meow 70797e8bf8 Mass rename SourceLoc and Tag (#860) 4 years ago
  Geoff Romer c4e40aaa86 Add support for struct types, following p0561. (#856) 4 years ago
  Jon Meow 04ab30f231 Make the AST mutable (#849) 4 years ago
  Jon Meow 56dc4ae375 Rename Ptr<T> to Nonnull<T*> (#832) 4 years ago
  Jon Meow 90f04700e2 Remove global_arena (#814) 4 years ago
  Geoff Romer f931a8cead Replace all lists with vectors (#815) 4 years ago
  Jon Meow 0601f5620b Switch Value to Ptr (#799) 4 years ago
  Jon Meow 32f5845e7b Refactor Interpreter/TypeChecker to classes to remove interpreter globals (#790) 4 years ago
  Jon Meow fd89bcb4aa Convert Pattern and Expression to Ptr (#787) 4 years ago
  Jon Meow 3ec550a85f Replace int lines with file-associated SourceLocations (#779) 4 years ago
  Geoff Romer d71f5b1784 Express stack updates using return values. (#747) 4 years ago
  Jon Meow 47325be112 Switch interpreter Stacks to Ptr (#763) 4 years ago
  Jon Meow 925c60b669 Change Declaration passing to use Ptr (#758) 4 years ago
  Geoff Romer 7138ee400f Support complex type patterns in bindings. (#759) 4 years ago