Richard Smith fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 lat temu
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 lat temu
testdata fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 lat temu
BUILD d024403dc4 Refactor checking flow to allow for ordering based on import/package. (#3379) 2 lat temu
__init__.py c555b39a2c Rename parser dir to parse (#3178) 2 lat temu
context.cpp fada410559 Support declaration modifier keywords (#3412) 2 lat temu
context.h fada410559 Support declaration modifier keywords (#3412) 2 lat temu
handle_array_expr.cpp 109e7889dd Rename files to use abbreviations (#3389) 2 lat temu
handle_base.cpp 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) 2 lat temu
handle_binding_pattern.cpp fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 lat temu
handle_brace_expr.cpp 0c0998d7cd Error when passing StringRef to CARBON_DIAGNOSTIC. (#3431) 2 lat temu
handle_call_expr.cpp c53b248800 Abbreviate "parameter" -> "param" (#3392) 2 lat temu
handle_code_block.cpp c555b39a2c Rename parser dir to parse (#3178) 2 lat temu
handle_decl_name_and_params.cpp fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 lat temu
handle_decl_scope_loop.cpp 9b194a31c9 Support modifiers on namespace, in theory. (#3462) 2 lat temu
handle_expr.cpp fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 lat temu
handle_function.cpp fada410559 Support declaration modifier keywords (#3412) 2 lat temu
handle_import_and_package.cpp eae630a3db Rename Lex::{Token,Line} -> Lex::{Token,Line}Index. (#3433) 2 lat temu
handle_index_expr.cpp 109e7889dd Rename files to use abbreviations (#3389) 2 lat temu
handle_let.cpp fada410559 Support declaration modifier keywords (#3412) 2 lat temu
handle_namespace.cpp fada410559 Support declaration modifier keywords (#3412) 2 lat temu
handle_param.cpp b8d4e2f41b Binding pattern naming cleanup (#3410) 2 lat temu
handle_paren_condition.cpp eae630a3db Rename Lex::{Token,Line} -> Lex::{Token,Line}Index. (#3433) 2 lat temu
handle_paren_expr.cpp c53b248800 Abbreviate "parameter" -> "param" (#3392) 2 lat temu
handle_period.cpp fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 lat temu
handle_statement.cpp fada410559 Support declaration modifier keywords (#3412) 2 lat temu
handle_type.cpp 2715e2276e Parsing and basic checking for `abstract class` and `base class`. (#3385) 2 lat temu
handle_var.cpp fada410559 Support declaration modifier keywords (#3412) 2 lat temu
node_kind.cpp 0d618b1278 Tidy up lint issues. (#3429) 2 lat temu
node_kind.def fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 lat temu
node_kind.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 lat temu
parse_fuzzer.cpp cafcd88882 Split lexing logic and storage to separate files. (#3365) 2 lat temu
precedence.cpp 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 lat temu
precedence.h 35d15a390c Remove nodiscard uses. (#3418) 2 lat temu
precedence_test.cpp e3d3122f1d Move tests to the namespace of the code under test (#3244) 2 lat temu
state.cpp c555b39a2c Rename parser dir to parse (#3178) 2 lat temu
state.def a970b1e587 Require `extend` before `base: BaseType;` (#3459) 2 lat temu
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 lat temu
tree.cpp fada410559 Support declaration modifier keywords (#3412) 2 lat temu
tree.h c6bc2cbb3d Rename IndexBase -> IdBase, ComparableIndexBase -> IndexBase. (#3436) 2 lat temu
tree_node_location_translator.h 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) 2 lat temu
tree_test.cpp fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 lat temu