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
*
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