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/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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor code clean up
gingerBill
2019-03-11
4
-2
/
+4
*
Add type inference to index expressions for maps
gingerBill
2019-03-06
1
-1
/
+1
*
Add implicit selector expressions for in/notin
gingerBill
2019-03-06
1
-1
/
+13
*
Allow implicit selector expressions in switch statements
gingerBill
2019-03-06
1
-3
/
+3
*
Implicit Selector Expressions: `.A`
gingerBill
2019-03-06
4
-3
/
+78
*
Fix #345: Panic when using enum as map key
Jeroen van Rijn
2019-03-02
1
-2
/
+1
*
Fix #345: panic when using enum as map key
Jeroen van Rijn
2019-02-26
1
-0
/
+3
*
Fix bugs: Array Literals with constant elements; IR printing of raw procedure...
gingerBill
2019-02-24
3
-4
/
+7
*
Reimplement -collection; remove `static` from Odin tokenizer/parser in core l...
gingerBill
2019-02-23
1
-0
/
+65
*
FIX TYPO!
gingerBill
2019-02-23
1
-1
/
+1
*
New build flag: -define:foo=123
gingerBill
2019-02-23
4
-34
/
+119
*
Make `static` an attribute rather than a keyword prefix
gingerBill
2019-02-23
8
-49
/
+64
*
Replace `foreign export {}` with `@export`
gingerBill
2019-02-23
7
-30
/
+70
*
Allow basic arithmetic operations for vectors
gingerBill
2019-02-23
2
-5
/
+10
*
Fix calling conventions for simd vector types
gingerBill
2019-02-23
1
-7
/
+16
*
`intrinsics.vector` type (Experimental)
gingerBill
2019-02-23
6
-60
/
+210
*
Add "none" calling convention
gingerBill
2019-02-23
4
-0
/
+8
*
Fix missing `break` in switch statement for `deferred_in` in the IR
gingerBill
2019-02-23
1
-0
/
+1
*
Disallow compound literals for `struct #raw_union` (fix)
gingerBill
2019-02-19
1
-1
/
+1
*
Fix untyped ternary string IR conversion
gingerBill
2019-02-14
1
-1
/
+8
*
Add extra dead code elimination
gingerBill
2019-02-10
2
-29
/
+102
*
Fix data layout issue on Windows; Remove unused loads in SSA
gingerBill
2019-02-10
4
-87
/
+276
*
Replace redundant code
gingerBill
2019-02-06
2
-2
/
+2
*
Extra checks to reduce mem.zero calls
gingerBill
2019-02-06
2
-7
/
+11
*
Minimize mem.zero use
gingerBill
2019-02-06
1
-36
/
+40
*
Remove `inline` from many of the mem.* procedures
gingerBill
2019-02-04
1
-1
/
+0
*
Merge pull request #331 from thebirk/fix-out-linux
gingerBill
2019-02-02
1
-1
/
+1
|
\
|
*
Fixed macOS not compiling.
thebirk
2019-02-01
1
-1
/
+1
*
|
Fix #322, now correctly printing big strings.
thebirk
2019-02-02
1
-0
/
+5
|
/
*
Fixed -out dropping extension on linux.
thebirk
2019-02-01
1
-7
/
+17
*
Allow for @indent for attributes that don't require any parameters; Add -igno...
gingerBill
2019-01-30
4
-20
/
+37
*
Merge pull request #327 from Tetralux/tet/pass-args-to-run
gingerBill
2019-01-29
3
-5
/
+43
|
\
|
*
Allow 'odin run program.odin -- <args-for-program.exe>
Tetralux
2019-01-28
3
-5
/
+43
*
|
Fix typo in parser.cpp
gingerBill
2019-01-29
1
-1
/
+1
|
/
*
Patch minor IR bug
gingerBill
2019-01-28
1
-2
/
+4
*
Pass any and union "by pointer" to make the tag a pointer
gingerBill
2019-01-26
5
-43
/
+17
*
Fix subtyping rules for heavily nested `using` in structs
gingerBill
2019-01-24
1
-11
/
+15
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2019-01-24
1
-0
/
+4
|
\
|
*
Fix printing IR of integer as a pointer with endianness.
Tetralux
2019-01-16
1
-0
/
+4
*
|
Remove dead code
gingerBill
2019-01-24
4
-41
/
+1
|
/
*
Change `deferred_*` scoping behaviour for `if`
gingerBill
2019-01-13
1
-2
/
+4
*
Replace `deferred` with `deferred_none`, `deferred_in`, `deferred_out`
gingerBill
2019-01-13
5
-40
/
+168
*
Check for `_` for import names too
gingerBill
2019-01-13
1
-1
/
+1
*
Change import name determination rules
gingerBill
2019-01-13
1
-11
/
+13
*
Add extra explicit entity usage
gingerBill
2019-01-13
1
-0
/
+2
*
Fix checking `_` constant declarations with a procedure
gingerBill
2019-01-10
2
-4
/
+16
*
Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typei...
gingerBill
2019-01-05
3
-0
/
+21
*
Remove debug printing text
gingerBill
2019-01-05
1
-7
/
+0
*
Add missing types for min dep
gingerBill
2019-01-05
1
-1
/
+11
*
Add missing types to minimum dependency checking
gingerBill
2019-01-05
2
-3
/
+37
[next]