index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to keep the interface for most of the common procedures the same
bill/fix-current-os-package
gingerBill
2024-08-04
17
-295
/
+1066
*
Merge pull request #4020 from odin-lang/bill/os-errno
gingerBill
2024-08-04
49
-1810
/
+2906
|
\
|
*
Add `@(require_results)`
gingerBill
2024-08-04
14
-133
/
+297
|
*
Add stubs for `flush` on platforms that didn't have it
gingerBill
2024-08-04
8
-6
/
+38
|
*
Fix `err != 0` uses
gingerBill
2024-08-04
2
-2
/
+2
|
*
Disallow `err != 0` with `os.Error` when `-strict-style` is enabled
gingerBill
2024-08-04
1
-1
/
+2
|
*
Replace `err != 0` with `err != nil` where possible
gingerBill
2024-08-04
6
-34
/
+18
|
*
Update core/os/os2/process.odin
gingerBill
2024-08-04
1
-1
/
+1
|
*
Update core/os/os_darwin.odin
gingerBill
2024-08-04
1
-1
/
+1
|
*
Fix replace typo
gingerBill
2024-08-04
1
-1
/
+1
|
*
Add `read_entire_file_or_err` and `write_entire_file_or_err`
gingerBill
2024-08-04
1
-31
/
+51
|
*
Move errors to where appropriate
gingerBill
2024-08-04
5
-12
/
+13
|
*
Improve `_error_string` for Linux
gingerBill
2024-08-04
3
-24
/
+167
|
*
Correct `EOF` value
gingerBill
2024-08-04
3
-7
/
+2
|
*
Add extra cases for `flush`
gingerBill
2024-08-04
1
-1
/
+1
|
*
Add read_at/write_at to missing platforms
gingerBill
2024-08-04
6
-19
/
+99
|
*
Move error stuff to `errors.odin`
gingerBill
2024-08-04
2
-49
/
+159
|
*
Update the `demo.odin` to use `nil` instead of `os.ERROR_NONE`
gingerBill
2024-08-04
1
-1
/
+1
|
*
Fix typo; remove unneeded casts
gingerBill
2024-08-04
6
-118
/
+118
|
*
Fix replace typo
gingerBill
2024-08-04
1
-2
/
+2
|
*
Update example to use `err != nil` instead
gingerBill
2024-08-04
1
-3
/
+3
|
*
Correct os errors for darwin
gingerBill
2024-08-04
2
-249
/
+276
|
*
Hack: Convert `0` to `nil`
gingerBill
2024-08-04
1
-1
/
+4
|
*
Begin mapping `os.Error` in the rest of the codebase
gingerBill
2024-08-04
18
-222
/
+231
|
*
`os.Errno` -> `os.Error`
gingerBill
2024-08-04
9
-14
/
+15
|
*
`Errno` -> `Error`
gingerBill
2024-08-04
14
-215
/
+215
|
*
Try to map to `General_Error` where possible
gingerBill
2024-08-04
8
-7
/
+103
|
*
More clean ups of ERROR_NONE and `!= nil` usage
gingerBill
2024-08-04
15
-297
/
+224
|
*
Clean up `err != nil` usage
gingerBill
2024-08-04
5
-33
/
+21
|
*
Clean up error handling
gingerBill
2024-08-04
15
-135
/
+118
|
*
Begin mocking out for other errors
gingerBill
2024-08-04
2
-19
/
+46
|
*
Fix copy-replace errors
gingerBill
2024-08-04
5
-14
/
+14
|
*
Use `union #shared_nil` for `os.Error`
gingerBill
2024-08-04
18
-87
/
+93
|
*
Begin converting `os.Errno` to be a `nil`-able type as a transition period
gingerBill
2024-08-04
22
-691
/
+1190
|
/
*
Add alias
gingerBill
2024-08-04
1
-1
/
+3
*
fix vet errors in stb truetype
Laytan Laats
2024-08-03
1
-2
/
+1
*
fix readir_r link name for netbsd
Laytan Laats
2024-08-03
1
-1
/
+1
*
actually fail CI when NetBSD tests fail
Laytan Laats
2024-08-03
1
-0
/
+1
*
Add image.premultiply_alpha helper.
Jeroen van Rijn
2024-08-03
1
-0
/
+36
*
Merge pull request #4013 from laytan/fix-os-read-dir-with-symlinks
Laytan
2024-08-03
9
-229
/
+52
|
\
|
*
fix os.read_dir with symlinks
Laytan Laats
2024-08-03
9
-229
/
+52
|
/
*
Merge pull request #3969 from elvodqa/master
Laytan
2024-08-02
17
-6
/
+495
|
\
|
*
Update vendor/wgpu/examples/sdl2/main.odin
Emir
2024-08-02
1
-1
/
+1
|
*
Update README.md
Emir
2024-07-24
1
-1
/
+8
|
*
Update os_sdl2.odin
Emir
2024-07-24
1
-3
/
+3
|
*
Update os_sdl2.odin
Emir
2024-07-24
1
-2
/
+0
|
*
Add newline to glue_darwin.odin
Emir
2024-07-24
1
-1
/
+1
|
*
Fix indentation and add full example
Emir
2024-07-24
9
-107
/
+265
|
*
Add `sdl2glue/glue_linux.odin`
Emir
2024-07-23
2
-0
/
+43
|
*
Update glue.odin
Emir
2024-07-23
1
-1
/
+0
[next]