aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Add support to `raw_union_tag` for integersgingerBill2026-01-021-0/+28
* | | | | | | | Change usage of `i32` to `c_int` where appropriategingerBill2026-01-028-64/+72
* | | | | | | | Fix typogingerBill2026-01-021-1/+1
* | | | | | | | Fix some return types in core:sys/windowsgingerBill2026-01-022-5/+5
* | | | | | | | Replace uses of `c.int` with `c_int` for consistencygingerBill2026-01-023-14/+11
* | | | | | | | Fix `GetSystemMetricsForDpi` signaturegingerBill2026-01-021-3/+2
* | | | | | | | Merge pull request #5882 from IllusionMan1212/custom-json-marshallingJeroen van Rijn2026-01-012-3/+164
|\ \ \ \ \ \ \ \
| * | | | | | | | Make custom JSON (un)marshalers more like core:fmt'sJeroen van Rijn2025-12-102-61/+200
| * | | | | | | | Merge branch 'master' into pr/5882Jeroen van Rijn2025-12-1017-220/+451
| |\ \ \ \ \ \ \ \
| * | | | | | | | | encoding/json: error handling for custom (un)marshallersHisham Aburaqibah2025-12-022-4/+4
| * | | | | | | | | encoding/json: custom json (un)marshallingIllusionMan12122025-12-022-44/+66
* | | | | | | | | | Add `@(rodata)` to global constantsgingerBill2026-01-011-4/+4
* | | | | | | | | | When using `fmt_write_padding`, remove the need to restore `fi.zero` since it...gingerBill2026-01-011-6/+0
* | | | | | | | | | fix printing dozenal numbers `0z` from `0o`gingerBill2026-01-011-2/+2
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-12-316-10/+117
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [encoding/json] Allow Unmarshalling to `rune`dozn2025-12-302-0/+10
| * | | | | | | | | [encoding/json] Fix Escapes When Marshallingdozn2025-12-301-3/+3
| * | | | | | | | | Merge pull request #6081 from dozn/json5-and-sjson-commentsgingerBill2025-12-301-0/+26
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Moved `first_iteration` up a couple lines so it makes sense readability-wise.dozn2025-12-301-1/+1
| | * | | | | | | | | Add JSON5/SJSON Comments When Marshallingdozn2025-12-291-0/+26
| * | | | | | | | | | Merge pull request #6069 from karl-zylinski/webgl-binding-fixesgingerBill2025-12-302-6/+77
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Added 'set_document_title' to be able to rename the tabKarl Zylinski2025-12-292-0/+7
| | * | | | | | | | | | Fix bugs in odin.js:GetActiveUniformBlockNameKarl Zylinski2025-12-291-7/+11
| | * | | | | | | | | | Added CheckFramebufferStatus to WebGL bindingsKarl Zylinski2025-12-291-0/+3
| | * | | | | | | | | | More webgl bindings and fixesKarl Zylinski2025-12-271-7/+22
| | * | | | | | | | | | More allocator-aware webgl bindings and added more missing bindings.Karl Zylinski2025-12-261-0/+21
| | * | | | | | | | | | WebGL: Add GetActiveAttrib bindingKarl Zylinski2025-12-261-0/+21
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #6056 from d-us-vb/patch-1gingerBill2025-12-301-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Update letter.odinDusty Miller2025-12-221-1/+1
* | | | | | | | | | | Rename `xar.Xar` to `xar.Array`gingerBill2025-12-311-25/+25
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #6074 from DarathDev/masterLaytan2025-12-294-33/+34
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add missing 'caller_location' to several procedures in 'slice' packageDarathDev2025-12-284-33/+34
* | | | | | | | | | | Merge pull request #6073 from bplu4t2f/masterLaytan2025-12-291-0/+59
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add user32 scroll bar related bindings, and FrameRectbplu4t2f2025-12-271-0/+59
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #6078 from BigBoyBarney/json-arraysLaytan2025-12-292-11/+11
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix standard json parsing / unmarshalling issue for pure arraysSylphrena2025-12-292-11/+11
* | | | | | | | | | | Split of the built-in custom formatters to improve code generationgingerBill2025-12-271-140/+150
* | | | | | | | | | | Split some procedures upgingerBill2025-12-271-316/+345
* | | | | | | | | | | encoding/base32: Fix padding validation for malformed inputZoltán Kéri2025-12-271-7/+7
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Address issue identifying of CDATAStudebakerGuy2025-12-231-1/+2
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | core:math/rand small documentation fixWrath2025-12-221-3/+3
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | container/xar: fix undeclared `n` assignmentLaytan Laats2025-12-221-1/+0
* | | | | | | | sys/wasm/js: fix vet errorLaytan Laats2025-12-221-1/+1
* | | | | | | | Merge pull request #6050 from laytan/net-recv-0-is-connection-closedLaytan2025-12-212-5/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | net(docs): recv of 0 bytes with no error is a graceful closeLaytan Laats2025-12-212-5/+22
* | | | | | | | | Merge pull request #6033 from Xotchkass/io_util_write_fixLaytan2025-12-211-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [core:io/utils] fix buffer size in write_* procsXotchkass2025-12-181-4/+4
* | | | | | | | | | Change seed logicgingerBill2025-12-211-3/+5
* | | | | | | | | | Add `reflect.default_map_hash_by_ptr`gingerBill2025-12-211-0/+10
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | js: improve warning about conflicting memory strategiesLaytan Laats2025-12-211-1/+1