Histórico de Commits

Autor SHA1 Mensagem Data
  Jon Meow 56dc4ae375 Rename Ptr<T> to Nonnull<T*> (#832) há 4 anos atrás
  Jon Meow ff319d311a Switch Ptr to a C++ pointer using the nonnull attribute (#831) há 4 anos atrás
  Jon Meow 90f04700e2 Remove global_arena (#814) há 4 anos atrás
  Geoff Romer 33dd9a873d Debugging quality-of-life improvements (#810) há 4 anos atrás
  Geoff Romer f931a8cead Replace all lists with vectors (#815) há 4 anos atrás
  Jon Meow 0601f5620b Switch Value to Ptr (#799) há 4 anos atrás
  Jon Meow 5f8b231322 Switch Clause to Ptr (#800) há 4 anos atrás
  Geoff Romer 3058fb99aa Clean up ManualTransition for match statements. (#773) há 4 anos atrás
  Jon Meow 32f5845e7b Refactor Interpreter/TypeChecker to classes to remove interpreter globals (#790) há 4 anos atrás
  Jon Meow 36ed79dc25 Convert Statement to use Ptr (#788) há 4 anos atrás
  Geoff Romer 0ac220b30f Add equality comparisons to Ptr (#774) há 4 anos atrás
  Jon Meow fd89bcb4aa Convert Pattern and Expression to Ptr (#787) há 4 anos atrás
  Jon Meow e93a361032 Use Ptr for Member (#786) há 4 anos atrás
  Jon Meow 3ec550a85f Replace int lines with file-associated SourceLocations (#779) há 4 anos atrás
  Geoff Romer d71f5b1784 Express stack updates using return values. (#747) há 4 anos atrás
  Jon Meow 367f9e4e94 Rename struct to class per #651 (#765) há 4 anos atrás
  Jon Meow 47325be112 Switch interpreter Stacks to Ptr (#763) há 4 anos atrás
  Jon Meow 925c60b669 Change Declaration passing to use Ptr (#758) há 4 anos atrás
  Geoff Romer 7138ee400f Support complex type patterns in bindings. (#759) há 4 anos atrás
  Jon Meow c6ebe0db67 Add `Ptr` and `RawNew` for migration (#751) há 4 anos atrás
  Jon Meow 250ce4ab00 Add string parsing and a print builtin (#721) há 4 anos atrás
  Jon Meow d5564280ab Switch Statement to use inheritance+cast (#718) há 4 anos atrás
  Jon Meow dbcd6ad20d Switch Expression to use inheritance+cast (#712) há 4 anos atrás
  Jon Meow 4e0307efbc Switch Member to use inheritance+cast (#713) há 4 anos atrás
  Jon Meow 4b2346cfcd Switch Action to use inheritance+cast (#711) há 4 anos atrás
  Jon Meow c1148caf7d Switch Declaration to use inheritance+cast (#714) há 4 anos atrás
  Jon Meow 2e9e4f4cb3 Migrate remaining exits to FATAL_*_ERROR calls (#704) há 4 anos atrás
  Jon Meow 5749413b28 Add TupleValue::Empty for the common empty tuple case (#708) há 4 anos atrás
  Jon Meow 7e91fbc276 Switch Value to use the inherit/cast model (#703) há 4 anos atrás
  Jon Meow 6ae9cc3cf8 Add support for `return;` (#678) há 4 anos atrás