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
*
Move time code from os to time package
Chris Heyes
2019-11-01
1
-33
/
+0
*
Merge remote-tracking branch 'upstream/master'
Chris Heyes
2019-11-01
4
-150
/
+2410
|
\
|
*
Merge pull request #437 from nakst/master
gingerBill
2019-11-01
1
-923
/
+2013
|
|
\
|
|
*
updated os_essence.odin
nakst
2019-09-18
1
-923
/
+2013
|
*
|
Remove os_osx.odin
gingerBill
2019-10-01
1
-295
/
+0
|
*
|
Change ODIN_OS string for osx from "osx" to "darwin" to allow for other platf...
gingerBill
2019-10-01
1
-0
/
+295
|
*
|
Fix -debug crash on windows caused by missing debug info for files.
gingerBill
2019-09-25
1
-1
/
+1
|
|
/
|
*
New Essence OS layer; cross-compiling improvements
nakst
2019-09-02
1
-143
/
+1313
|
*
Make -vet happy on *nix
gingerBill
2019-08-13
2
-6
/
+6
*
|
Impl time for macOS
Chris Heyes
2019-07-16
1
-0
/
+32
|
/
*
Fix -vet for demo.odin
gingerBill
2019-03-30
1
-6
/
+6
*
Replace calls to deprecated string functions on linux
matt
2019-03-18
1
-6
/
+6
*
Using implicit selector expressions in the core library
gingerBill
2019-03-06
1
-6
/
+4
*
Add `os.file_size_from_path`
gingerBill
2019-02-25
1
-0
/
+14
*
Initial support for GetVersionExA
Jeroen van Rijn
2019-01-18
1
-0
/
+35
*
Reorganize fmt and strings; Replace fmt.String_Buffer with strings.Builder
gingerBill
2019-01-06
4
-0
/
+16
*
Vet core library
gingerBill
2018-12-31
1
-1
/
+0
*
Fix os_windows.odin bugs
gingerBill
2018-12-30
1
-2
/
+2
*
Fix bugs and inconsistencies with linux versions of os package
matt
2018-12-30
3
-43
/
+129
*
Fix os.open on linux/osx
matt
2018-12-26
2
-65
/
+54
*
fix missing declaration in osx
Hasen Judy
2018-12-18
1
-0
/
+1
*
Add the missing INVALID_HANDLE so that the demo will build and run on Linux.
CaptainKraft
2018-12-09
1
-0
/
+1
*
Add Linux support for core:time
Jeroen van Rijn
2018-12-08
1
-20
/
+59
*
Fix `context` initialization
gingerBill
2018-10-20
4
-4
/
+4
*
Fix compilation error #272
gingerBill
2018-10-17
1
-2
/
+2
*
Add `unimplemented` and `unreachable` procedures; make `os.exit` a diverging ...
gingerBill
2018-10-13
3
-4
/
+4
*
Update runtime printing code
gingerBill
2018-10-11
1
-0
/
+40
*
Fixed heap alloc not allowing empty structs on Linux - Fixes #267
Alexis Breust
2018-10-09
1
-1
/
+1
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
1
-0
/
+3
*
Add `utf8_to_ucs2` for package win32 so that the wide procedures can used by ...
gingerBill
2018-08-30
2
-13
/
+6
*
Fix `make` error messages
gingerBill
2018-08-08
1
-1
/
+1
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
5
-7
/
+7
*
free -> delete in os_osx and os_linux
Hasen Judy
2018-07-13
2
-12
/
+12
*
Rename `free` to `delete` for non pointer types
gingerBill
2018-07-08
1
-1
/
+1
*
Made `os_osx.odin` use the new-style `runtime.args__` and added `read_directo...
Zachary Pierson
2018-07-02
1
-2
/
+3
*
Fix on *nix
gingerBill
2018-07-01
1
-2
/
+3
*
Add escape code for ESC \e
gingerBill
2018-06-15
1
-172
/
+172
*
Modify how build settings are handled
gingerBill
2018-06-15
1
-0
/
+0
*
Rename os.default_allocator to os.heap_allocator
gingerBill
2018-06-03
1
-3
/
+3
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
1
-3
/
+36
*
Comment based build tags for packages (basic and temporary)
gingerBill
2018-05-28
1
-0
/
+1
*
Reorganize `runtime` package
gingerBill
2018-05-27
4
-7
/
+6
*
Move ODIN_* platform constants to `core:os`
gingerBill
2018-05-27
6
-0
/
+16
*
Add file scopes for the packages
gingerBill
2018-05-27
1
-1
/
+1
*
Add basic package support (no IR support yet)
gingerBill
2018-05-26
2
-173
/
+173
*
Parse directories to be packages
gingerBill
2018-05-21
5
-8
/
+80
*
Disable pointer arithmetic
gingerBill
2018-05-13
1
-1
/
+1
*
update essence bindings
Nakst
2018-03-10
1
-44
/
+103
*
Move os_*.odin files to os/
gingerBill
2018-03-04
4
-0
/
+966