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
*
Add temp allocator guard; clean up indentation
gingerBill
2023-02-28
1
-9
/
+10
*
Merge branch 'master' into new-temp-allocator
gingerBill
2023-02-28
2
-189
/
+110
|
\
|
*
cleanup of os/linux
Colin Davidson
2023-02-28
1
-157
/
+41
|
*
fix errno/signatures
Colin Davidson
2023-02-14
1
-10
/
+10
|
*
fix typo
Colin Davidson
2023-02-14
1
-1
/
+1
|
*
make file access a little more normal across platforms
Colin Davidson
2023-02-14
2
-33
/
+69
*
|
Fix unreachable error
gingerBill
2023-02-19
1
-1
/
+0
*
|
Fix return value
gingerBill
2023-02-10
1
-1
/
+1
*
|
Minor fix
gingerBill
2023-02-10
1
-1
/
+2
*
|
Keep `-vet` happy
gingerBill
2023-02-10
2
-2
/
+0
*
|
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
13
-18
/
+102
|
/
*
Calculate the size needed before allocating
gingerBill
2023-02-10
1
-1
/
+13
*
Remove `:= context.allocator` usage in `package os2`
gingerBill
2023-02-10
6
-12
/
+17
*
Add caller location info to `os.read_entire_file()`
Daniel
2023-01-27
1
-5
/
+5
*
Fix memory leak in `os.get_current_directory` on failure on *nix systems
gingerBill
2023-01-16
4
-0
/
+4
*
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
[next]