aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Fix #2666 by checking for disabled when generating parapoly procsLaytan Laats2023-07-194-0/+32
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #2686 from ryuukk/patch-8gingerBill2023-08-011-1/+1
| |\ \ \ \ \ \
| | * | | | | | Assign element to Slice not Array when alloc a Type_Sliceryuukk2023-07-271-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #2693 from hasanyasin/mastergingerBill2023-08-011-5/+9
| |\ \ \ \ \ \
| | * | | | | | Add -show-system-calls flag info to cli usage helpHasan Yasin Ozturk2023-08-011-5/+9
| |/ / / / / /
| * | | | | | Go through loads of `TODO`sgingerBill2023-08-0113-77/+36
| * | | | | | Remove `-strict-style-init-only`gingerBill2023-08-013-21/+1
| * | | | | | Replace a lot of warnings with errors; remove deprecated stuffgingerBill2023-08-016-39/+8
| * | | | | | Add `-vet-style` and `-vet-semicolon`gingerBill2023-08-014-38/+77
| * | | | | | Fix typogingerBill2023-07-311-1/+1
| * | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-07-312-5/+11
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge pull request #2692 from hasanyasin/masterJeroen van Rijn2023-07-312-2/+2
| | |\ \ \ \ \ \
| | | * | | | | | Fix dropped "dev-" prefix from version tagHasan Yasin Ozturk2023-07-312-2/+2
| | |/ / / / / /
| | * | | | | | Merge pull request #2691 from hasanyasin/masterJeroen van Rijn2023-07-312-5/+11
| | |\ \ \ \ \ \
| | | * | | | | | Set version date to commit date instead of build dateHasan Yasin Ozturk2023-07-312-5/+11
| | |/ / / / / /
| * / / / / / / Add require_results for proc groupsgingerBill2023-07-311-0/+6
| |/ / / / / /
| * | | | | | Keep `-vet` happy by removing `using`gingerBill2023-07-315-143/+99
| * | | | | | Keep -vet happygingerBill2023-07-313-30/+27
| * | | | | | Remove debug codegingerBill2023-07-311-1/+1
| * | | | | | Remove `using` where easily possiblegingerBill2023-07-315-26/+21
| * | | | | | Clean up usage of `using` throughout core and vendorgingerBill2023-07-3112-138/+143
| * | | | | | Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...gingerBill2023-07-3114-201/+211
| * | | | | | Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flagsgingerBill2023-07-3111-22/+204
| * | | | | | Merge pull request #2687 from Kelimion/xml-value-fixJeroen van Rijn2023-07-287-73/+98
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fix #2684Jeroen van Rijn2023-07-287-73/+98
| |/ / / / /
| * | | | | Merge pull request #2676 from jasonKercher/fix-2667Jeroen van Rijn2023-07-221-98/+118
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | coalesce tombstones in map insertjason2023-07-211-98/+118
| |/ / / /
* | | | | Update Tilde for the new TB_Passes approachgingerBill2023-07-2810-126/+345
* | | | | BODGE for finding procedure symbolsgingerBill2023-07-285-25/+49
* | | | | Fix dependency issue; Allow polymorphic procedures in tildegingerBill2023-07-257-175/+233
* | | | | Support non-constant global slicesgingerBill2023-07-255-21/+77
* | | | | Basic support for global variablesgingerBill2023-07-251-7/+22
* | | | | Move mutable value decl stuff to a separate proceduregingerBill2023-07-251-124/+131
* | | | | Implement `@(static)` local variablesgingerBill2023-07-253-7/+68
* | | | | Generate anonymous procedure literalsgingerBill2023-07-255-17/+112
* | | | | Fill out type information datagingerBill2023-07-252-47/+196
* | | | | Continue filling in the global type info datagingerBill2023-07-253-131/+338
* | | | | Update tildegingerBill2023-07-253-45/+43
* | | | | Implement basic runtime type informationgingerBill2023-07-258-71/+459
* | | | | Begin work on setting up type information tablegingerBill2023-07-245-19/+366
* | | | | Fix `transmute(uintptr)ptr` etcgingerBill2023-07-246-5/+84
* | | | | Implement for in statements for array-like valuesgingerBill2023-07-243-38/+308
* | | | | Implement for in interval statementsgingerBill2023-07-242-2/+163
* | | | | Update Tilde to fix reg alloc buggingerBill2023-07-243-2/+2
* | | | | Update Tilde for testing reg spill stuffgingerBill2023-07-246-104/+125
* | | | | Mock out type info initialize stuffgingerBill2023-07-244-6/+35
* | | | | Multithread tilde backendgingerBill2023-07-245-32/+88
* | | | | Generate object name for them modulegingerBill2023-07-241-4/+58
* | | | | Hook up Tilde to the linker codegingerBill2023-07-245-44/+55
* | | | | Move linker code into separate filegingerBill2023-07-245-426/+438