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
path:
root
/
core
/
os
/
os2
/
errors.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-147
/
+0
*
Add more `filepath` to `os2`
Jeroen van Rijn
7 days
1
-0
/
+2
*
Move some of the os&os2 errors into `io.Error`; Rename Empty to Unsupported
gingerBill
2025-11-14
1
-13
/
+5
*
Update documentation for `os2` once more!
gingerBill
2025-10-31
1
-0
/
+24
*
Add buffered get_env variants to os2
Jeroen van Rijn
2025-06-16
1
-2
/
+2
*
Simplify `_xdg_user_dirs_lookup`
Jeroen van Rijn
2025-06-08
1
-15
/
+17
*
Fix user dirs, add docs
Ely Alon
2025-06-07
1
-0
/
+3
*
Remove TEMP_ALLOCATOR_GUARD wrapper
Lucas Perlind
2025-05-08
1
-1
/
+1
*
os2: Resolve temp allocator collisions
Lucas Perlind
2025-05-08
1
-2
/
+2
*
os2: make platform error more ergonomic by making it an alias
Laytan Laats
2024-08-22
1
-1
/
+1
*
os2/process_linux: improve error handling, use pidfd where possible, remove u...
jason
2024-08-14
1
-0
/
+2
*
Try to map to `General_Error` where possible
gingerBill
2024-08-04
1
-1
/
+2
*
Fix copy-replace errors
gingerBill
2024-08-04
1
-4
/
+4
*
Begin converting `os.Errno` to be a `nil`-able type as a transition period
gingerBill
2024-08-04
1
-4
/
+4
*
Add utility calls to os2
gingerBill
2024-07-23
1
-0
/
+2
*
Use `fstat` on `os2.File` directly
gingerBill
2024-07-14
1
-0
/
+2
*
change error strings to an enumerated array in rodata; print_error takes a fi...
jason
2024-06-28
1
-2
/
+2
*
convert all to use sys/linux over sys/unix; new implementations for pipe, pro...
jason
2024-06-27
1
-0
/
+16
*
Mock out `temp_file.odin` stuff
gingerBill
2024-05-14
1
-0
/
+3
*
[core/os2]: Move .Broken_Pipe to General_Error enum
flysand7
2024-03-25
1
-11
/
+3
*
[core/os2]: Reading from unsized files
flysand7
2024-03-24
1
-0
/
+16
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Clean up `core:time` to be consistent across all platforms
gingerBill
2022-05-12
1
-0
/
+2
*
Update error handling for os2 on windows
gingerBill
2022-05-12
1
-30
/
+49
*
Fill in most of os2/file_windows.odin
gingerBill
2022-05-12
1
-0
/
+3
*
Begin mocking os2 for windows out more
gingerBill
2022-05-05
1
-30
/
+2
*
Strip semicolons
gingerBill
2021-09-19
1
-32
/
+32
*
Make `or_else` and `or_return` operators (binary and suffix respectively)
gingerBill
2021-08-15
1
-1
/
+1
*
Use `or_else` in the core library when it makes sense
gingerBill
2021-07-05
1
-5
/
+2
*
Redesign `os2.Error` to work with the new extended `union` behaviour
gingerBill
2021-05-16
1
-45
/
+16
*
Mockup of the new `package os` interface (incomplete and non-functioning)
gingerBill
2021-04-14
1
-0
/
+126