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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #580 defer bug
gingerBill
2020-03-05
1
-7
/
+5
*
Disable tmp_block behaviour for `ir_find_or_generate_context_ptr`
gingerBill
2020-03-05
1
-4
/
+3
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
5
-2
/
+229
*
Add -subsystem:console and -subsystem:windows flags for windows
gingerBill
2020-03-02
2
-9
/
+30
*
Fix #578
gingerBill
2020-02-29
1
-0
/
+6
*
Add `proc(#const x: Type)` to enforce a constant parameter (but not polymorph...
gingerBill
2020-02-26
5
-2
/
+33
*
Add `intrinsics.cpu_relax`
gingerBill
2020-02-26
4
-0
/
+32
*
Fix comparison against nil for union #maybe pointers
gingerBill
2020-02-23
1
-0
/
+6
*
Improve error message on `using` with procedure parameters #568
gingerBill
2020-02-23
4
-6
/
+15
*
Fix #572
gingerBill
2020-02-23
1
-1
/
+1
*
Fix #571
gingerBill
2020-02-23
1
-0
/
+2
*
Fix #566
gingerBill
2020-02-23
1
-1
/
+3
*
Fix #563
gingerBill
2020-02-23
1
-2
/
+3
*
Fix https://github.com/odin-lang/Odin/issues/555
Oskar Nordquist
2020-02-05
1
-2
/
+2
*
Add `union #maybe`
gingerBill
2020-02-01
7
-61
/
+204
*
Add `odin [command] -help` (not requiring a file to be passed)
gingerBill
2020-01-31
1
-0
/
+4
*
v0.12.0
v0.12.0
gingerBill
2020-01-18
1
-1
/
+1
*
Remove debug printing
gingerBill
2020-01-18
1
-1
/
+1
*
Begin work on `-target:windows_386`
gingerBill
2020-01-18
2
-56
/
+67
*
Fix microsoft_craziness.h to work correctly
gingerBill
2020-01-18
2
-9
/
+55
*
Add suggestions for indexing constant values with a variable index
gingerBill
2020-01-18
1
-0
/
+2
*
Fix microsoft_craziness.h
gingerBill
2020-01-18
1
-104
/
+97
*
Add new intrinsics for polymorphic records:
gingerBill
2020-01-18
3
-13
/
+123
*
Add intrinsics.type_is_specialization_of
gingerBill
2020-01-17
3
-1
/
+35
*
Allow not_in as keyword over notin, but still allow notin to work
gingerBill
2020-01-16
4
-14
/
+18
*
Merge remote-tracking branch 'origin/master'
gingerBill
2020-01-16
2
-5
/
+59
|
\
|
*
Fix #536
gingerBill
2020-01-15
1
-5
/
+11
|
*
Add debug info for enumerated arrays
gingerBill
2020-01-14
1
-0
/
+14
|
*
Exact value zero value for `T{}` of basic types
gingerBill
2020-01-14
1
-0
/
+27
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2020-01-12
3
-15
/
+51
|
|
\
|
*
|
Add extra check for opaque types
gingerBill
2020-01-12
1
-0
/
+7
*
|
|
Fix constant slice checking, again
gingerBill
2020-01-16
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix Proc Type ABI printing on System V
gingerBill
2020-01-12
3
-15
/
+51
|
/
*
Add extra set_procedure_abi_types sanity checks in IR
gingerBill
2020-01-11
1
-0
/
+4
*
Fix len of type bug
gingerBill
2020-01-11
2
-2
/
+7
*
Fix `@thread_local` IR printing
gingerBill
2020-01-11
1
-6
/
+6
*
Fix Panic with runtime.type_info_base #532
gingerBill
2020-01-11
1
-2
/
+6
*
Fix typo
gingerBill
2020-01-05
1
-1
/
+1
*
Improve minimum dependency for complex numbers and quaternion numbers.
gingerBill
2020-01-04
2
-9
/
+17
*
Make "none" calling convention ignore return_by_pointer flag
gingerBill
2020-01-04
1
-0
/
+3
*
Add extra in set_procedure_abi_types ir_print.cpp
gingerBill
2020-01-04
1
-0
/
+2
*
Add `x y z w` fields to quaternion types; Improve linalg quaternion mathematics
gingerBill
2020-01-01
3
-1
/
+150
*
Fix dylib foreign import
oskarn
2020-01-01
1
-1
/
+1
*
Fix typeid information for enumerated arrays
gingerBill
2019-12-31
1
-12
/
+14
*
Add extra check for ZeroInit instruction
gingerBill
2019-12-31
1
-1
/
+2
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
2
-49
/
+67
*
Fix constant out of bounds bug
gingerBill
2019-12-29
1
-5
/
+4
*
Add `_tls_index` and `_fltused` for windows `-no-crt`
gingerBill
2019-12-29
1
-1
/
+2
*
Add `-disable-assert` to disable the code generation of the built-in run-time...
gingerBill
2019-12-29
7
-0
/
+43
*
Add `@(private="file")` and `@(private="package")`
gingerBill
2019-12-29
2
-16
/
+55
[next]