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_x.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move os_*.odin files to os/
gingerBill
2018-03-04
1
-292
/
+0
*
`__args__: []cstring`
gingerBill
2018-03-04
1
-3
/
+3
*
Update core library with `cstring`
gingerBill
2018-02-28
1
-16
/
+16
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
1
-3
/
+3
*
Remove `struct #ordered`
gingerBill
2017-12-17
1
-2
/
+2
*
New slice memory layout (ptr+len); `byte`
gingerBill
2017-11-26
1
-18
/
+17
*
Fix pointer arithmetic; remove suffix #tags for proc types
gingerBill
2017-10-29
1
-1
/
+1
*
Infix proc calling convention `proc "std" (...)`
gingerBill
2017-10-29
1
-1
/
+1
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
1
-36
/
+36
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
1
-1
/
+1
*
Change `foreign_library` to `foreign import`
gingerBill
2017-10-15
1
-2
/
+2
*
Syntax: Replace `foreign_system_library "kernel.lib"` to `foreign_library "sy...
gingerBill
2017-10-15
1
-2
/
+2
*
Better error messages for import cycles
Ginger Bill
2017-10-08
1
-1
/
+1
*
Fix issue #114
Ginger Bill
2017-10-04
1
-36
/
+38
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
1
-3
/
+3
*
Wrap entry point `main` around the C style `main` in the IR
Ginger Bill
2017-09-30
1
-1
/
+11
*
Use comma for struct field separators (disallow nesting)
Ginger Bill
2017-09-21
1
-22
/
+22
*
Fix issue #94
Ginger Bill
2017-09-11
1
-3
/
+3
*
Library collections
Ginger Bill
2017-09-07
1
-1
/
+1
*
Remove () grouping for `foreign_library`
Ginger Bill
2017-08-27
1
-4
/
+2
*
Fix issues with OSX
Ginger Bill
2017-08-11
1
-1
/
+1
*
v0.6.2; Use Ada_Case for types
v0.6.2
Ginger Bill
2017-08-03
1
-8
/
+8
*
Extra type safety; Fix typos
Ginger Bill
2017-07-31
1
-29
/
+29
*
Use semicolons as field delimiters in records
Ginger Bill
2017-07-10
1
-22
/
+22
*
Implicit parametric polymorphic procedures
Ginger Bill
2017-06-29
1
-7
/
+6
*
:: style procedure declarations; remove old parsing code
Ginger Bill
2017-06-28
1
-47
/
+47
*
Remove `type` prefix declarations
Ginger Bill
2017-06-28
1
-9
/
+6
*
Disable `var` and `const` declarations
Ginger Bill
2017-06-28
1
-95
/
+90
*
Declaration grouping uses () rather than {}; Fix some problem with compilatio...
Ginger Bill
2017-06-17
1
-17
/
+17
*
Declaration grouping uses braces rather than parentheses
Ginger Bill
2017-06-13
1
-12
/
+16
*
`foreign` blocks for procedures
Ginger Bill
2017-06-12
1
-20
/
+23
*
foreign_library allow for Pascal-style grouping
Ginger Bill
2017-06-12
1
-3
/
+5
*
Pascal style declaration grouping with ()
Ginger Bill
2017-06-12
1
-83
/
+84
*
`import` and `import_load` as keywords; Fix procedure literal call trick
Ginger Bill
2017-06-12
1
-2
/
+2
*
Prefix `type` and `let` to replace `immutable`
Ginger Bill
2017-06-12
1
-6
/
+6
*
Prefix `proc` syntax
Ginger Bill
2017-06-12
1
-45
/
+45
*
Remove := with var and :: with const
Ginger Bill
2017-06-12
1
-162
/
+124
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
1
-3
/
+3
*
Change label syntax for `for` and `match` from #label name to name:
Ginger Bill
2017-05-28
1
-1
/
+1
*
Change naming convention from Ada_Like to RustLike
Ginger Bill
2017-05-28
1
-3
/
+3
*
Fix issue with `os.file_size` on *nix
Ginger Bill
2017-05-12
1
-2
/
+2
*
Reimplement #ordered again
Ginger Bill
2017-05-12
1
-2
/
+2
*
Add hidden __tag for union variables.
Ginger Bill
2017-05-04
1
-29
/
+37
*
Fix alignment and size bug of enums; Remove #ordered and make the default #or...
Ginger Bill
2017-05-02
1
-2
/
+2
*
v0.2.0
v0.2.0
Ginger Bill
2017-04-30
1
-6
/
+6
*
Merged from upstream, fixed 'args' name colission
Zachary Pierson
2017-04-06
1
-1
/
+97
*
Bridged a bugfix from os_windows to other os's.
Zachary Pierson
2017-04-04
1
-4
/
+4
*
It's terrible, but I added _some_ form of launch args support for Linux/macOS
Zachary Pierson
2017-04-02
1
-2
/
+3
*
Literally just a commit to revert a previous one.
Zachary Pierson
2017-03-31
1
-1
/
+0
*
Fixed os_linux and os_x read_entire_file function not null-terminating data.
Zac Pierson
2017-03-21
1
-1
/
+2
[next]