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/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
path:
root
/
core
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
*
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
*
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
*
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
*
Begin mapping `os.Error` in the rest of the codebase
gingerBill
2024-08-04
15
-216
/
+225
*
`os.Errno` -> `os.Error`
gingerBill
2024-08-04
8
-14
/
+14
*
`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
17
-68
/
+77
*
Begin converting `os.Errno` to be a `nil`-able type as a transition period
gingerBill
2024-08-04
21
-691
/
+1169
*
Add alias
gingerBill
2024-08-04
1
-1
/
+3
*
fix readir_r link name for netbsd
Laytan Laats
2024-08-03
1
-1
/
+1
*
Add image.premultiply_alpha helper.
Jeroen van Rijn
2024-08-03
1
-0
/
+36
*
fix os.read_dir with symlinks
Laytan Laats
2024-08-03
4
-229
/
+15
*
Add image.pixels_to_image helper.
dev-2024-08
Jeroen van Rijn
2024-08-02
1
-1
/
+28
*
Merge pull request #3998 from zen3ger/os2-temp_file_linux
gingerBill
2024-08-01
1
-4
/
+7
|
\
|
*
[os2] Add missing temp_file implementation for Linux
Roland Kovacs
2024-07-30
1
-4
/
+7
*
|
Update rand.reset() example.
Jeroen van Rijn
2024-07-31
1
-1
/
+1
*
|
Merge pull request #3992 from thetarnav/parser-patch
gingerBill
2024-07-30
2
-1
/
+2
|
\
\
|
*
|
Correct the Array_Type.len comment and assign tok when making Ellipsis node
Damian Tarnawski
2024-07-29
2
-1
/
+2
|
|
/
*
|
Merge pull request #3985 from flysand7/docs-sync
gingerBill
2024-07-30
4
-181
/
+1273
|
\
\
|
|
/
|
/
|
|
*
[sync]: Document all procedures
flysand7
2024-07-30
4
-181
/
+1273
*
|
Clamp dot in `angle_between` to avoid precision errors.
Jeroen van Rijn
2024-07-28
1
-1
/
+2
*
|
make example compile
Colin Davidson
2024-07-28
1
-1
/
+2
*
|
tweak doc a little to reduce onboarding friction for thread-users
Colin Davidson
2024-07-28
1
-2
/
+3
|
/
*
Merge remote-tracking branch 'upstream/master' into sys-windows-2
Thomas la Cour
2024-07-26
1
-30
/
+319
|
\
|
*
Use constants in example.
Jeroen van Rijn
2024-07-25
1
-5
/
+5
|
*
Improve docs.
Jeroen van Rijn
2024-07-25
1
-182
/
+135
|
*
Add `time.to_string*` formatters.
Jeroen van Rijn
2024-07-25
1
-0
/
+336
*
|
removed obsolete fiels on WIN32_FIND_DATAW to match the size from the winsdk ...
Thomas la Cour
2024-07-26
1
-3
/
+0
[next]