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
*
Correct core:os/os2 mock-up
gingerBill
2021-04-26
2
-13
/
+13
*
Add cast on `S_ISDIR`
gingerBill
2021-04-24
1
-1
/
+1
*
Remove redundant `auto_cast`
gingerBill
2021-04-23
1
-1
/
+1
*
Fix #906
gingerBill
2021-04-20
1
-8
/
+2
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
1
-9
/
+14
*
Mockup of the new `package os` interface (incomplete and non-functioning)
gingerBill
2021-04-14
21
-0
/
+1621
*
Update sync2 to just use atomic intrinsics rather than the parapoly wrappers
gingerBill
2021-04-12
1
-4
/
+33
*
Minor fixes
gingerBill
2021-03-18
4
-5
/
+5
*
Minimize unneeded casts
gingerBill
2021-03-03
3
-6
/
+6
*
Merge pull request #855 from nakst/master
gingerBill
2021-02-27
1
-0
/
+3
|
\
|
*
update essence API header
nakst
2021-02-26
1
-0
/
+3
*
|
Update package os for package path/filepath support on macOS
gingerBill
2021-02-27
5
-57
/
+266
|
/
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
3
-48
/
+48
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-1
/
+1
*
set the correct allocators and ignore the previous and parent directory in re...
DanielGavin
2021-02-12
2
-12
/
+25
*
Clear up fmt.wprint* length logic
gingerBill
2021-02-11
1
-5
/
+5
*
Fix CI
Luka Aleksić
2021-01-21
2
-9
/
+5
*
* Add some procedures to path_unix to mirror the path_windows API
Luka Aleksić
2021-01-21
3
-5
/
+322
*
Fix layout of Stat for linux and make usage consistent across unix variants
kennethmaples
2020-12-29
3
-18
/
+22
*
Merge branch 'master' into parser-experiments
gingerBill
2020-12-06
1
-0
/
+69
|
\
|
*
Keep -vet happy
gingerBill
2020-12-02
1
-3
/
+3
|
*
Keep `fmt` happy
gingerBill
2020-12-02
1
-4
/
+10
|
*
Make `os._file_stream_vtable` private
gingerBill
2020-12-02
1
-0
/
+1
|
*
Add `os.stream_from_handle`; fix `io.close`
gingerBill
2020-12-02
1
-0
/
+62
*
|
Add experimental `-insert-semicolon` functionality to tokenizer and parser
gingerBill
2020-11-01
1
-4
/
+4
|
/
*
Fixed getting windows version. The former function is no longer working on Wi...
zhibog
2020-10-24
1
-17
/
+16
*
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
[next]