aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Just retry again with `lb_generate_missing_procedures`core_os2_revampgingerBill2025-10-291-0/+10
|
* core:net -> os2Jeroen van Rijn2025-10-291-7/+13
|
* mem.virtual -> os2Jeroen van Rijn2025-10-296-11/+49
|
* gzip -> os2Jeroen van Rijn2025-10-292-42/+34
|
* core:text/table -> core:os/os2Jeroen van Rijn2025-10-291-4/+4
|
* core:text/regex -> core:os/os2Jeroen van Rijn2025-10-291-2/+2
|
* core:text/i18n -> core:os/os2Jeroen van Rijn2025-10-293-38/+23
|
* Merge branch 'master' into core_os2_revampJeroen van Rijn2025-10-282-17/+17
|\
| * Change `^i16` to `cstring16` where appropriategingerBill2025-10-281-16/+16
| |
| * Minor change to misc/shell.batgingerBill2025-10-281-1/+1
| |
| * Remove `core:encoding/ini` dependency in `user_posix.odin`gingerBill2025-10-281-12/+12
| |
* | BSDsJeroen van Rijn2025-10-283-2/+13
| |
* | core:testing DarwinJeroen van Rijn2025-10-282-3/+6
| |
* | In the middle of porting core:testingJeroen van Rijn2025-10-2825-75/+288
| |
* | `core:os` -> `core:os/os2` in `core:terminal`Jeroen van Rijn2025-10-284-17/+20
| |
* | Merge branch 'master' into core_os2_revampJeroen van Rijn2025-10-282-8/+5
|\|
| * Add `#caller_location` to `os2.read_entire_file`gingerBill2025-10-281-10/+7
| |
| * Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-10-274-13/+34
| |\
| * | Fix indentationgingerBill2025-10-271-2/+2
| | |
* | | Remove ini reader from _xdg_user_dirs_lookupJeroen van Rijn2025-10-281-128/+9
| | |
* | | eprintfJeroen van Rijn2025-10-281-6/+5
| | |
* | | Add `loc := #caller_location` to `read_entire_file`Jeroen van Rijn2025-10-282-7/+7
| | |
* | | Add updated PNG exampleJeroen van Rijn2025-10-282-0/+138
| | |
* | | Address wasi errorsJeroen van Rijn2025-10-283-2/+6
| | |
* | | core:os -> core:os/os for core:math/bigJeroen van Rijn2025-10-281-8/+7
| | |
* | | core:os -> core:os/os for core:imageJeroen van Rijn2025-10-288-417/+62
| | |
* | | Convert `core:encoding/hxa`Jeroen van Rijn2025-10-284-12/+10
| | |
* | | Reenable `core:encoding/ini` testsJeroen van Rijn2025-10-282-3/+3
| | |
* | | `core:os` -> `core:os/os` for CSV, INI, and XMLJeroen van Rijn2025-10-284-40/+167
| | | | | | | | | | | | | | | Also had to vendor `core:encoding/ini` into `core:os/os2` for the user directories on *nix, as it used that package to read `~/.config/user-dirs.dirs`, causing an import cycle.
* | | Stub out `core:os/os2` for js_wasmJeroen van Rijn2025-10-2711-1/+410
| | |
* | | Handle `clone_to_cstring` error on OpenBSDJeroen van Rijn2025-10-271-1/+1
| | |
* | | Replace `core:crypto` usage of `core:os` with `core:os/os2`Jeroen van Rijn2025-10-272-17/+37
| |/ |/|
* | Merge pull request #5856 from A1029384756/masterLaytan2025-10-272-12/+19
|\ \ | | | | | | [core:os/os2] zeroed `n` value on failed file operations
| * | [core:os/os2] zeroed `n` value on failed file operationsA10293847562025-10-272-12/+19
|/ /
* | Merge branch 'master' of github.com:odin-lang/OdinJeroen van Rijn2025-10-272-3/+4
|\|
| * Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-10-272-3/+12
| |\
| | * Merge pull request #5848 from Meliketoaste/egl_attrib_fixgingerBill2025-10-271-2/+2
| | |\ | | | | | | | | Update GetPlatformDisplay and CreatePlatformWindowSurface to take in intptr_t/int instead of i32
| | | * Update GetPlatformDisplay and CreatePlatformWindowSurface to take in ↵Meliketoaste2025-10-251-2/+2
| | | | | | | | | | | | | | | | intptr_t/int inistead of i32
| * | | Change `static_assert` for `OrderedInsertPtrMapEntry`gingerBill2025-10-271-1/+2
| | | |
* | | | Make Karl Zylinski happyJeroen van Rijn2025-10-272-1/+15
| |/ / |/| |
* | | Fix #5852Jeroen van Rijn2025-10-271-1/+10
|/ /
* | Just use a method insteadgingerBill2025-10-271-9/+15
| |
* | One more time with a different cast?gingerBill2025-10-271-2/+2
| |
* | Try C-cast with reintepret castgingerBill2025-10-271-1/+1
| |
* | Use `reinterpret_cast`gingerBill2025-10-271-1/+1
| |
* | Try to make `PtrMap` work for 32-bit compilersgingerBill2025-10-272-8/+27
| |
* | Improve error message for missing `&` in some parapoly messagesgingerBill2025-10-271-0/+6
|/
* Make `time.components_to_time` #optional_okJeroen van Rijn2025-10-231-1/+1
|
* Merge pull request #5844 from cstrachan88/masterLaytan2025-10-231-3/+9
|\ | | | | Fix #5843
| * Fix #5843Courtney Strachan2025-10-231-3/+9
|/