Commit History

Author SHA1 Message Date
  Richard Smith 92860c56b4 Include parse node being checked in crash backtrace. (#3926) 2 years ago
  Jon Ross-Perkins c82ce8faae Start adding tracking of the complete list of IRs under check. (#3915) 2 years ago
  Jon Ross-Perkins 5627f88c22 Switch ImportRefs to provide a LocId. (#3913) 2 years ago
  Richard Smith 62fe0cd385 Remove the builtin IR, and instead define builtin types locally. (#3910) 2 years ago
  Jon Ross-Perkins 24da8271a1 Handle an invalid loc_id in SemIRLoc (#3890) 2 years ago
  Chandler Carruth f54f53adf5 Add the package and library to an import diagnostic. (#3876) 2 years ago
  Jon Ross-Perkins 895e90e791 Start including the prelude for testing. (#3861) 2 years ago
  Richard Smith c26241cd03 Import all `impl`s in imported IRs. (#3865) 2 years ago
  Jon Ross-Perkins 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 years ago
  Richard Smith 11c56d8ca1 Fix determination of whether we're in a nested deferred definition scope. (#3844) 2 years ago
  Jon Ross-Perkins f8c8861e5f Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831) 2 years ago
  Richard Smith f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 years ago
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) 2 years ago
  Jon Ross-Perkins 1c673041f0 Provide locations for indirectly imported instructions. (#3811) 2 years ago
  Jon Ross-Perkins b079acd86f Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810) 2 years ago
  Jon Ross-Perkins 6c458ffe7e Add import context for locations. (#3807) 2 years ago
  Richard Smith e4528b8abb Add infrastructure for distinguishing between signed and unsigned integer types. (#3822) 2 years ago
  Richard Smith 0248f3ec92 Add `TypedInt` wrapper for integer formatting in diagnostics. (#3818) 2 years ago
  Richard Smith d52ea8390a Simplify diagnostic conversion. (#3817) 2 years ago
  Jon Ross-Perkins 0bd45f0d6b Rename DiagnosticLocationTranslator -> DiagnosticConverter (#3804) 2 years ago
  Richard Smith d8be774b8b Lowering support for overloaded operators. (#3798) 2 years ago
  Jon Ross-Perkins 8567e02aa7 Refactor handling of cross-package imports. (#3783) 2 years ago
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 years ago
  Jon Ross-Perkins d2056ef4b9 Split classes in file.h and value_stores.* to separate files (#3725) 2 years ago
  Jon Ross-Perkins 7e7e87056a Add diagnostic support to pass in NameId. (#3696) 2 years ago
  Jon Ross-Perkins 1bf4dc53d9 Add diagnostic support so that we can just pass in TypeId. (#3695) 2 years ago
  Gıyaseddin Tanrıkulu bdff7ccf28 Add GlobalInit to blocks to emit initialization instructions for globals (#3687) 2 years ago
  Jon Ross-Perkins 475ecca339 Implement constant handling for types of imports. (#3693) 2 years ago
  Richard Smith fdfb1fb5ef Factor the scope stack and lexical lookups out of Check::Context. (#3688) 2 years ago
  Jon Ross-Perkins 7f11012f58 CrossRefIRId -> ImportIRId (#3662) 2 years ago