| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Minor formatting improvements | gingerBill | 2026-01-02 | 2 | -83/+83 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add support to `raw_union_tag` for integers | gingerBill | 2026-01-02 | 1 | -0/+28 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Change usage of `i32` to `c_int` where appropriate | gingerBill | 2026-01-02 | 8 | -64/+72 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix typo | gingerBill | 2026-01-02 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix some return types in core:sys/windows | gingerBill | 2026-01-02 | 2 | -5/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Replace uses of `c.int` with `c_int` for consistency | gingerBill | 2026-01-02 | 3 | -14/+11 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix `GetSystemMetricsForDpi` signature | gingerBill | 2026-01-02 | 1 | -3/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #5882 from IllusionMan1212/custom-json-marshalling | Jeroen van Rijn | 2026-01-01 | 2 | -3/+164 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | encoding/json: custom json (un)marshalling | |||||
| | * | | | | | | | | Make custom JSON (un)marshalers more like core:fmt's | Jeroen van Rijn | 2025-12-10 | 2 | -61/+200 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge branch 'master' into pr/5882 | Jeroen van Rijn | 2025-12-10 | 76 | -10126/+16792 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | encoding/json: error handling for custom (un)marshallers | Hisham Aburaqibah | 2025-12-02 | 2 | -4/+4 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | encoding/json: custom json (un)marshalling | IllusionMan1212 | 2025-12-02 | 2 | -44/+66 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add `@(rodata)` to global constants | gingerBill | 2026-01-01 | 1 | -4/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | When using `fmt_write_padding`, remove the need to restore `fi.zero` since ↵ | gingerBill | 2026-01-01 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it is not used. | |||||
| * | | | | | | | | | | fix printing dozenal numbers `0z` from `0o` | gingerBill | 2026-01-01 | 1 | -2/+2 | |
| | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2025-12-31 | 13 | -24/+354 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge pull request #6086 from ske2004/fix-literal-endianness | gingerBill | 2025-12-31 | 4 | -5/+112 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix literal endianness (fix #6068) | |||||
| | | * | | | | | | | | | fix typo | ske | 2025-12-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | Fix literal endianness (fix #6068) | ske | 2025-12-30 | 4 | -5/+112 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge pull request #6087 from dozn/json-unmarshal-runes | Laytan | 2025-12-31 | 2 | -0/+10 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [encoding/json] Allow Unmarshalling to rune | |||||
| | | * \ \ \ \ \ \ \ \ \ | Merge branch 'odin-lang:master' into json-unmarshal-runes | dozn | 2025-12-30 | 0 | -0/+0 | |
| | | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge pull request #6085 from dozn/json-null-marshal | Laytan | 2025-12-31 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | [encoding/json] Fix Unicode Output When Marshalling | |||||
| | | | * | | | | | | | | | [encoding/json] Allow Unmarshalling to `rune` | dozn | 2025-12-30 | 2 | -0/+10 | |
| | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/odin-lang/Odin/issues/6061 | |||||
| | | * / / / / / / / / | [encoding/json] Fix Escapes When Marshalling | dozn | 2025-12-30 | 1 | -3/+3 | |
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/odin-lang/Odin/issues/6060 and https://github.com/odin-lang/Odin/issues/6075 The boolean "true" was setting `html_safe` instead of `for_json`. Chalk one up for the "use enums instead of booleans" crowd. | |||||
| | * | | | | | | | | | Merge pull request #6081 from dozn/json5-and-sjson-comments | gingerBill | 2025-12-30 | 1 | -0/+26 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add JSON5/SJSON Comments When Marshalling | |||||
| | | * | | | | | | | | | Moved `first_iteration` up a couple lines so it makes sense readability-wise. | dozn | 2025-12-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | Add JSON5/SJSON Comments When Marshalling | dozn | 2025-12-29 | 1 | -0/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows user-facing JSON5/SJSON to have comments explaining field usage. `json.Marshal_Options.pretty` must be enabled since we only use single-line comments (not to mention it wouldn't be terribly useful without `pretty` set anyways). We don't escape anything, so `\n` will display as "\n", but you're still able to enter in a proper newline character and it'll be displayed on multiple lines. | |||||
| | * | | | | | | | | | | Merge pull request #6069 from karl-zylinski/webgl-binding-fixes | gingerBill | 2025-12-30 | 4 | -8/+195 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | WebGL binding additions | |||||
| | | * | | | | | | | | | | Added 'set_document_title' to be able to rename the tab | Karl Zylinski | 2025-12-29 | 2 | -0/+7 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Fix bugs in odin.js:GetActiveUniformBlockName | Karl Zylinski | 2025-12-29 | 1 | -7/+11 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Added CheckFramebufferStatus to WebGL bindings | Karl Zylinski | 2025-12-29 | 2 | -0/+4 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | More webgl bindings and fixes | Karl Zylinski | 2025-12-27 | 2 | -8/+36 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | More allocator-aware webgl bindings and added more missing bindings. | Karl Zylinski | 2025-12-26 | 3 | -1/+82 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | WebGL: Add GetActiveAttrib binding | Karl Zylinski | 2025-12-26 | 2 | -1/+64 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge pull request #6056 from d-us-vb/patch-1 | gingerBill | 2025-12-30 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Update letter.odin | |||||
| | | * | | | | | | | | | | | Update letter.odin | Dusty Miller | 2025-12-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MAX_RUNE to include planes up to 16. | |||||
| | * | | | | | | | | | | | | Merge pull request #6079 from krnowak/krnowak/fix-proc-inlining | gingerBill | 2025-12-30 | 1 | -7/+7 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix handling of #force_inline | |||||
| | | * | | | | | | | | | | | | Fix handling of #force_inline | Krzesimir Nowak | 2025-12-29 | 1 | -7/+7 | |
| | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | / | | | | | | | | | | | Rename `xar.Xar` to `xar.Array` | gingerBill | 2025-12-31 | 1 | -25/+25 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Add `globaldynamic` `thread_local` model (same as the current `default`) | gingerBill | 2025-12-30 | 2 | -0/+4 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2025-12-30 | 9 | -53/+108 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6082 from harold-b/hb.fix-objc-auto-msgsend-class-methods | Laytan | 2025-12-30 | 1 | -8/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | Fix auto objc_msgSend incorrectly treating certain class methods as instance methods. | |||||
| | | * | | | | | | | | | | | Fix auto objc_msgSend incorrectly treating certain class methods as instance ↵ | Harold Brenes | 2025-12-29 | 1 | -8/+3 | |
| | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | methods. | |||||
| | * | | | | | | | | | | | Merge pull request #6080 from krnowak/krnowak/netbsd-ci-fix | gingerBill | 2025-12-29 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix NetBSD CI | |||||
| | | * | | | | | | | | | | | Fix NetBSD CI | Krzesimir Nowak | 2025-12-29 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Merge pull request #6074 from DarathDev/master | Laytan | 2025-12-29 | 4 | -33/+34 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing 'caller_location' to several procedures in 'slice' package | |||||
| | | * | | | | | | | | | | | Add missing 'caller_location' to several procedures in 'slice' package | DarathDev | 2025-12-28 | 4 | -33/+34 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge pull request #6073 from bplu4t2f/master | Laytan | 2025-12-29 | 1 | -0/+59 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add user32 scroll bar related bindings, and FrameRect | |||||
| | | * | | | | | | | | | | | | Add user32 scroll bar related bindings, and FrameRect | bplu4t2f | 2025-12-27 | 1 | -0/+59 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge pull request #6078 from BigBoyBarney/json-arrays | Laytan | 2025-12-29 | 2 | -11/+11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | Fix standard json parsing / unmarshalling issue for pure arrays | |||||