커밋 기록

작성자 SHA1 메시지 날짜
  Dana Jansens 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 년 전
  Dana Jansens c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) 1 년 전
  Jon Ross-Perkins 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) 1 년 전
  Richard Smith bba32900c3 Preserve type sugar in ArrayType, ConstType, and PointerType. (#5235) 1 년 전
  Dana Jansens 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) 1 년 전
  Jon Ross-Perkins 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 년 전
  Jon Ross-Perkins dc8f47e6ad Move type functions off Context (#4951) 1 년 전
  Jon Ross-Perkins 1cba3328f7 Finish removing BuiltinInstKind (#4637) 1 년 전
  Jon Ross-Perkins efab39cbd9 Remove InstId::Builtin members (#4632) 1 년 전
  Jon Ross-Perkins 0e92e6cc5a Switch TypeId::TypeType to TypeType::SingletonTypeId, and similar (#4619) 1 년 전
  Jon Ross-Perkins 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 년 전
  Richard Smith 980ce6b25a Convert array bounds to `IntLiteral`. (#4526) 1 년 전
  Richard Smith 4ca711c175 When converting an expression to type `type`, retain the resulting instruction as well as the `TypeId`. (#4355) 1 년 전
  Jon Ross-Perkins e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 년 전
  Jon Ross-Perkins 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 년 전
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 년 전
  Jon Ross-Perkins 5bb318cae6 Switch AddInst struct init style. (#4012) 1 년 전
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 년 전
  Chandler Carruth bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) 2 년 전
  Richard Smith a1f1c7438f Improve source locations for some diagnostics. (#3644) 2 년 전
  Richard Smith 099bd5ce26 Produce a more descriptive error if an array type's bound is too large. (#3638) 2 년 전
  Richard Smith aba3c47467 Constant evaluation for aggregate access. (#3625) 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 0a1abe9f64 Clean up some uses of the node stack. (#3512) 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 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 년 전
  josh11b 737162cc8f Rename sem_ir files node->inst, follow up to #3355 (#3361) 2 년 전