История коммитов

Автор SHA1 Сообщение Дата
  Richard Smith 0248f3ec92 Add `TypedInt` wrapper for integer formatting in diagnostics. (#3818) 2 лет назад
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 лет назад
  Jon Ross-Perkins 1bf4dc53d9 Add diagnostic support so that we can just pass in TypeId. (#3695) 2 лет назад
  Richard Smith e2f21c0052 Check for a constant rather than a literal in indexing. (#3637) 2 лет назад
  Jon Ross-Perkins f197219c10 Split parse nodes out from instructions because they're rarely used. (#3590) 2 лет назад
  josh11b 48c986f52d Start using typed parse node ids in the check stage (#3547) 2 лет назад
  Richard Smith cef7eb5522 Simplify interface for getting an instruction from a type. (#3455) 2 лет назад
  Richard Smith 22dff46ed2 Remove support for disambiguating a stringified type as being a type. (#3456) 2 лет назад
  Jon Ross-Perkins 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) 2 лет назад
  Jon Ross-Perkins 0d618b1278 Tidy up lint issues. (#3429) 2 лет назад
  Richard Smith 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) 2 лет назад
  josh11b c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) 2 лет назад
  josh11b 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 лет назад
  josh11b 737162cc8f Rename sem_ir files node->inst, follow up to #3355 (#3361) 2 лет назад
  josh11b 7edfd8e02a Rename `SemIR::Node` to `SemIR::Inst` (#3355) 2 лет назад
  Jon Ross-Perkins e6634d240f Make SemIR::File access more terse. (#3331) 2 лет назад
  Jon Ross-Perkins 1d6298290f Add more value store types to File. (#3317) 2 лет назад
  Richard Smith a46e7dd967 Remove most of the metaprogramming in node.h in favor of listing all the members in the typed node structs. (#3310) 2 лет назад
  Jon Ross-Perkins 1b55ad86dd Extend SharedValueStores to SemIR (#3313) 2 лет назад
  Richard Smith 69353ed271 Basic support for incomplete types. (#3302) 2 лет назад
  Richard Smith 870ccf3eac Suppress follow-on errors for various forms of expression. (#3292) 2 лет назад
  Richard Smith 8779fcd77c Switch from `SemIR::NodeKind::Foo` to `SemIR::Foo::Kind` wherever possible. (#3283) 2 лет назад
  Richard Smith c7a9e29a89 Add typed nodes to SemIR. (#3280) 2 лет назад
  Richard Smith 1ac7002bf6 Don't try to infer where to put loads in lowering. (#3146) 2 лет назад
  Richard Smith fea6cf88fc Unify initialization and conversion logic (#3255) 2 лет назад
  Richard Smith 842b471e67 Perform in-place initialization for tuples and structs (#3246) 2 лет назад
  Richard Smith 3eb8c9a5f2 Remove two-phase implicit conversion of function calls. (#3208) 2 лет назад
  Jon Ross-Perkins 1c748c0f14 Split semantics into check and sem_ir directories (#3176) 2 лет назад