aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | | | 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-111-2/+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
| |_|/ / / |/| | | |
* | | | | 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-0811-29/+43
|\ \ \ \ \
| * | | | | Fixed `slice.is_sorted_cmp`Despacito6969692022-06-071-1/+1
| |/ / / /
| * | | | Remove `strings` dependency from `core:sys/windows`gingerBill2022-06-027-20/+35
| * | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-06-021-4/+5
| |\| | |
| | * | | tighter allocation for arena allocatorIan Lilley2022-06-011-4/+5
| | |/ /
| * / / Remove `simd_rem`; Disallow `simd_div` for integersgingerBill2022-06-022-4/+2
| |/ /
* | | sys/windows: add interfaces from shobjidl_core.hhikari2022-06-081-0/+462
* | | sys/windows: fix formattinghikari2022-06-072-3/+4
* | | sys/windows: fix file picker dialoghikari2022-06-073-3/+59
* | | sys/windows: add several functions and constantshikari2022-06-033-0/+63
* | | sys/windows: add RegSetValueExWhikari2022-06-031-0/+9
* | | sys/windows: add registry functions and create winerror.odinhikari2022-06-034-34/+241
|/ /
* | Deprecate `a..b` based ranges in favour of `..=`dev-2022-06gingerBill2022-06-012-4/+4
* | Merge pull request #1807 from odin-lang/simd-devgingerBill2022-05-3121-109/+3160
|\ \
| * | Correct documentationgingerBill2022-05-311-3/+3
| * | Correct intrinsics.odin for documentationgingerBill2022-05-301-2/+2
| * | Add enable_target_feature to ABMgingerBill2022-05-301-4/+4
| * | Add SSE4.2gingerBill2022-05-301-0/+149
| * | Add `@(require_results)` to all appropriate proceduresgingerBill2022-05-3010-386/+398
| * | Add SSE4.1gingerBill2022-05-301-0/+352
| * | `@(require_target_feature=<string>)` `@(enable_target_feature=<string>)`gingerBill2022-05-307-0/+364
| * | Rename to `lanes_rotate_left`, `lanes_rotate_right`, `lanes_reverse`gingerBill2022-05-291-3/+3
| * | Use single line attributesgingerBill2022-05-299-18/+9