Commit History

Author SHA1 Message Date
  Jon Ross-Perkins dc8f47e6ad Move type functions off Context (#4951) 1 year ago
  Jon Ross-Perkins 588bdd74c3 Refactor region_stack logic out of Context (#4927) 1 year ago
  Jon Ross-Perkins b0d49ba957 Move control flow block functions to their own file. (#4921) 1 year ago
  Geoff Romer 9b28d3ad78 Late response to comments on #4698 (#4758) 1 year ago
  Geoff Romer a112cbde5c Model type expressions as regions (#4698) 1 year ago
  Jon Ross-Perkins efab39cbd9 Remove InstId::Builtin members (#4632) 1 year ago
  Jon Ross-Perkins 0e92e6cc5a Switch TypeId::TypeType to TypeType::SingletonTypeId, and similar (#4619) 1 year ago
  Jon Ross-Perkins 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 year ago
  Richard Smith b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 year ago
  Richard Smith 4ca711c175 When converting an expression to type `type`, retain the resulting instruction as well as the `TypeId`. (#4355) 1 year ago
  Jon Ross-Perkins e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
  Richard Smith 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) 1 year ago
  Jon Ross-Perkins 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 year ago
  Jon Ross-Perkins 5bb318cae6 Switch AddInst struct init style. (#4012) 1 year ago
  Richard Smith 583f5aa508 Constant evaluation support for `if` expressions, `and`, and `or`. (#3840) 2 years ago
  Richard Smith 2acdf6c358 Improve conversion to / from `BoolValue`. (#3821) 2 years ago
  josh11b f97a543395 Support implicit conversion from specific node IDs to node ID categories (#3799) 2 years ago
  Richard Smith cf361a83f3 Overloaded operator support. (#3796) 2 years ago
  CJ Johnson d0e8afc51b Handle arrow operator (#3768) 2 years ago
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 years ago
  Jon Ross-Perkins 1bf4dc53d9 Add diagnostic support so that we can just pass in TypeId. (#3695) 2 years ago
  Richard Smith de2316bd0c Fix crash when `and` or `or` appear outside a function. (#3633) 2 years ago
  Richard Smith aba3c47467 Constant evaluation for aggregate access. (#3625) 2 years ago
  Richard Smith d712bf12a6 Remove parse nodes from constants. (#3599) 2 years ago
  Jon Ross-Perkins f197219c10 Split parse nodes out from instructions because they're rarely used. (#3590) 2 years ago
  josh11b f5c34d62dd Abbreviate "address" -> "addr" (#3580) 2 years ago
  josh11b 48c986f52d Start using typed parse node ids in the check stage (#3547) 2 years ago
  Jon Ross-Perkins 7c7afc9e32 Split out infix and prefix operators to separate node kinds. (#3481) 2 years ago
  Jacob Schneider 6419568142 Fully underline parse nodes in diagnostics. (#3442) 2 years ago