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/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 `-microarch:<string>` (e.g. `-microarch:native`)
gingerBill
2020-10-20
1
-0
/
+7
*
Fix `os.stat` code; make `fmt.panicf` diverging
gingerBill
2020-09-30
1
-1
/
+0
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2020-09-29
1
-2
/
+2
|
\
|
*
Merge pull request #747 from Platin21/master
gingerBill
2020-09-28
1
-2
/
+2
|
|
\
|
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
Platin21
2020-09-27
1
-1
/
+3
|
|
|
\
|
|
*
|
Changed foreign imports to now use the System Framework
Platin21
2020-09-27
1
-2
/
+2
*
|
|
|
Add os.read_at and for Windows; fix mem.clone_slice; fix current directory lo...
gingerBill
2020-09-29
2
-16
/
+108
|
/
/
/
*
|
/
Add `os.stat`, `os.lstat`, `os.fstat`, `filepath.walk`
gingerBill
2020-09-28
3
-29
/
+158
|
|
/
|
/
|
*
|
Allow `os.read_dir` to use a different allocator
gingerBill
2020-09-27
1
-1
/
+3
|
/
*
Update packages os, path, and filepath
gingerBill
2020-09-26
3
-193
/
+503
*
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
4
-1
/
+332
*
Remove usage of `do` in core library
gingerBill
2020-09-23
5
-32
/
+66
*
update essence platform
nakst
2020-09-15
1
-2411
/
+25
*
Cleanup, check sched_param and SCHED_* constants in pthread_freebsd.odin
Christian Seibold
2020-09-15
1
-1
/
+0
*
Finish add all errors
Christian Seibold
2020-09-14
1
-2
/
+95
*
Get Odin compiling and produced exe's running on FreeBSD
Christian Seibold
2020-09-14
1
-0
/
+377
*
Merge pull request #727 from JoshuaManton/master-fork
gingerBill
2020-09-03
1
-2
/
+2
|
\
|
*
Add allocator parameter to os.read_entire_file()
Joshua Mark Manton
2020-09-02
1
-2
/
+2
*
|
Fix os.get_current_directory() allocator
Tetralux
2020-08-26
1
-2
/
+2
*
|
Add `mem.Allocator_Query_Info` and `mem.query_info`
gingerBill
2020-08-16
1
-0
/
+3
*
|
Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, `mem.query_...
gingerBill
2020-08-16
1
-0
/
+7
*
|
Implement os.current_thread_id() for Darwin (assumes OSX 10.6 / iOS 3.2 and l...
Oskar Nordquist
2020-07-22
1
-2
/
+8
*
|
Clean-up OS constants; Clean-up procs_wasm32.odin
gingerBill
2020-07-09
8
-20
/
+6
*
|
Add `-show-system-calls`; Update runtime for windows_386; Fix some minor bugs
gingerBill
2020-06-30
1
-1
/
+3
*
|
Begin work on windows 386
gingerBill
2020-06-29
1
-4
/
+4
*
|
Add `raw_data` to replace cases in which `&x[0]` was used
gingerBill
2020-06-29
2
-4
/
+4
*
|
Begin migration from sys/win32 to sys/windows
gingerBill
2020-06-26
1
-59
/
+59
*
|
Add multi_logger.odin; Fix os_windows.odin
gingerBill
2020-06-19
1
-3
/
+3
*
|
Make os.get_current_directory no longer strip the zero at the end of the resu...
vassvik
2020-06-13
1
-2
/
+1
*
|
Remove return after `unreachable`
gingerBill
2020-06-06
2
-2
/
+0
*
|
Begin work on supporting wasm32 architecture
gingerBill
2020-05-25
1
-0
/
+68
*
|
Fix darwin open flags and mode
Hasen Judy
2020-04-19
2
-16
/
+15
*
|
Remove `context.std*` parameters; Fix unary boolean not
gingerBill
2020-03-19
1
-1
/
+1
*
|
Fix os.read_entire_file
gingerBill
2020-03-12
1
-1
/
+1
*
|
Revert os_windows.odin behaviour
gingerBill
2020-03-12
1
-5
/
+5
*
|
Fix os_windows.h
gingerBill
2020-03-12
1
-3
/
+3
*
|
Fix os.read for windows
gingerBill
2020-03-12
1
-13
/
+15
*
|
Fix os.read / os.read_entire_file
Tetralux
2020-03-12
2
-24
/
+22
*
|
Merge pull request #581 from terickson001/linux_stat_fix
gingerBill
2020-03-06
1
-6
/
+6
|
\
\
|
*
|
Fixed bad merge
Tyler Erickson
2020-03-05
1
-6
/
+6
|
*
|
Merged with master
Tyler Erickson
2020-03-05
4
-168
/
+248
|
|
\
\
|
*
|
|
Fix os_linux stat
Tyler Erickson
2020-03-05
1
-6
/
+6
*
|
|
|
Fix issues with stat struct.
Clay Murray
2020-03-03
1
-5
/
+5
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #537 from Tetralux/fix-heap-alloc
gingerBill
2020-02-29
1
-60
/
+41
|
\
\
\
|
*
|
|
Fix heap allocator alignment on all platforms
Tetralux
2020-01-22
1
-60
/
+41
|
|
/
/
*
/
/
Add os.get_current_directory / os.set_current_directory
Tetralux
2020-01-20
3
-114
/
+213
|
/
/
*
|
Fix os.open
gingerBill
2019-12-23
1
-1
/
+1
*
|
Linux: write_entire_file sets 644 permissions on open.
Justas Dabrila
2019-12-23
1
-1
/
+8
*
|
Fix improper _unix_open binding that was ignoring the mode arg
Justas Dabrila
2019-12-23
1
-1
/
+1
[prev]
[next]