aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Disallow `for in` in favour of `for _ in`gingerBill2023-08-087-10/+13
* | Add experimental `-subtarget:ios`gingerBill2023-08-082-2/+69
* | Fix tilde extension when trying to build as assembly (unsupported currently)gingerBill2023-08-081-3/+3
* | Merge pull request #2714 from wjlroe/fix-cycle-count-intrinsic-on-darwingingerBill2023-08-071-1/+1
|\ \
| * | Fix read_cycle_counter intrinsic on arm64William Roe2023-08-071-1/+1
|/ /
* | Fix docs typogingerBill2023-08-071-1/+1
* | Remove temporary assertgingerBill2023-08-071-1/+0
* | Fix `using` buggingerBill2023-08-072-1/+2
* | Tilde: #soa pointersgingerBill2023-08-072-13/+85
* | Tilde: Begin work on #soagingerBill2023-08-076-15/+160
* | Tilde: `for in` for `enum` typesgingerBill2023-08-071-1/+53
* | Tilde: Fix type info for enumsgingerBill2023-08-071-35/+33
* | Tilde: Add `in`/`not_in` for mapsgingerBill2023-08-072-9/+13
* | Mock out map get/set functionalitygingerBill2023-08-078-21/+299
* | Merge pull request #2655 from hchac/stdlib-parser-fixesgingerBill2023-08-070-0/+0
|\ \
| * \ Merge branch 'master' into stdlib-parser-fixesgingerBill2023-08-07109-2073/+16362
| |\ \
| * | | Matching C++ parser changes from commit 67ca9166d36375fd42725c16ca3933d4c91eb...hchac2023-07-131-2/+8
* | | | Merge pull request #2649 from hchac/allow-newline-field-list-separatorgingerBill2023-08-071-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Match CPP parser behavior in allowing newlines before a closing brace.hchac2023-07-111-2/+4
* | | | Merge pull request #2661 from Beefster09/fixed-f64-conversiongingerBill2023-08-071-5/+7
|\ \ \ \
| * | | | Update fixed.odinJustin Snyder2023-07-151-5/+7
| | |/ / | |/| |
* | | | Merge pull request #2701 from Alkamist/nanovg-leak-fixgingerBill2023-08-051-0/+1
|\ \ \ \
| * | | | Fix small memory leak in nanovg.Alkamist2023-08-031-0/+1
* | | | | Merge pull request #2696 from hwchen/hwchen/fix-parse-call-expr-ellipsesgingerBill2023-08-052-2/+30
|\ \ \ \ \
| * | | | | core:odin/parser allow args after varargs in parse_call_exprWalther Chen2023-08-032-2/+30
* | | | | | Merge pull request #2652 from ftphikari/mastergingerBill2023-08-054-0/+26
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'odin-lang:master' into masterftphikari2023-07-25170-4968/+11648
| |\ \ \ \ \ \
| * | | | | | | [vendor:directx/d3d11] Added missing UUIDs for shader reflectionhikari2023-07-251-0/+14
| * | | | | | | [vendor:directx/dxgi] Removed `GetDebugInterface`hikari2023-07-181-21/+0
| * | | | | | | [core:sys/windows] Added a couple of procedureshikari2023-07-171-0/+3
| * | | | | | | [core:sys/windows] Added missing `MONITORINFOEXW` typeftphikari2023-07-141-0/+6
| * | | | | | | [vendor:directx/dxgi] Rename `debug_interface_init` to `InitDebugInterface`ftphikari2023-07-131-2/+2
| * | | | | | | Code review fixesftphikari2023-07-132-3/+6
| * | | | | | | [vendor:directx/dxgi] Added `GetDebugInterface`ftphikari2023-07-131-0/+18
| * | | | | | | [vendor:directx/d3d_compiler] Added default include file handlerftphikari2023-07-121-0/+3
* | | | | | | | Update demo for #relative multi-pointersgingerBill2023-08-051-6/+5
* | | | | | | | Remove #relative slices; Replace with #relative multi-pointersgingerBill2023-08-0529-453/+368
* | | | | | | | Fix #2699gingerBill2023-08-051-3/+9
* | | | | | | | Fix #2690gingerBill2023-08-051-5/+5
* | | | | | | | Add `raw_data(^matrix[R, C]T) -> [^]T`gingerBill2023-08-051-0/+3
* | | | | | | | Fix #2697gingerBill2023-08-041-1/+1
* | | | | | | | Add missing importgingerBill2023-08-041-0/+1
* | | | | | | | Remove the use of `import` within `when`gingerBill2023-08-0410-41/+43
* | | | | | | | Disallow `import` declarations within a `when` statementgingerBill2023-08-042-0/+8
| |_|_|/ / / / |/| | | | | |
* | | | | | | Add hasher proc generationgingerBill2023-08-034-2/+241
* | | | | | | Generate equal proc for unionsgingerBill2023-08-032-1/+45
* | | | | | | Add comments for tilde buildinggingerBill2023-08-031-0/+3
* | | | | | | Toggle tilde backend in the build scriptgingerBill2023-08-032-3/+9
* | | | | | | Merge branch 'master' into tildegingerBill2023-08-0355-887/+1077
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #2669 from laytan/check-disabled-when-generating-parapolydev-2023-08gingerBill2023-08-014-0/+32
| |\ \ \ \ \ \