Commit History

Author SHA1 Message Date
  Richard Smith 3c01ee69ed Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001) 1 year ago
  Jon Ross-Perkins cda5f66d22 Refactor NodeCategory to provide a class API (#4004) 1 year ago
  Richard Smith 23f9065949 Implement proposal #3927. (#3963) 1 year ago
  Jon Ross-Perkins 03e3a72628 Rename Directive->Decl in general, BindExport->ExportDecl (#3957) 1 year ago
  Jon Ross-Perkins a16842ab37 Add export keyword handling. (#3944) 2 years ago
  Richard Smith f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 years ago
  Richard Smith f0e940ddfd Initial support for builtin functions. (#3803) 2 years ago
  Jon Ross-Perkins 8567e02aa7 Refactor handling of cross-package imports. (#3783) 2 years ago
  Chandler Carruth 5e88fe72c9 Switch remaining relational operator overloads to spaceship. (#3668) 2 years ago
  Chandler Carruth bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) 2 years ago
  Jon Ross-Perkins a196b9840f Run clang-tidy on headers (#3572) 2 years ago
  josh11b 82179bc903 Add `Tree::TryAs` to cast to a typed parse node id (#3565) 2 years ago
  Jon Ross-Perkins c8b30d3eec Split Parse out to its own target. (#3556) 2 years ago
  josh11b 2e97f27b8d Typed wrappers around parse tree nodes (#3534) 2 years ago
  Richard Smith d87fe8b532 Rename `Carbon::StringLiteralId` -> `Carbon::StringLiteralValueId`. (#3522) 2 years ago
  Richard Smith c6bc2cbb3d Rename IndexBase -> IdBase, ComparableIndexBase -> IndexBase. (#3436) 2 years ago
  Richard Smith eae630a3db Rename Lex::{Token,Line} -> Lex::{Token,Line}Index. (#3433) 2 years ago
  Richard Smith 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) 2 years ago
  Jon Ross-Perkins 35d15a390c Remove nodiscard uses. (#3418) 2 years ago
  Jon Ross-Perkins d024403dc4 Refactor checking flow to allow for ordering based on import/package. (#3379) 2 years ago
  Jon Ross-Perkins 1b55ad86dd Extend SharedValueStores to SemIR (#3313) 2 years ago
  Jon Ross-Perkins ec182fb00d Rename lexer dir to lex (#3179) 2 years ago
  Jon Ross-Perkins c555b39a2c Rename parser dir to parse (#3178) 2 years ago