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 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
*
Add an error for C-style pointer selector expressions using '->' when parsing
gingerBill
2019-05-09
1
-0
/
+7
*
Fix constant representability rules
gingerBill
2019-05-09
1
-6
/
+3
*
Allow comparisons with bit field values
gingerBill
2019-05-09
3
-15
/
+58
*
Allow booleans to be assigned to a 1-bit bit field value
gingerBill
2019-05-09
4
-9
/
+28
*
Remove test code
gingerBill
2019-05-09
1
-3
/
+0
*
Fix bug with `clamp`
gingerBill
2019-05-06
1
-1
/
+1
*
Fix ||= and &&=
gingerBill
2019-05-06
3
-37
/
+67
*
Improve type inference for variadic parameters
gingerBill
2019-05-04
3
-5
/
+27
*
Fix parapoly related bugs #370
gingerBill
2019-05-04
2
-10
/
+37
*
Minor change to bit_field assignment rules
gingerBill
2019-05-04
4
-17
/
+44
*
Modify type_set_offsets to patch minor bug
gingerBill
2019-04-28
2
-2
/
+10
*
Slight change to determine_path_from_string rules
gingerBill
2019-04-20
1
-4
/
+8
*
Change the file name rules for imports (use / rather than \ on windows)
gingerBill
2019-04-20
3
-12
/
+48
*
`#load` directive (request from #368) (Basic implementation)
gingerBill
2019-04-20
4
-34
/
+129
*
Fix `is_operand_value` to support more addressing modes
gingerBill
2019-04-19
1
-1
/
+3
*
Remove dead keywords; Fix `min` and `max` for enum types
gingerBill
2019-03-31
3
-6
/
+14
*
Minor code organization change
gingerBill
2019-03-31
3
-11
/
+17
*
Remove `derived` from `context`; Fix parsing issue for `typeid` specializatio...
gingerBill
2019-03-31
1
-2
/
+3
*
Modify ir_generate_array name logic slightly
gingerBill
2019-03-31
1
-3
/
+5
*
Disallow ambiguous singularly variadic polymorphic parameters #361
gingerBill
2019-03-30
2
-2
/
+36
*
Modify slice_expr_error_* logic to change depending on which parameters are p...
gingerBill
2019-03-25
2
-20
/
+35
*
Remove bounds checks for slice expressions with both indices empty
gingerBill
2019-03-25
1
-4
/
+12
*
Improve a tokenizer error message; Add extra tokens for `in` and `notin` for ...
gingerBill
2019-03-24
2
-15
/
+15
*
Allow implicit selectors to unions with only one enum variant
gingerBill
2019-03-24
1
-12
/
+36
*
`@(private)` for `foreign` blocks; Improve foreign signature similarity rules
gingerBill
2019-03-24
3
-26
/
+53
*
Add error message for when trying to assign a type to a variable.
gingerBill
2019-03-22
1
-0
/
+8
*
Disallow casting to and from cstring/pointers
gingerBill
2019-03-19
1
-4
/
+9
[next]