aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | provide a simple gb_file_copy() implementationSébastien Marie2022-02-251-4/+44
| | * | | | | add RAM information inside reportSébastien Marie2022-02-251-0/+9
| | * | | | | initial OpenBSD supportSébastien Marie2022-02-257-4/+80
* | | | | | | Disallow `@(thread_local)` on wasm targetsgingerBill2022-02-283-2/+9
* | | | | | | Correct commentgingerBill2022-02-281-1/+1
* | | | | | | Clean up `generate_minimum_dependency_set` codegingerBill2022-02-281-34/+41
* | | | | | | Enforce `-no-entry-point` on freestanding targetsgingerBill2022-02-281-7/+12
* | | | | | | `-target-features:<string>`gingerBill2022-02-284-9/+14
* | | | | | | Add extra checks for -disallow-rttigingerBill2022-02-282-2/+15
* | | | | | | Only allow `-disallow-rtti` on freestanding targetsgingerBill2022-02-281-0/+5
* | | | | | | Commit rest of code for `-disallow-rtti`gingerBill2022-02-2811-19/+95
* | | | | | | Change `#c_vararg` checking to only disallow odin calling conventionsgingerBill2022-02-281-2/+6
* | | | | | | 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
|\ \ \