Commit History

Autor SHA1 Mensaxe Data
  Richard Smith 1013d1773c Model function calls as initializing expressions (#3089) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 67da700dd5 Split Semantics into Check and SemIR namespaces (#3138) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 7330e6698c Switch more of toolchain to enumerate/seq (#3137) %!s(int64=2) %!d(string=hai) anos
  Richard Smith d74b8f0497 Fix diagnostic messages that don't end in a period. (#3127) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 09242eeebd Run clang-tidy over toolchain code. (#3105) %!s(int64=2) %!d(string=hai) anos
  Farzana Ahmed Siddique 9228487d46 Semantics for array type (#3087) %!s(int64=2) %!d(string=hai) anos
  Richard Smith 2947877518 Add support for dereference operator. (#3066) %!s(int64=2) %!d(string=hai) anos
  Richard Smith 62205763a5 Add support for `&` operator. (#3055) %!s(int64=2) %!d(string=hai) anos
  Richard Smith c8b42379a4 Basic semantic checking for pointer types and const-qualified types. (#3038) %!s(int64=2) %!d(string=hai) anos
  Richard Smith 90d2d7ef65 Fix some minor errors in diagnostic text. (#3047) %!s(int64=2) %!d(string=hai) anos
  Richard Smith 0c33dead70 Remove the type field from semantics nodes that don't produce values of that type. (#3049) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins e51f971bce Reduce special-casing of parameters in ParamOrArgSave. (#3001) %!s(int64=2) %!d(string=hai) anos
  Farzana Ahmed Siddique 0594a1aac7 Integrates tuple to semantic analysis (#2992) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 446b0ce4ae Refactor declaration name context logic to its own class. (#2989) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 43065a1257 Finish refactoring Push/Pop for stronger type handling. (#2987) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 9751b4701d Start node stack push/pop setting IdT based on ParseNodeKind. (#2985) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins bc84f109fe Rename semantics InvalidType to Error (#2975) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 918c089e03 Add namespace support. (#2940) %!s(int64=2) %!d(string=hai) anos
  Richard Smith 4b69264cb1 Add implied `return;` at end of non-value-returning functions. (#2942) %!s(int64=2) %!d(string=hai) anos
  Richard Smith b908c6e274 Track the list of blocks that form the body of a function. (#2941) %!s(int64=2) %!d(string=hai) anos
  Richard Smith 06ce3b0161 Parsing, semantic analysis, and lowering for `and`, `or`, `not`. (#2897) %!s(int64=2) %!d(string=hai) anos
  Richard Smith 202d3f5993 Semantic analysis for `if` expressions (#2893) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 39f7aae98d Sorting out how bindings are added to name lookup. (#2869) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins a1a7251716 Refactor NodeStack APIs to better handle the increase of distinct ID types. (#2864) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins dce67e4062 Rename semantics to semantics_ir (#2858) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 2e4beaf8f0 Canonicalize struct types. (#2855) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 1497e1333d Switch types to a SemanticsTypeId. (#2854) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 709412ca97 Remove the builtin empty tuple value (not type). (#2850) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 76151d1fff Stop special-casing empty structs. (#2849) %!s(int64=2) %!d(string=hai) anos
  Jon Ross-Perkins 1d56e165ef Start refactoring type handling to track which types are in-use. (#2848) %!s(int64=2) %!d(string=hai) anos