História revízii

Autor SHA1 Správa Dátum
  josh11b 5f439b842b Parsing `impl`...`as` (#3473) 2 rokov pred
  Richard Smith cef7eb5522 Simplify interface for getting an instruction from a type. (#3455) 2 rokov pred
  Richard Smith fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 rokov pred
  Richard Smith 22dff46ed2 Remove support for disambiguating a stringified type as being a type. (#3456) 2 rokov pred
  Richard Smith 433d626b04 Rename SemIR::{Base,Field} -> SemIR::{Base,Field}Decl. (#3452) 2 rokov pred
  Richard Smith 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) 2 rokov pred
  Jon Ross-Perkins 30155dbb72 Add support for 'package' in expressions. (#3445) 2 rokov pred
  Richard Smith ca53c18ddc Rename MemberIndex -> ElementIndex, ClassFieldAccess -> ClassElementAccess, UnboundFieldType -> UnboundElementType. (#3446) 2 rokov pred
  Richard Smith 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) 2 rokov pred
  Jon Ross-Perkins 0c0998d7cd Error when passing StringRef to CARBON_DIAGNOSTIC. (#3431) 2 rokov pred
  josh11b c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) 2 rokov pred
  josh11b c53b248800 Abbreviate "parameter" -> "param" (#3392) 2 rokov pred
  josh11b 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 rokov pred
  josh11b 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 rokov pred
  Richard Smith 71aa4a45be Distinguish between name IDs and string IDs in the type system. (#3341) 2 rokov pred
  Richard Smith 3bee8932a9 Rework name lookup to handle non-lexical scoping. (#3354) 2 rokov pred
  Jon Ross-Perkins 3401eed8d8 Split IdentifierId and StringLiteralId from StringId (#3352) 2 rokov pred
  josh11b 7edfd8e02a Rename `SemIR::Node` to `SemIR::Inst` (#3355) 2 rokov pred
  Richard Smith 35c2142392 Treat field access into a class value expression as a value expression. (#3357) 2 rokov pred
  Richard Smith 544f802746 Fix member accesses that name a nested class. (#3356) 2 rokov pred
  Richard Smith bc8db9406d Support for `Self` expressions. (#3351) 2 rokov pred
  Richard Smith 57f3c553b8 Support for type-checking and lowering method calls. (#3343) 2 rokov pred
  Richard Smith 04ae5a0531 Support for functions with a `self` parameter. (#3338) 2 rokov pred
  Richard Smith ab575cf32a Support for member access into classes. (#3335) 2 rokov pred
  Richard Smith 620408b999 Basic lowering support for classes. (#3334) 2 rokov pred
  Jon Ross-Perkins e6634d240f Make SemIR::File access more terse. (#3331) 2 rokov pred
  Jon Ross-Perkins 1d6298290f Add more value store types to File. (#3317) 2 rokov pred
  Richard Smith 7d9340880e Separate `ClassType` from `ClassDeclaration`. (#3329) 2 rokov pred
  Jon Ross-Perkins 7e9d644e1f Switch File functions, classes, and types to ValueStores (#3316) 2 rokov pred
  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 rokov pred