gingerBill b0dd3ac599 v0.10.0 6 years ago
..
gb 956dd26aa0 Fix race condition; Change `for in` addressing mode 6 years ago
utf8proc 2614830c69 Minor code organization change 6 years ago
array.cpp 5697d6df74 -go-to-definitions (OGTD file format) 6 years ago
big_int.cpp fa5d00521b Remove `inline` from many of the mem.* procedures 6 years ago
build_settings.cpp b0dd3ac599 v0.10.0 6 years ago
check_decl.cpp 654740d5b1 Fixes to ABI 6 years ago
check_expr.cpp c40acd008e Add i128/u128 support for bit sets 6 years ago
check_stmt.cpp 222941727f Add `..<` operator for ranges; Add extra checking for bit set assignments 6 years ago
check_type.cpp b38a8cfb12 Move internal 128-bit stuff to a windows specific file 6 years ago
checker.cpp 3d2279fba0 Support 128-bit integers `i128` `u128` 6 years ago
checker.hpp 5697d6df74 -go-to-definitions (OGTD file format) 6 years ago
common.cpp 458ec5922e odin query 6 years ago
docs.cpp c2ca24a486 Big renaming: `AstNode` to `Ast` 7 years ago
entity.cpp 5697d6df74 -go-to-definitions (OGTD file format) 6 years ago
exact_value.cpp 71a733e3b5 Allow booleans to be assigned to a 1-bit bit field value 6 years ago
integer128.cpp 268491b224 Use global arena for AstNode allocations 7 years ago
ir.cpp 3d2279fba0 Support 128-bit integers `i128` `u128` 6 years ago
ir_opt.cpp e2d4667639 Fix data layout issue on Windows; Remove unused loads in SSA 6 years ago
ir_print.cpp 3d2279fba0 Support 128-bit integers `i128` `u128` 6 years ago
main.cpp 5697d6df74 -go-to-definitions (OGTD file format) 6 years ago
map.cpp 2e1e1e6034 Type caching 7 years ago
murmurhash3.cpp 6b3c4cc379 Remove `u128` and `i128` 7 years ago
parser.cpp 65e9b4d5f0 Update parsers 6 years ago
parser.hpp bdab5e00da Minor code clean up 6 years ago
priority_queue.cpp f30d2e43ea Add priority_queue.cpp and ptr_set.cpp 8 years ago
ptr_set.cpp d63885a495 `array_make` 7 years ago
query_data.cpp caf9bc6be9 Pedantic conversions on query data 6 years ago
string.cpp 458ec5922e odin query 6 years ago
string_set.cpp 1cd453db14 Remove unneeded disabled warnings for MSVC 7 years ago
timings.cpp 458ec5922e odin query 6 years ago
tokenizer.cpp 9cadd58465 Improve tokenizer slightly 6 years ago
types.cpp b894e2b378 Fix bit set size with 128-bit integers 6 years ago
unicode.cpp 2614830c69 Minor code organization change 6 years ago