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
*
Fix typo in ? array lengths error
gingerBill
2019-08-13
1
-1
/
+1
*
Fix compound literal printing for structs with custom alignment requirements
gingerBill
2019-08-13
1
-1
/
+2
*
`package reflect`; fix substring type bug; fix scoping rules for `using` on p...
gingerBill
2019-08-11
2
-44
/
+76
*
Make structs with the same fields but with different tags distinct types
gingerBill
2019-08-09
1
-0
/
+6
*
Fix global variable initialization for certain types.
gingerBill
2019-08-09
1
-1
/
+17
*
Struct field tags
gingerBill
2019-08-09
5
-15
/
+70
*
Fix bit_field comparison against nil #414
gingerBill
2019-08-09
2
-0
/
+10
*
Improve implementation of `intrinsics.type_*` procedures
gingerBill
2019-08-04
3
-329
/
+98
*
`intrinsics.type_*` constant evaluation procedures
gingerBill
2019-08-04
5
-221
/
+740
*
Add error message for non-constant polymorphic name parameters
gingerBill
2019-08-03
1
-0
/
+1
*
Fix `min`, `max`, `clamp` final type bug
gingerBill
2019-08-03
1
-0
/
+6
*
Fix constant default value error #408 (typo)
gingerBill
2019-07-29
1
-1
/
+1
*
Add extra hints for LLVM for implicit reference parameters
gingerBill
2019-07-29
1
-0
/
+3
*
Fix parsing for procedure literals expression statements; improve assert perf...
gingerBill
2019-07-28
2
-1
/
+2
*
Improve the performance of simple array comparisons
gingerBill
2019-07-27
3
-13
/
+49
*
Fix array comparisons and fix f32 literal LLVM issue regarding accurate repre...
gingerBill
2019-07-27
2
-12
/
+32
*
Fix array comparisons
gingerBill
2019-07-27
1
-3
/
+6
*
Improvement to the Odin calling conventions to pass certain things by "implic...
gingerBill
2019-07-27
3
-3
/
+11
*
Change scoping rules to allow for shadowing of procedure parameters but not n...
gingerBill
2019-07-27
2
-12
/
+37
*
Fix bounds checking on slices for constant parameters
gingerBill
2019-07-15
1
-2
/
+2
*
IR fix array comparisons
gingerBill
2019-07-15
1
-8
/
+13
*
Make procedure parameters just named values rather than copied variables
gingerBill
2019-07-15
5
-40
/
+28
*
Improve type hinting for named parameters in call expressions
gingerBill
2019-07-13
1
-6
/
+93
*
Improve type inference for procedure group parameters
gingerBill
2019-07-13
1
-1
/
+66
*
Add extra error handling for parsing slices
gingerBill
2019-07-09
1
-8
/
+20
*
Add minimum requirement of 2 variants for #no_nil
gingerBill
2019-07-09
1
-0
/
+5
*
union #no_nil
gingerBill
2019-07-09
5
-5
/
+23
*
Fix target list branch rules for name-labelled block/if statements
gingerBill
2019-07-07
1
-4
/
+13
*
Fix unions with zero variants
gingerBill
2019-07-07
2
-7
/
+6
*
Disallow blank identifier polymorphic types $_
gingerBill
2019-07-07
1
-0
/
+6
*
Fix procedure constant declaration value type assignment checking
gingerBill
2019-06-21
2
-2
/
+56
*
Fix procedure group compiler assert with no matching arguments #393
gingerBill
2019-06-21
1
-43
/
+38
*
Fix double-pointer indexing bug #396
gingerBill
2019-06-21
1
-3
/
+1
*
Fix comparison for bit field values #386
gingerBill
2019-06-21
2
-38
/
+59
*
Fix ranges in switch statement for strings
gingerBill
2019-06-21
3
-2
/
+9
*
v0.10.0
v0.10.0
gingerBill
2019-06-02
1
-1
/
+1
*
Move internal 128-bit stuff to a windows specific file
gingerBill
2019-06-01
1
-3
/
+7
*
Pedantic conversions on query data
gingerBill
2019-05-29
1
-18
/
+18
*
Fixes to ABI
gingerBill
2019-05-29
3
-17
/
+16
*
Fix bit set size with 128-bit integers
gingerBill
2019-05-28
2
-14
/
+18
*
Add i128/u128 support for bit sets
gingerBill
2019-05-28
2
-8
/
+21
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
6
-52
/
+194
*
Improve tokenizer slightly
gingerBill
2019-05-28
1
-8
/
+13
*
Update parsers
gingerBill
2019-05-28
1
-2
/
+2
*
Add `..<` operator for ranges; Add extra checking for bit set assignments
gingerBill
2019-05-28
7
-20
/
+67
*
-go-to-definitions (OGTD file format)
gingerBill
2019-05-26
9
-435
/
+768
*
-compact flag for 'odin query'
gingerBill
2019-05-25
2
-1
/
+13
*
odin query
gingerBill
2019-05-25
12
-86
/
+1018
*
Fix polymorphic procedure return by pointer values #374
gingerBill
2019-05-19
2
-18
/
+39
*
Change import name rules
gingerBill
2019-05-19
1
-5
/
+7
[next]