aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Patch issue with minimum dependency system and how it interacts with para pol...gingerBill2021-02-261-4/+45
* Remove `#opaque` typesgingerBill2021-02-231-10/+0
* Remove `bit_field` keyword and parsing logicgingerBill2021-02-231-1/+0
* Remove `bit_field` in type info, runtime, and general core librarygingerBill2021-02-191-2/+0
* Remove `bit_field` type from Odin (keyword and dead runtime code still exists)gingerBill2021-02-191-16/+0
* Fix #831gingerBill2021-01-271-2/+5
* Fix #825gingerBill2021-01-171-2/+4
* Allow nested procedures to access `@(static)` and `@(thread_local)` variablesgingerBill2020-12-041-3/+8
* Add `intrinsics.type_hasher_proc`; Make `map` work with generic hasher proceduregingerBill2020-11-291-2/+6
* Add intrinsics.type_equal_proc; Make `map` use an internal equal procedure to...gingerBill2020-11-291-0/+8
* map type internal reorganizationgingerBill2020-11-231-4/+4
* Add `flags: Type_Info_Flags,` to `runtime.Type_Info`gingerBill2020-11-231-2/+3
* Add comparisons to structs where all fields are comparable `==` and `!=`gingerBill2020-11-231-0/+1
* Add `ODIN_TEST` constant for checking if `odin test` is being rungingerBill2020-11-211-0/+1
* Improve `system_exec_command_line_app` functionality; Restrict `test_*` proce...gingerBill2020-11-171-4/+6
* Begin rudimentary work on implementing `odin test` tooling with `*_test.odin`...gingerBill2020-11-171-2/+48
* Improve flags for `odin doc`gingerBill2020-11-171-0/+4
* Basic `odin doc` supportgingerBill2020-11-171-1/+3
* Add `-show-unused` (Shows unused package declarations of all imported packages)gingerBill2020-11-171-19/+9
* Minimize memory usage for AST nodes by using Slice<T> rather than Array<T> wh...gingerBill2020-11-161-6/+6
* Minimize Ast flags usagegingerBill2020-11-161-8/+8
* Improve generate_entity_dependency_graph: Calculate edges for graph M - Part 2gingerBill2020-11-151-9/+42
* Fix calling convention for new LLVM ABI, and change`PtrSet` index to be `u32`...gingerBill2020-11-151-6/+3
* Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a blockgingerBill2020-11-151-19/+16
* Begin clarifying allocation patterns by changing from `heap_allocator` to spe...gingerBill2020-11-151-1/+3
* Force dependency for @(export) entitiesgingerBill2020-11-101-0/+16
* Added -no-entry-point flag and relevant check.F0x1fy2020-11-101-1/+1
* Add -default-to-nil-allocator flag (sets `ODIN_DEFAULT_TO_NIL_ALLOCATOR`)gingerBill2020-09-151-0/+1
* Improve error message for multi-valued global declarations not be allowedgingerBill2020-09-121-6/+2
* Fix check_arity_match buggingerBill2020-09-121-2/+31
* Add extra check for checking uniqueness of package namesgingerBill2020-09-101-0/+29
* Ensure `add_type_info_type` and `add_min_dep_type_info` are consistentgingerBill2020-08-051-20/+31
* Fix #705gingerBill2020-08-051-4/+10
* Add `-no-dynamic-literals` to disallow dynamic array and map literalsgingerBill2020-07-141-0/+1
* Add `deferred_in_out` attributegingerBill2020-06-161-0/+66
* Add force usage when importing `intrinsics` or `builtin`gingerBill2020-06-101-1/+5
* Fix rules for recursive initialization with procedure entities; Fix executabl...gingerBill2020-05-301-15/+88
* Improve performance of tokenization and parsinggingerBill2020-05-271-2/+2
* Minor fixes to improve hash map/set performancegingerBill2020-05-211-1/+1
* Add extra information to `-show-more-timings`gingerBill2020-05-211-0/+1
* Relative pointersgingerBill2020-05-151-0/+24
* Enforce explicit context definition for procedure callsgingerBill2020-05-141-0/+1
* Implement Explicit context creation #639gingerBill2020-05-141-0/+5
* (#594) Add `#config` to replace `#defined`; Restrict `#defined` within proced...gingerBill2020-05-131-1/+9
* Add extra 128 bit integer proceduresgingerBill2020-05-131-0/+5
* Replace `entity_of_ident` with `entity_of_node`gingerBill2020-05-121-16/+5
* Let -vet ignore intentional declaration shadowing #637gingerBill2020-05-121-7/+22
* Fix typogingerBill2020-05-031-8/+8
* Add experimental atom op tables for llvm-backendgingerBill2020-05-021-0/+211
* Fix @(export) for global variable declarationsgingerBill2020-04-241-0/+1