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