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

Автор SHA1 Сообщение Дата
  Richard Smith fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 лет назад
  Richard Smith bf8697113a Move `llvm::Initialize*` calls to `main`. (#3449) 2 лет назад
  josh11b e9fc07feee Abbreviate "representation" -> "repr" (#3464) 2 лет назад
  josh11b fa07b52b8b Precedence terminology (#3465) 2 лет назад
  Jon Ross-Perkins 9b194a31c9 Support modifiers on namespace, in theory. (#3462) 2 лет назад
  Jon Ross-Perkins d73729179a Switch modifiers to use distinct parse nodes. (#3461) 2 лет назад
  josh11b a970b1e587 Require `extend` before `base: BaseType;` (#3459) 2 лет назад
  josh11b f4677eea8d Use the scope stack instead of the decl state stack for context (#3460) 2 лет назад
  Richard Smith 2de79a6db0 Fix test to use a single test suite with multiple tests. (#3458) 2 лет назад
  Jon Ross-Perkins 4605b1d3e1 Style note for explicit constructors. (#3457) 2 лет назад
  josh11b fada410559 Support declaration modifier keywords (#3412) 2 лет назад
  Richard Smith 22dff46ed2 Remove support for disambiguating a stringified type as being a type. (#3456) 2 лет назад
  Richard Smith 433d626b04 Rename SemIR::{Base,Field} -> SemIR::{Base,Field}Decl. (#3452) 2 лет назад
  Richard Smith 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) 2 лет назад
  Jon Ross-Perkins 30155dbb72 Add support for 'package' in expressions. (#3445) 2 лет назад
  josh11b 1c4a35c76b Remove `llvm::StringRef` from diagnostic example (#3451) 2 лет назад
  Jon Ross-Perkins 962defd1e8 Associate a name with ClassDecl (#3447) 2 лет назад
  Richard Smith ca53c18ddc Rename MemberIndex -> ElementIndex, ClassFieldAccess -> ClassElementAccess, UnboundFieldType -> UnboundElementType. (#3446) 2 лет назад
  Richard Smith 9c46d15f78 Distribute autoupdate across threads. (#3443) 2 лет назад
  Geoff Romer b8d4e2f41b Binding pattern naming cleanup (#3410) 2 лет назад
  Jon Ross-Perkins 18c3622bec Have autoupdate discard conflict markers when possible. (#3440) 2 лет назад
  Jon Ross-Perkins 132807e138 Refactor ValueStore to reduce template type repetition. (#3437) 2 лет назад
  Jon Ross-Perkins aa5bfa564f Add a distinct semir file separator. (#3438) 2 лет назад
  Sree Dananjay S 1603edc359 Added Documentation support for Bazel installation in Linux distros (#3441) 2 лет назад
  Richard Smith c6bc2cbb3d Rename IndexBase -> IdBase, ComparableIndexBase -> IndexBase. (#3436) 2 лет назад
  Jon Ross-Perkins 05723095bc Switch formatv adapters to format_provider (#3434) 2 лет назад
  Jon Ross-Perkins 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) 2 лет назад
  Jon Ross-Perkins 0d618b1278 Tidy up lint issues. (#3429) 2 лет назад
  Richard Smith eae630a3db Rename Lex::{Token,Line} -> Lex::{Token,Line}Index. (#3433) 2 лет назад
  Richard Smith 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) 2 лет назад