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
*
Refactor record polymorphic params code for unification
gingerBill
2021-03-27
2
-60
/
+58
*
Correct poly type determination of a `where` clause for an enumerated array
gingerBill
2021-03-27
1
-8
/
+19
*
Refactor polymorphic parameter for records; Improve error message for paramet...
gingerBill
2021-03-27
1
-327
/
+216
*
Fix #883 - polymorphic specialization with target types of enumerated arrays
gingerBill
2021-03-27
2
-1
/
+65
*
Fix endian conversion to and from floats and ints
gingerBill
2021-03-27
1
-0
/
+24
*
Remove extra passes
gingerBill
2021-03-27
1
-6
/
+4
*
Fix byte swapping for endian specific types in `-llvm-api`
gingerBill
2021-03-27
1
-0
/
+11
*
Simplify ir_print.cpp escape byte code
gingerBill
2021-03-27
1
-11
/
+11
*
Fix #882
gingerBill
2021-03-27
1
-37
/
+13
*
Add basic error correction in `parser` to check for unattached `else`
gingerBill
2021-03-26
1
-0
/
+27
*
Move variable declarations to aid other compilers
gingerBill
2021-03-25
1
-3
/
+3
*
Fix to `OdinLLVMBuildTransmute` to `goto general_end` on different sized data
gingerBill
2021-03-25
1
-4
/
+7
*
Fix pseudo-constant local slice initialization
gingerBill
2021-03-25
1
-7
/
+8
*
Minor zero enforcement
gingerBill
2021-03-25
1
-1
/
+1
*
Fix pseudo-constant local embedded slice generation
gingerBill
2021-03-25
1
-3
/
+39
*
Change to assert to test both LLVMIsConstant and LLVMIsGlobalConstant
gingerBill
2021-03-25
1
-1
/
+1
*
Revert change :D
gingerBill
2021-03-25
1
-1
/
+1
*
Another minor fix to `OdinLLVMBuildTransmute`
gingerBill
2021-03-25
1
-1
/
+1
*
Minor fix to `OdinLLVMBuildTransmute`
gingerBill
2021-03-25
1
-2
/
+13
*
Correct #c_vararg behaviour on -llvm-api
gingerBill
2021-03-25
1
-0
/
+6
*
Add SOA struct len/cap/allocator fields for the debug symbols
gingerBill
2021-03-24
1
-19
/
+64
*
Ensure pointers are of the same type in LLVM ICmp
gingerBill
2021-03-24
1
-1
/
+9
*
Add support for soa slice reference iteration
gingerBill
2021-03-24
1
-0
/
+1
*
Support `using` on intermediate soa field value from a for-in statement
gingerBill
2021-03-24
2
-3
/
+17
*
Implement `soa_unzip`
gingerBill
2021-03-24
3
-1
/
+66
*
Add type hinting to `soa_zip`
gingerBill
2021-03-24
1
-6
/
+49
*
`soa_zip` (-llvm-api only): creates an `#soa[]struct` from passed slices
gingerBill
2021-03-24
3
-2
/
+149
*
Add better package declaration specific error message (#878)
gingerBill
2021-03-24
1
-0
/
+5
*
Support #soa array iteration in a `for in` loop for `-llvm-api` backend only
gingerBill
2021-03-24
3
-8
/
+114
*
Make `for in` logic a bit more generic
gingerBill
2021-03-24
2
-32
/
+37
*
Make the parser support as many identifiers on the LHS in `for in` loops to i...
gingerBill
2021-03-24
5
-53
/
+45
*
Support `using` variables in debug information
gingerBill
2021-03-24
1
-1
/
+10
*
For `bit_set`, allow `+` and `-` to be aliases for `|` and `&~`, respectively
gingerBill
2021-03-23
3
-2
/
+31
*
Remove dead code
gingerBill
2021-03-23
1
-75
/
+0
*
Improve error message in parser
gingerBill
2021-03-23
1
-2
/
+2
*
Allow `$` in polymorphic record parameter fields (but disallow mixing)
gingerBill
2021-03-23
2
-7
/
+22
*
Minor improvement to error message about assigning a type to a variable with ...
gingerBill
2021-03-23
1
-1
/
+1
*
`bit_set` support in debug symbols by treating them like a bit field of 1 bit...
gingerBill
2021-03-23
3
-69
/
+119
*
Prefix named types with package name in debug types
gingerBill
2021-03-23
2
-0
/
+12
*
Improve debug type names for composite types (arrays, map, struct, union)
gingerBill
2021-03-23
2
-46
/
+47
*
Clean up some debug type code
gingerBill
2021-03-23
1
-131
/
+113
*
Add global variables to -llvm-api debug information
gingerBill
2021-03-23
1
-1
/
+2
*
Move LLVM optimization procedures to a separate file to aid with organization
gingerBill
2021-03-23
2
-90
/
+202
*
Fix debug information for `typeid` on -llvm-api
gingerBill
2021-03-22
1
-2
/
+3
*
Correct debug info for basic composite types (e.g. `string`, `any`)
gingerBill
2021-03-22
1
-89
/
+143
*
Add local debug variable support for -llvm-api
gingerBill
2021-03-22
1
-54
/
+151
*
Start work on very basic LLVM debug type information
gingerBill
2021-03-22
2
-31
/
+310
*
Begin integrating work from branch llvm-debug-symbols
gingerBill
2021-03-20
2
-423
/
+580
*
Fix LLVMConstArray usage
gingerBill
2021-03-19
1
-6
/
+12
*
Fix LLVM asserts
gingerBill
2021-03-19
1
-4
/
+7
[next]