aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix misleading error messages for init, fini and test attributesKrzesimir Nowak2025-12-211-3/+3
* Fix #5967 (Incorrect stack overflow warning for by ref switches over unions)Franz2025-11-281-1/+3
* skip collision panic when package names aren't uniqueLaytan2025-11-161-3/+9
* For test runner, try to look for `os.exit` or `os2.exit`gingerBill2025-10-301-0/+16
* Fix #5785Jeroen van Rijn2025-10-111-13/+9
* Fix Objective-C block symbols naming conflict across modules.Harold Brenes2025-10-051-1/+4
* Include objc runtime type dependencies only on darwinHarold Brenes2025-09-291-2/+4
* Automatically emit objc_msgSend calls when calling imported or implemented Ob...Harold Brenes2025-09-291-0/+8
* `Entity *` to `std::atomic<Entity *>` to remove the need for a PtrMap+MutexgingerBill2025-09-191-1/+1
* Minimize mutex usage when in single threaded mode.gingerBill2025-09-101-14/+25
* Remove global `PtrMap<Type *, GenTypesData *>` and store on the `TypeNamed` d...gingerBill2025-09-101-5/+0
* Removal of some old checksgingerBill2025-09-101-35/+48
* Use macro instead of a C++ iterator - for speedgingerBill2025-09-101-22/+14
* Inline some ptr set iteratorsgingerBill2025-09-101-4/+13
* Move more from `heap_allocator()` to `temporary_allocator()`gingerBill2025-09-101-32/+29
* Multithread "check all scope usages"gingerBill2025-09-101-10/+33
* Minimize more thread contentiongingerBill2025-09-101-27/+31
* Minor clean up of permanent/temporary arena usagegingerBill2025-09-101-3/+3
* Use arena in `calculate_global_init_order`gingerBill2025-09-101-53/+79
* Multithread min dep set by removing the set itselfgingerBill2025-09-101-94/+99
* Multithread some of the min dep systemgingerBill2025-09-101-15/+96
* Split type and inline cycles into separate loopsgingerBill2025-09-101-15/+26
* Multithread `check_update_dependency_tree_for_procedures`gingerBill2025-09-101-0/+39
* formattingsmoke-y2025-09-051-1/+3
* fix empty parentheses seg faultsmoke-y2025-09-051-0/+1
* Fix parentheses for raddbg expressiongingerBill2025-08-221-4/+4
* Remove debug printgingerBill2025-08-221-2/+0
* Improve the raddbg type views generated from `fmt`-based struct field tagsgingerBill2025-08-221-146/+269
* Add `@(raddbg_type_view=<optional-string>)`gingerBill2025-08-211-0/+170
* Allow `#+feature global-context` for `@(init)` and `@(fini)` procedures as an...gingerBill2025-08-121-4/+34
* Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-081-0/+9
* Implementes the block ABI.2010.3.16 natively via the `objc_block` intrinsic a...Harold Brenes2025-08-061-0/+4
* Change `is_utf16` field to `encoding` and use an enumgingerBill2025-08-051-0/+3
* Merge branch 'master' into bill/utf16-stringsgingerBill2025-08-051-1/+5
|\
| * Fix possible race condition with struct offsetsgingerBill2025-08-051-1/+5
* | Add `string16` and `cstring16` (UTF-16 based strings)gingerBill2025-08-021-7/+9
|/
* fix checkLaytan2025-08-011-1/+1
* Rename `iOS` subtarget to `iPhone` for consistency.Harold Brenes2025-07-141-1/+1
* Updated iOS/iPhoneSimulator build supportHarold Brenes2025-07-131-3/+4
* Merge pull request #5286 from Feoramund/no-san-memgingerBill2025-06-091-0/+6
|\
| * Add `@(no_sanitize_memory)` proc attribute with MSan additions to `base:sanit...Feoramund2025-06-051-0/+6
* | Guard against untyped `nil` in type cycle and type info sectionsFeoramund2025-06-081-2/+2
* | Add `nullptr` check in `add_type_info_type_internal`Feoramund2025-06-061-1/+1
|/
* Add comments to `builtin.odin`, documenting ODIN_* constants. (#5218)Jeroen van Rijn2025-05-261-6/+25
* Do not call disabled deferred proceduresFeoramund2025-05-191-0/+6
* @(init), @(fini) and @(export) procedures are classified as used.Jeroen van Rijn2025-05-171-2/+7
* Merge pull request #5064 from harold-b/hb/objc-classesgingerBill2025-05-081-0/+122
|\
| * Move unconditionally exporting Objective-C methods to the right locationHarold Brenes2025-05-031-17/+0
| * Fix checker errors.Harold Brenes2025-05-031-1/+1
| * Prevent multiple uses of the same Objective-C class nameHarold Brenes2025-05-031-0/+1