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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unused c import
Colin Davidson
2023-01-06
1
-1
/
+0
*
more windows fixes
Colin Davidson
2023-01-06
1
-3
/
+3
*
more windows kerfuffle
Colin Davidson
2023-01-06
1
-1
/
+2
*
shuffle to private/public wrapper
Colin Davidson
2023-01-06
7
-11
/
+21
*
add get thread count to openbsd
Colin Davidson
2023-01-05
1
-1
/
+7
*
fix more things?
Colin Davidson
2023-01-05
1
-4
/
+4
*
fix darwin/freebsd
Colin Davidson
2023-01-05
2
-2
/
+2
*
add get core count
Colin Davidson
2023-01-05
4
-1
/
+53
*
Merge pull request #2272 from sir-w7/fix/darwin_mem_leak
gingerBill
2022-12-22
1
-1
/
+2
|
\
|
*
Fixed memory leak in dir_darwin.odin.
sir-w7
2022-12-21
1
-1
/
+2
*
|
Moves check up and sets flag to rdonly if dir is opened..
Platin21
2022-12-22
1
-3
/
+15
*
|
Adds error casting from last error if open fails
Platin21
2022-12-22
1
-3
/
+2
*
|
Fixed issues with dir opening on macOS
Platin21
2022-12-22
1
-0
/
+1
|
/
*
Make `os.get_last_error` contextless
gingerBill
2022-12-08
4
-4
/
+4
*
Fix #2207
gingerBill
2022-11-23
2
-12
/
+12
*
Merge branch 'master' into allocator-mode-alloc-non-zeroed
gingerBill
2022-11-03
6
-31
/
+80
|
\
|
*
Merge pull request #2165 from JopStro/master
gingerBill
2022-11-03
1
-3
/
+32
|
|
\
|
|
*
wasi: Add FD_FILESTAT_GET to default file open rights
JopStro
2022-11-01
1
-1
/
+1
|
|
*
rename default_dir to current_dir
JopStro
2022-10-31
1
-2
/
+2
|
|
*
implement open for wasi_wasm32 target
JopStro
2022-10-31
1
-3
/
+32
|
*
|
Fix os.read implementation on Windows.
Jeroen van Rijn
2022-11-02
1
-2
/
+4
|
|
/
|
*
terminate read if we read EOF
Colin Davidson
2022-10-31
1
-0
/
+3
|
*
Change name to `windows_set_file_info_times`
gingerBill
2022-10-26
2
-6
/
+5
|
*
Heavily improve time handling on Windows for `time.now()` and `os.File_Info`
gingerBill
2022-10-26
2
-13
/
+11
|
*
os2/file_windows fix
Phuk Ng Yu
2022-10-07
1
-1
/
+1
|
*
Fix indentation
Vitalii Kravchenko
2022-10-02
1
-10
/
+10
|
*
Darwin: allow reading/writing files larger than max(i32)
Vitalii Kravchenko
2022-10-02
1
-12
/
+30
*
|
Fix typo
gingerBill
2022-09-22
1
-1
/
+1
*
|
Add `Allocator_Mode.Alloc_Non_Zerored`
gingerBill
2022-09-22
8
-22
/
+46
|
/
*
Fix indent
Vitaly Kravchenko
2022-09-21
1
-1
/
+1
*
Clean up of the core library to make the stream vtables not be pointers direc...
gingerBill
2022-09-15
2
-4
/
+4
*
[sys/info] Add OpenBSD detection support.
Jeroen van Rijn
2022-09-04
1
-1
/
+1
*
Fix allocation on darwin `absolute_path_from_handle`
Ricardo Silva
2022-09-02
1
-1
/
+1
*
Correct syscalls for `linux_i386`
gingerBill
2022-08-24
1
-1
/
+1
*
fixed memory leak from calling get_env
Ian Lilley
2022-08-03
1
-10
/
+10
*
Minor improvements
gingerBill
2022-07-19
1
-15
/
+15
*
Remove import cycle on FreeBSD
gingerBill
2022-07-18
2
-11
/
+13
*
Correct error reporting
Peter DV
2022-06-27
1
-11
/
+31
*
tidying up Query_Info return value when not in query features
Ian Lilley
2022-06-01
1
-1
/
+1
*
[os] Darwin: Add os.exists()
William Roe
2022-05-28
1
-0
/
+5
*
[os] Darwin,FreeBSD,OpenBSD: Rename os.getenv to os.get_env
William Roe
2022-05-23
3
-9
/
+24
*
Merge pull request #1792 from jasonKercher/os2_linux
gingerBill
2022-05-22
8
-0
/
+1743
|
\
|
*
match user.odin and env.odin to master
jason
2022-05-16
2
-24
/
+31
|
*
make -vet happy
jason
2022-05-16
1
-0
/
+6
|
*
merge from upstream and convert to ^File types
jason
2022-05-16
34
-854
/
+1467
|
|
\
|
*
|
make vet happy, thread_local heap
jason
2022-05-04
3
-14
/
+11
|
*
|
fix mmap_to_region
jason
2022-05-04
1
-86
/
+83
|
*
|
heap_linux.odin
jason
2022-05-04
1
-9
/
+708
|
*
|
merge upstream/master
CiD-
2022-04-08
5
-14
/
+11
|
|
\
\
|
*
|
|
commit before fetching upstream/master
CiD-
2022-04-08
1
-4
/
+4
[next]