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
/
stat.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-117
/
+0
*
More conflicts during rebase
Jeroen van Rijn
7 days
1
-0
/
+4
*
Add `File_Stream` to replace `io.Stream`+`Fstat_Callback` within `os2`
gingerBill
2025-11-14
1
-2
/
+5
*
Document the rest of `os2`.
gingerBill
2025-10-31
1
-5
/
+29
*
Change to `Permissions` bit_set from relying on octal numbering for os2
gingerBill
2025-10-31
1
-1
/
+1
*
Remove TEMP_ALLOCATOR_GUARD wrapper
Lucas Perlind
2025-05-08
1
-2
/
+2
*
os2: Resolve temp allocator collisions
Lucas Perlind
2025-05-08
1
-4
/
+4
*
Decouple usage of `filepath` from `os2`
Feoramund
2025-03-21
1
-2
/
+1
*
Add missing allocator in `os2.file_info_clone`
Feoramund
2025-03-02
1
-1
/
+1
*
os2: initial implementation for Darwin&BSDs, process API is only thing incomp...
Laytan Laats
2024-08-14
1
-2
/
+2
*
General clean up of `os2.read_directory` for Windows
gingerBill
2024-07-24
1
-2
/
+2
*
Improve `os2.read_directory`
gingerBill
2024-07-24
1
-1
/
+1
*
Begin cleaning up `os2.read_directory`
gingerBill
2024-07-24
1
-1
/
+11
*
Add `inode` to `os2.Stat`
gingerBill
2024-07-24
1
-0
/
+3
*
Begin work on os2/dir.odin
gingerBill
2024-07-23
1
-2
/
+2
*
Add utility calls to os2
gingerBill
2024-07-23
1
-0
/
+18
*
[os2]: Split file type from mode bits
flysand7
2024-07-18
1
-2
/
+3
*
Use `fstat` on `os2.File` directly
gingerBill
2024-07-14
1
-3
/
+5
*
Add `Fstat_Callback` for `File.user_fstat`
gingerBill
2024-05-14
1
-0
/
+5
*
Add `@(require_results)` everywhere in os2
gingerBill
2024-05-14
1
-0
/
+4
*
Use long-form names and alias with short-form UNIX-like names
gingerBill
2024-01-29
1
-6
/
+7
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Update error handling for os2 on windows
gingerBill
2022-05-12
1
-5
/
+6
*
Begin mocking os2 for windows out more
gingerBill
2022-05-05
1
-3
/
+3
*
Go to a `File` based approach over `Handle` based
gingerBill
2022-05-05
1
-2
/
+2
*
Strip semicolons
gingerBill
2021-09-19
1
-7
/
+7
*
Mockup of the new `package os` interface (incomplete and non-functioning)
gingerBill
2021-04-14
1
-0
/
+42