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.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix struct parameter bugs
Ginger Bill
2017-07-21
1
-1
/
+1
*
Fix `copy`
Ginger Bill
2017-07-18
1
-2
/
+2
*
General specialization for polymorphic parameters
Ginger Bill
2017-07-18
1
-1
/
+1
*
Change precedence order for types e.g. ^T(x) == ^(T(x))
Ginger Bill
2017-07-13
1
-1
/
+1
*
`..` half closed range; `...` open range; `...` variadic syntax
Ginger Bill
2017-07-07
1
-1
/
+1
*
:: style procedure declarations; remove old parsing code
Ginger Bill
2017-06-28
1
-3
/
+3
*
Disable `var` and `const` declarations
Ginger Bill
2017-06-28
1
-6
/
+6
*
Declaration grouping uses () rather than {}; Fix some problem with compilatio...
Ginger Bill
2017-06-17
1
-2
/
+2
*
Declaration grouping uses braces rather than parentheses
Ginger Bill
2017-06-13
1
-2
/
+2
*
Pascal style declaration grouping with ()
Ginger Bill
2017-06-12
1
-3
/
+5
*
`import` and `import_load` as keywords; Fix procedure literal call trick
Ginger Bill
2017-06-12
1
-3
/
+3
*
Prefix `proc` syntax
Ginger Bill
2017-06-12
1
-3
/
+3
*
Remove := with var and :: with const
Ginger Bill
2017-06-12
1
-9
/
+9
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
1
-4
/
+4
*
`default:` to `case:`; `no_alias` to `#no_alias`
Ginger Bill
2017-05-27
1
-0
/
+10
*
Fix Ternary Operator IR bug
Ginger Bill
2017-05-13
1
-3
/
+3
*
Add hidden __tag for union variables.
Ginger Bill
2017-05-04
1
-2
/
+36
*
Fixed Windows (updated gb.h) | Need to test on MacOS and Linux now!
Zachary Pierson
2017-02-11
1
-3
/
+3
*
Merging from gingerBill's master
Zachary Pierson
2017-02-11
1
-2
/
+1
|
\
|
*
v0.1.0
v0.1.0
Ginger Bill
2017-02-11
1
-2
/
+2
*
|
Added a very basic Linux standard library shamelessly stolen from the MacOS one.
Zachary Pierson
2017-02-07
1
-0
/
+1
|
/
*
oh boy, basic osx/unix support
zhiayang
2017-02-02
1
-0
/
+1
*
Fix untyped to `any` assignments. Fixed crash when arguments with no value ar...
Ginger Bill
2017-01-29
1
-1
/
+1
*
Fix parameter/field lists and #import #include syntax
Ginger Bill
2017-01-02
1
-1
/
+1
*
Generic (grouped) declarations: var, let, const, type, import, include
Ginger Bill
2016-12-20
1
-1
/
+1
*
Go/BCPL style semicolon insertion during tokenizing stage
Ginger Bill
2016-12-05
1
-1
/
+1
*
Semicolons are required; `when` condition for certain file scope declarations...
Ginger Bill
2016-12-01
1
-3
/
+2
*
Delay importing entities till all other entities are collected
Ginger Bill
2016-11-30
1
-173
/
+1
*
error_node
Ginger Bill
2016-11-30
1
-17
/
+18
*
`when` statement; Better entity collection system (for both local and global)...
Ginger Bill
2016-11-29
1
-1
/
+3
*
v0.0.3 Build
Ginger Bill
2016-11-17
1
-9
/
+53
*
#foreign_library; vector fields (x, y, z, w) for count <= 4
Ginger Bill
2016-11-15
1
-6
/
+6
*
Minor Style Fixes
Ginger Bill
2016-10-22
1
-0
/
+1
*
Untyped `nil`
Ginger Bill
2016-10-06
1
-5
/
+5
*
Const Aggregate Literals for IR; Module path fix
Ginger Bill
2016-09-30
1
-8
/
+5
*
Update Standard Library; Fix Type_Info for integers
Ginger Bill
2016-09-28
1
-0
/
+13
*
Bug Fixes: some assertions; variable inits;
Ginger Bill
2016-09-24
1
-0
/
+12
*
Fix push_* with better defer system
Ginger Bill
2016-09-23
1
-1
/
+0
*
Filename as default import name; as .; as _; panic()
Ginger Bill
2016-09-21
1
-2
/
+1
*
enum_to_string
Ginger Bill
2016-09-19
1
-4
/
+5
*
Core library and Better name mangling for files
Ginger Bill
2016-09-19
1
-0
/
+106