aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into freestanding_amd64gingerBill2022-02-283-9/+15
|\
| * Show error message when something like this is done `test: proc() : {}`gingerBill2022-02-281-0/+4
| * Correct debug information for local variablesgingerBill2022-02-281-1/+1
| * Merge pull request #1545 from AquaGeneral/mastergingerBill2022-02-241-8/+10
| |\
| | * Added options to help, and improved wordingJesse Stiller2022-02-241-8/+10
* | | Change target name to `freestanding_amd64_sysv`gingerBill2022-02-233-9/+9
* | | Replace local `@(no_red_zone)` with global `-disable-red-zone`gingerBill2022-02-237-18/+17
* | | Add `@(no_red_zone)` for proceduresgingerBill2022-02-235-0/+21
* | | Add help docs for `-reloc-mode:<string>`gingerBill2022-02-233-1/+12
* | | Merge branch 'master' into freestanding_amd64gingerBill2022-02-236-56/+139
|\| |
| * | Add "Did you mean" to Objective-C fieldsgingerBill2022-02-221-1/+63
| * | Move commentgingerBill2022-02-221-2/+2
| * | Improve `union_tag_size`gingerBill2022-02-221-0/+11
| * | Correct `ExactValue_Pointer`gingerBill2022-02-222-66/+14
| * | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-02-222-2/+3
| |\ \
| | * | [report] Fix `odin report` crash if `/usr/lib/os-release` doesn't exist.Jeroen van Rijn2022-02-222-2/+3
| * | | Simplify `parse_binary_expr`gingerBill2022-02-221-48/+109
| |/ /
* | | Add `-reloc-mode:<string>`gingerBill2022-02-203-0/+49
* | | Add `-foreign-error-procedures`gingerBill2022-02-203-0/+15
* | | Add `freestanding_amd64_gnu`gingerBill2022-02-203-5/+48
|/ /
* | Remove dead codegingerBill2022-02-201-8/+1
* | Minimize memory usage by having an arena per thread rather than an arena per ...gingerBill2022-02-186-15/+15
* | Add better error message for compiler when OOM happensgingerBill2022-02-181-2/+17
* | Use `try_to_add_package_dependency`gingerBill2022-02-182-8/+21
* | Fix typogingerBill2022-02-181-1/+1
* | Allow objc intrinsics within `odin check` and `odin docs` but disallow for `o...gingerBill2022-02-181-1/+2
* | Add vendor:directx and vendor:darwin packages for documentation generationgingerBill2022-02-181-2/+3
|/
* Add `intrinsics.constant_utf16_cstring`gingerBill2022-02-173-18/+108
* Merge branch 'master' into directx-packagesgingerBill2022-02-161-1/+1
|\
| * Fix typogingerBill2022-02-161-1/+1
* | Merge branch 'master' into directx-packagesgingerBill2022-02-169-54/+82
|\|
| * Allow sysv and win64 calling conventions to be used on any platform on amd64gingerBill2022-02-167-35/+55
| * Improve metadata for `context`gingerBill2022-02-161-1/+6
| * Improve debug information for direct procedure parmatersgingerBill2022-02-162-9/+15
| * Change how parameter and variables are given debug valuesgingerBill2022-02-163-13/+10
| * Change debug declare to valuegingerBill2022-02-161-3/+3
* | Add `#subtype` struct field prefix, required to have a COM interface hierarchygingerBill2022-02-166-8/+37
|/
* Merge pull request #1438 from odin-lang/odin-global-constants-as-enumsgingerBill2022-02-151-3/+34
|\
| * Merge branch 'master' into odin-global-constants-as-enumsgingerBill2022-02-1529-1794/+2722
| |\
| * | Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-3/+34
* | | Merge pull request #1482 from odin-lang/objc-intrinsicsgingerBill2022-02-1517-82/+895
|\ \ \ | |_|/ |/| |
| * | Correct pseudo selector code generationgingerBill2022-02-152-7/+8
| * | Use `objc_allocateClassPair` for `intrinsics.objc_register_class`gingerBill2022-02-142-3/+6
| * | Change objc_class_name to objc_name with objc_is_class_methodgingerBill2022-02-143-22/+16
| * | Add new objc intrinsics: objc_(register|find)_(selector|class)gingerBill2022-02-145-46/+139
| * | Merge branch 'master' into objc-intrinsicsgingerBill2022-02-141-1/+1
| |\ \
| * | | Add more objc attributesgingerBill2022-02-1110-39/+249
| * | | Add `intrinsics.type_is_subtype_of`; `intrinsics.objc_selector_name`gingerBill2022-02-086-43/+101
| * | | Correct objc_class propagation for parapoly structsgingerBill2022-02-081-0/+2
| * | | Begin work on support objc intrinsicsgingerBill2022-02-0812-7/+459