aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Reserve more space when exceeding, not meeting, capacityIan Lilley2022-06-011-2/+2
* | | | Minor style changegingerBill2022-06-122-2/+2
* | | | Merge pull request #1395 from hdooley/mastergingerBill2022-06-123-13/+19
|\ \ \ \
| * | | | review feedbackHenry Dooley2021-12-282-3/+3
| * | | | cast isize to unsigned int for llvm api, add defaulted name parameter to helper.Henry Dooley2021-12-252-5/+5
| * | | | factor out alloca generation into a helperHenry Dooley2021-12-253-10/+16
* | | | | Merge pull request #1819 from IanLilleyT/no_query_infogingerBill2022-06-124-9/+8
|\ \ \ \ \
| * | | | | tidying up Query_Info return value when not in query featuresIan Lilley2022-06-014-9/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #1829 from totoki-kei/dev/totoki-kei/patch-testinggingerBill2022-06-121-1/+1
|\ \ \ \ \
| * | | | | [core:testing] add global_fail_timeout_thread nil checkTotoki Kei2022-06-041-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #1841 from hasenj/hack-objc-window-initgingerBill2022-06-122-6/+22
|\ \ \ \ \
| * | | | | HACK work around for creating a cocoa windowHasen Judy2022-06-102-6/+22
* | | | | | Minor code clean upgingerBill2022-06-121-16/+10
* | | | | | Update utf-32 printinggingerBill2022-06-121-19/+14
* | | | | | Support UTF-16 printing with `[]u16` and `[^]u16` related typesgingerBill2022-06-121-18/+75
* | | | | | Merge pull request #1828 from JungerBoyo/patch-2gingerBill2022-06-121-0/+10
|\ \ \ \ \ \
| * | | | | | front() and back()JungerBoyo2022-06-041-0/+10
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1842 from ftphikari/mastergingerBill2022-06-122-0/+4
|\ \ \ \ \ \
| * | | | | | sys/windows: add GetTextExtentPoint32Whikari2022-06-111-0/+1
| * | | | | | sys/windows: add a couple of constantshikari2022-06-101-0/+3
* | | | | | | Minor change to `shrink`gingerBill2022-06-121-4/+4
* | | | | | | Merge pull request #1820 from Tetralux/shrinkgingerBill2022-06-123-2/+110
|\ \ \ \ \ \ \
| * | | | | | | [runtime] Add builtin `shrink` for dynamic arrays and mapsTetralux2022-06-043-2/+110
* | | | | | | | Merge pull request #1827 from JungerBoyo/patch-1gingerBill2022-06-121-0/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | unset functionJungerBoyo2022-06-031-0/+27
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Add `fmt:"s,0"` to allow arrays and multi-pointers to be printed with NUL ter...gingerBill2022-06-122-12/+63
* | | | | | | | Move trailing comma requirement in field lists to `-strict-style`gingerBill2022-06-121-17/+29
* | | | | | | | Minor fixgingerBill2022-06-111-1/+1
* | | | | | | | Correct distinction between indirection and record levelgingerBill2022-06-111-15/+28
* | | | | | | | Disable againgingerBill2022-06-111-3/+3
* | | | | | | | Re-enable string quoting within recordsgingerBill2022-06-111-3/+3
* | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-06-112-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | [image/png] Construct test paths differently.Jeroen van Rijn2022-06-111-1/+2
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Fix typogingerBill2022-06-111-2/+2
* | | | | | | | Refactor `fmt_value`gingerBill2022-06-111-220/+230
|/ / / / / / /
* | | | | | | Support optional length parameter on struct tags for multi-pointersgingerBill2022-06-111-0/+5
* | | | | | | Refactor to `fmt_array`gingerBill2022-06-111-25/+25
* | | | | | | Correct #soa printinggingerBill2022-06-111-64/+103
* | | | | | | Clean up trailing commagingerBill2022-06-111-6/+7
* | | | | | | Refactor with `fmt_struct`gingerBill2022-06-111-234/+119
* | | | | | | Check for `in_bad`gingerBill2022-06-111-2/+7
* | | | | | | Default to `q` for strings within structsgingerBill2022-06-111-2/+6
* | | | | | | Allow for `fmt:"s"` and `fmt:"s,field_length"`gingerBill2022-06-111-10/+62
* | | | | | | Add `fmt:"-"` to ignore fields in a structgingerBill2022-06-111-5/+29
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #1824 from ftphikari/mastergingerBill2022-06-109-37/+1058
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | sys/windows: add functions and constantshikari2022-06-093-0/+221
| * | | | | sys/windows: add macrohikari2022-06-081-0/+2
| * | | | | Merge branch 'odin-lang:master' into masterftphikari2022-06-0813-31/+56
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1831 from Despacito696969/mastergingerBill2022-06-071-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixed `slice.is_sorted_cmp`Despacito6969692022-06-071-1/+1
|/ / / / /