aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1921 from Hyp-X/masterdev-2022-08gingerBill2022-08-021-0/+1
|\
| * Update user32.odinHyp-X2022-08-011-0/+1
* | Simplify logic of `append` of zero sized elementsgingerBill2022-08-021-25/+31
* | Remove dead `#maybe` codegingerBill2022-08-011-12/+1
* | Correct parser logic for `is_token_field_prefix`gingerBill2022-08-011-5/+6
|/
* Simplify field prefix handlinggingerBill2022-08-012-64/+25
* Simplify ast parsing for prefixesgingerBill2022-08-012-28/+65
* Added virtual memory headers for Darwin.Christoffer Lerno2022-07-291-0/+148
* Fix bug unmarshalling JSON with assertions disabledWilliam Roe2022-07-281-2/+2
* Minor clean up of wasi_api.odingingerBill2022-07-251-259/+171
* Change open to be read only when opening directoryDaniel Gavin2022-07-251-1/+1
* Replace `insert_at` with `inject_at` and `assign_at`gingerBill2022-07-241-4/+48
* fix `linalg.angle_from_quaternion`Luxko2022-07-231-3/+3
* fix parameter for atan2 in procedure asinYeongju Kang2022-07-221-1/+1
* [path/slashpath] Change join() to take a slice instead of varargsTetralux2022-07-211-1/+1
* Add `MAKE_WORD`gingerBill2022-07-211-0/+4
* Minor improvementsgingerBill2022-07-191-15/+15
* Remove import cycle on FreeBSDgingerBill2022-07-184-25/+29
* Disallow `proc() do stmt` and only allow `proc() { stmt }`gingerBill2022-07-181-1/+1
* Fix printing of `bit_set` typesgingerBill2022-07-161-2/+2
* Fix murmur64a's tail handling.Jeroen van Rijn2022-07-151-86/+92
* Fix typogingerBill2022-07-151-1/+1
* Add `buffer_read_ptr` and `buffer_write_ptr`gingerBill2022-07-141-0/+8
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-07-1415-148/+110
|\
| * [hash] Give crc-64 a 64-bit seed.Jeroen van Rijn2022-07-141-2/+2
| * Correct naming in testsgingerBill2022-07-113-3/+3
| * Rename strings.Builder procedures to be consistent with the rest of the core ...gingerBill2022-07-1111-143/+105
* | Fix `libc.putchar`gingerBill2022-07-141-1/+1
|/
* flux fixed key deletion and generic in `flux_to`Michael Kutowski2022-06-281-11/+23
* Merge pull request #1826 from englerj/windows-bindingsgingerBill2022-06-282-8/+75
|\
| * Fix tab spacing.Josh Engler2022-06-121-25/+25
| * Merge branch 'master' into windows-bindingsJosh Engler2022-06-1111-281/+1313
| |\
| * | - Added EnumDisplaySettingsW and friends.Josh Engler2022-06-032-9/+80
* | | Merge pull request #1863 from OrigamiDev-Pete/mastergingerBill2022-06-281-11/+31
|\ \ \
| * | | Correct error reportingPeter DV2022-06-271-11/+31
* | | | Change LPCSTR to LPCWSTR in windows _W proceduresJimmy "Keeba" Lefevre2022-06-271-2/+2
|/ / /
* | | assign package docs to file docsPablo Narvaja2022-06-231-0/+1
* | | Add runtime.dll_forward_reason for Windows DLLs.Jeroen van Rijn2022-06-212-5/+22
* | | sys/windows: add constants and macrohikari2022-06-172-1/+17
* | | Merge branch 'odin-lang:master' into masterftphikari2022-06-164-17/+49
|\ \ \
| * \ \ Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-06-161-6/+15
| |\ \ \
| | * | | Update `strings.prefix_length` to handle partial UTF-8 runes.Jeroen van Rijn2022-06-161-6/+15
| * | | | Rename to SJSON for the Simplified JSON notation variantgingerBill2022-06-162-3/+4
| |/ / /
| * | | Add numerous procedure groups `decode_rune`, `decode_last_rune`, `rune_count`...gingerBill2022-06-161-8/+30
* | | | sys/windows: add RegSetKeyValueWhikari2022-06-161-0/+9
|/ / /
* | | Add `strings.prefix_length` & `slice.prefix_length`Jeroen van Rijn2022-06-162-0/+38
* | | wrong variable names in functionshfr42022-06-141-5/+5
* | | Allow %q with enumsgingerBill2022-06-131-2/+2
* | | Increase record_level on displaying `map` valuesgingerBill2022-06-131-0/+2
* | | Add missing commasgingerBill2022-06-131-2/+2