Histórico de commits

Autor SHA1 Mensagem Data
  Geoff Romer def98d1182 Add support for `_` placeholder. (#661) 4 anos atrás
  Geoff Romer c3c89a77a4 Delete functions that are redundant with Get methods (#664) 4 anos atrás
  Jon Meow acb33932cb Migrate Declaration to variant (#644) 4 anos atrás
  Jon Meow ada2be2d16 Switch Member to variant in anticipation of more kinds. (#656) 4 anos atrás
  Geoff Romer d2afd45214 Stop allocating sub-Values on the Heap. (#648) 4 anos atrás
  Jon Meow 0960c51d20 Switch Statement to std::variant (#639) 4 anos atrás
  Geoff Romer c396672a59 Eliminate ExpToLValAction and DeleteTmpAction (#636) 4 anos atrás
  Jon Meow 4b69c204bb Migrate Action to variant (#637) 4 anos atrás
  Geoff Romer de05711966 Migrate Value to std::variant (#635) 4 anos atrás
  Geoff Romer c96ee2aaac Remove `VarTV` (#617) 4 anos atrás
  Geoff Romer b3d4c56ef2 Rename "PatternVariable" names for clarity (#630) 4 anos atrás
  Geoff Romer a80ce2c566 Consistent naming for Expression and Value. (#621) 4 anos atrás
  Geoff Romer 047dfd692e Revert to handling Expression by const pointer (#616) 4 anos atrás
  Geoff Romer fa5b9cd553 Migrate declaration parsing to value semantics (#614) 4 anos atrás
  Geoff Romer 7e70a0335e Pass Expressions by value in Statement factories. (#611) 4 anos atrás
  Jeremy G. Siek b60ef90d62 Merge HandleValue into the Step functions (#598) 4 anos atrás
  Geoff Romer 19e4bc55ce Migrate remaining `Expression` alternatives to `IndirectValue` (#607) 4 anos atrás
  Geoff Romer 056da4dd5c Migrate `PrimitiveOperator` to value semantics (#606) 4 anos atrás
  Geoff Romer 276880ae83 Migrate `Tuple` and `FieldInitializer` to value semantics (#605) 4 anos atrás
  Jon Meow 6c259dd5de Switch from assert to a CHECK macro to run in all build modes. (#595) 4 anos atrás
  Geoff Romer 6ca6822157 Implement `IndirectValue` (#588) 4 anos atrás
  Geoff Romer 85cfb3b930 Use string values instead of string pointers in Expression. (#591) 4 anos atrás
  Geoff Romer 1916258e9b Refactor `Expression` to use `std::variant` instead of a union (#586) 4 anos atrás
  Richard Smith 89e21113c3 Add 3 '*' operators: one prefix, one infix, and one postfix, per #523. (#582) 4 anos atrás
  Jeremy G. Siek 56b47bcfa9 Type computation tests (#511) 5 anos atrás
  Jeremy G. Siek 8924f5620b Private unions (#492) 5 anos atrás
  Geoff Romer 1933cfeeeb Stop using `std::pair` in the implementation of tuples (#479) 5 anos atrás
  Geoff Romer e022ff106f Factor `Heap` class out of `State` (#491) 5 anos atrás
  Jeremy G. Siek 27fd9de5bf improved checking for liveness when reading and writing memory (#448) 5 anos atrás
  Jeremy G. Siek 34f1a03f7b change all expression and statement pointers to be const (#449) 5 anos atrás