holey-bytes/lang/tests
2024-10-22 12:40:41 +02:00
..
codegen_tests_arithmetic.txt
codegen_tests_arrays.txt
codegen_tests_c_strings.txt
codegen_tests_comments.txt
codegen_tests_comptime_function_from_another_file.txt
codegen_tests_comptime_min_reg_leak.txt
codegen_tests_different_types.txt
codegen_tests_directives.txt
codegen_tests_fb_driver.txt
codegen_tests_functions.txt
codegen_tests_generic_functions.txt
codegen_tests_generic_types.txt
codegen_tests_global_variables.txt
codegen_tests_hex_octal_binary_literals.txt
codegen_tests_idk.txt
codegen_tests_if_statements.txt
codegen_tests_inline.txt
codegen_tests_inline_test.txt
codegen_tests_inlined_generic_functions.txt
codegen_tests_integer_inference_issues.txt
codegen_tests_loops.txt
codegen_tests_pointers.txt
codegen_tests_request_page.txt
codegen_tests_some_generic_code.txt
codegen_tests_something_somehow.txt
codegen_tests_sort_something_viredly.txt fixing struct return and copy miscompilation 2024-10-20 18:49:41 +02:00
codegen_tests_struct_operators.txt
codegen_tests_struct_patterns.txt
codegen_tests_struct_return_from_module_function.txt
codegen_tests_structs.txt fixing code scheduling bugs 2024-10-19 10:17:36 +02:00
codegen_tests_tests_ptr_to_ptr_copy.txt
codegen_tests_variables.txt
codegen_tests_wide_ret.txt
codegen_tests_wired_mem_swap.txt
codegen_tests_writing_into_string.txt fixing struct return and copy miscompilation 2024-10-20 18:49:41 +02:00
son_tests_arithmetic.txt
son_tests_arrays.txt fixing some bugs and making the generic types work, well not quite 2024-10-22 10:08:50 +02:00
son_tests_branch_assignments.txt
son_tests_c_strings.txt adding more tests, fixing pointer math, and integer upcasting 2024-10-20 21:50:08 +02:00
son_tests_comments.txt
son_tests_comptime_function_from_another_file.txt adding more tests and organizing things 2024-10-20 15:33:32 +02:00
son_tests_comptime_min_reg_leak.txt unifiing the type resolution into a trait 2024-10-20 15:16:55 +02:00
son_tests_conditional_stores.txt
son_tests_const_folding_with_arg.txt
son_tests_different_types.txt fixing some bugs and making the generic types work, well not quite 2024-10-22 10:08:50 +02:00
son_tests_directives.txt fixing some bugs and making the generic types work, well not quite 2024-10-22 10:08:50 +02:00
son_tests_exhaustive_loop_testing.txt generic functions work now 2024-10-22 07:20:08 +02:00
son_tests_fb_driver.txt generic functions work now 2024-10-22 07:20:08 +02:00
son_tests_functions.txt
son_tests_generic_functions.txt generic functions work now 2024-10-22 07:20:08 +02:00
son_tests_generic_types.txt now the generic types work too 2024-10-22 10:17:16 +02:00
son_tests_global_variables.txt implementing global variables 2024-10-20 10:37:48 +02:00
son_tests_hex_octal_binary_literals.txt
son_tests_idk.txt fixing some bugs and making the generic types work, well not quite 2024-10-22 10:08:50 +02:00
son_tests_if_statements.txt generic functions work now 2024-10-22 07:20:08 +02:00
son_tests_inline.txt fixing loop bugs and some optimization edgecases 2024-10-21 15:12:37 +02:00
son_tests_inline_test.txt fixing some bugs and making the generic types work, well not quite 2024-10-22 10:08:50 +02:00
son_tests_inlined_generic_functions.txt generic functions work now 2024-10-22 07:20:08 +02:00
son_tests_integer_inference_issues.txt sweeping trought more tests 2024-10-21 19:57:55 +02:00
son_tests_loop_stores.txt fixing code scheduling bugs 2024-10-19 10:17:36 +02:00
son_tests_loops.txt
son_tests_main_fn.txt adding more tests and organizing things 2024-10-20 15:33:32 +02:00
son_tests_pointer_opts.txt sweeping trought more tests 2024-10-21 19:57:55 +02:00
son_tests_pointers.txt implementing directives 2024-10-21 18:57:23 +02:00
son_tests_request_page.txt generic functions work now 2024-10-22 07:20:08 +02:00
son_tests_some_generic_code.txt generic functions work now 2024-10-22 07:20:08 +02:00
son_tests_sort_something_viredly.txt generic functions work now 2024-10-22 07:20:08 +02:00
son_tests_struct_operators.txt strinc operatos seem to work now 2024-10-22 12:40:41 +02:00
son_tests_struct_patterns.txt fixing some bugs and making the generic types work, well not quite 2024-10-22 10:08:50 +02:00
son_tests_struct_return_from_module_function.txt sweeping trought more tests 2024-10-21 19:57:55 +02:00
son_tests_structs.txt fixing some bugs and making the generic types work, well not quite 2024-10-22 10:08:50 +02:00
son_tests_structs_in_registers.txt fixing some bugs and making the generic types work, well not quite 2024-10-22 10:08:50 +02:00
son_tests_tests_ptr_to_ptr_copy.txt fixing some bugs and making the generic types work, well not quite 2024-10-22 10:08:50 +02:00
son_tests_variables.txt
son_tests_wide_ret.txt fixing some bugs and making the generic types work, well not quite 2024-10-22 10:08:50 +02:00
son_tests_writing_into_string.txt adding more tests and organizing things 2024-10-20 15:33:32 +02:00