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
/
stat_windows.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix up ABI name for core:os and core:os/old
Jeroen van Rijn
6 days
1
-1
/
+1
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-166
/
+256
*
`for in string16`; Support `string16` across core
gingerBill
2025-08-02
1
-2
/
+2
*
Add `@(require_results)`
gingerBill
2024-08-04
1
-12
/
+15
*
More clean ups of ERROR_NONE and `!= nil` usage
gingerBill
2024-08-04
1
-10
/
+10
*
Clean up error handling
gingerBill
2024-08-04
1
-12
/
+9
*
Use `union #shared_nil` for `os.Error`
gingerBill
2024-08-04
1
-8
/
+8
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
1
-3
/
+7
*
Change name to `windows_set_file_info_times`
gingerBill
2022-10-26
1
-4
/
+4
*
Heavily improve time handling on Windows for `time.now()` and `os.File_Info`
gingerBill
2022-10-26
1
-10
/
+10
*
Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...
gingerBill
2022-05-12
1
-3
/
+3
*
[windows] Fix leak in `glob`.
Jeroen van Rijn
2022-03-29
1
-6
/
+6
*
Correct `cleanpath_from_handle` for `os.fstat`
gingerBill
2022-03-08
1
-33
/
+10
*
Fix os.walk for UNC paths.
Jeroen van Rijn
2021-11-10
1
-6
/
+10
*
Correct `context.allocator` usage
gingerBill
2021-09-19
1
-1
/
+3
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-1
/
+1
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-131
/
+131
*
Fix `full_path_from_name` allocator behaviour
gingerBill
2021-06-08
1
-2
/
+2
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-2
/
+2
*
Add experimental `-insert-semicolon` functionality to tokenizer and parser
gingerBill
2020-11-01
1
-4
/
+4
*
Fix `os.stat` code; make `fmt.panicf` diverging
gingerBill
2020-09-30
1
-1
/
+0
*
Add `os.stat`, `os.lstat`, `os.fstat`, `filepath.walk`
gingerBill
2020-09-28
1
-26
/
+148
*
Remove unused imports
gingerBill
2020-09-25
1
-2
/
+0
*
Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)
gingerBill
2020-09-25
1
-0
/
+197