Jon Ross-Perkins e343ea593c Add macro for postfix operators. (#3504) hace 2 años
..
fuzzer_corpus 1c748c0f14 Split semantics into check and sem_ir directories (#3176) hace 2 años
testdata 7c7afc9e32 Split out infix and prefix operators to separate node kinds. (#3481) hace 2 años
BUILD fada410559 Support declaration modifier keywords (#3412) hace 2 años
__init__.py 1c748c0f14 Split semantics into check and sem_ir directories (#3176) hace 2 años
check.cpp 6419568142 Fully underline parse nodes in diagnostics. (#3442) hace 2 años
check.h d024403dc4 Refactor checking flow to allow for ordering based on import/package. (#3379) hace 2 años
check_fuzzer.cpp 377e9a0968 In the driver, --dump-semantics-ir -> --dump-sem-ir (#3218) hace 2 años
context.cpp 032c0e017b Start adding lazy import references to name lookup. (#3475) hace 2 años
context.h 6419568142 Fully underline parse nodes in diagnostics. (#3442) hace 2 años
convert.cpp 6419568142 Fully underline parse nodes in diagnostics. (#3442) hace 2 años
convert.h 0d618b1278 Tidy up lint issues. (#3429) hace 2 años
decl_name_stack.cpp 032c0e017b Start adding lazy import references to name lookup. (#3475) hace 2 años
decl_name_stack.h c6bc2cbb3d Rename IndexBase -> IdBase, ComparableIndexBase -> IndexBase. (#3436) hace 2 años
decl_state.h 9b194a31c9 Support modifiers on namespace, in theory. (#3462) hace 2 años
handle_array.cpp 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) hace 2 años
handle_binding_pattern.cpp 6419568142 Fully underline parse nodes in diagnostics. (#3442) hace 2 años
handle_call_expr.cpp 22dff46ed2 Remove support for disambiguating a stringified type as being a type. (#3456) hace 2 años
handle_class.cpp 407079c33a Pop decl state stack earlier (#3483) hace 2 años
handle_codeblock.cpp 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años
handle_expr_statement.cpp 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años
handle_file.cpp 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años
handle_function.cpp 6419568142 Fully underline parse nodes in diagnostics. (#3442) hace 2 años
handle_if_expr.cpp 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años
handle_if_statement.cpp 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años
handle_impl.cpp 5f439b842b Parsing `impl`...`as` (#3473) hace 2 años
handle_import_and_package.cpp 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años
handle_index.cpp cef7eb5522 Simplify interface for getting an instruction from a type. (#3455) hace 2 años
handle_interface.cpp 407079c33a Pop decl state stack earlier (#3483) hace 2 años
handle_let.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) hace 2 años
handle_literal.cpp 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) hace 2 años
handle_loop_statement.cpp fada410559 Support declaration modifier keywords (#3412) hace 2 años
handle_modifier.cpp ef0fa81a58 Upgrade clang-format version (#3471) hace 2 años
handle_name.cpp 5f439b842b Parsing `impl`...`as` (#3473) hace 2 años
handle_named_constraint.cpp 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años
handle_namespace.cpp 9b194a31c9 Support modifiers on namespace, in theory. (#3462) hace 2 años
handle_noop.cpp fada410559 Support declaration modifier keywords (#3412) hace 2 años
handle_operator.cpp 7c7afc9e32 Split out infix and prefix operators to separate node kinds. (#3481) hace 2 años
handle_paren.cpp 5897e57c21 Clarify naming around paren expressions (#3444) hace 2 años
handle_pattern_list.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) hace 2 años
handle_return_statement.cpp 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años
handle_struct.cpp 6cc5dc7736 Replace the NodeKind StructFieldUnknown with InvalidParse. (#3482) hace 2 años
handle_variable.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) hace 2 años
inst_block_stack.cpp 737162cc8f Rename sem_ir files node->inst, follow up to #3355 (#3361) hace 2 años
inst_block_stack.h 737162cc8f Rename sem_ir files node->inst, follow up to #3355 (#3361) hace 2 años
modifiers.cpp 3b0923c81d Add interface support to check (#3474) hace 2 años
modifiers.h fada410559 Support declaration modifier keywords (#3412) hace 2 años
node_stack.cpp b8d4e2f41b Binding pattern naming cleanup (#3410) hace 2 años
node_stack.h e343ea593c Add macro for postfix operators. (#3504) hace 2 años
pending_block.h 0d618b1278 Tidy up lint issues. (#3429) hace 2 años
return.cpp 22dff46ed2 Remove support for disambiguating a stringified type as being a type. (#3456) hace 2 años
return.h 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) hace 2 años