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 #1994 Returning to err: Maybe(Error) raises compiler assert
gingerBill
2022-09-01
1
-1
/
+1
*
Fix #2000 - allow #soa array iteration by pointer
gingerBill
2022-09-01
1
-1
/
+1
*
Fix #2002 (allow `array *= matrix`)
gingerBill
2022-09-01
1
-1
/
+11
*
Fix #1974 by erring on untyped parameters to `intrinsics.objc_send`
gingerBill
2022-09-01
1
-0
/
+7
*
Fix code generation related to Objective-C related `x->y()` calls
gingerBill
2022-09-01
2
-4
/
+6
*
Fix #1977
gingerBill
2022-08-26
1
-0
/
+6
*
Check for `using` variables
gingerBill
2022-08-26
1
-1
/
+1
*
Correct `check_expr_is_stack_variable`
gingerBill
2022-08-24
1
-1
/
+2
*
Add very basic escape analysis on `return` values
gingerBill
2022-08-24
1
-0
/
+39
*
Correct max alignment handling throughout the llvm backend
gingerBill
2022-08-24
6
-17
/
+22
*
Add extra max alignment parameter for metrics (specifically for SIMD)
gingerBill
2022-08-24
2
-67
/
+31
*
Fix #1966
gingerBill
2022-08-24
1
-2
/
+14
*
Merge pull request #1955 from jaspergeer/fix-endian-type-conversion
gingerBill
2022-08-24
1
-3
/
+0
|
\
|
*
Remove erroneous byte swap
Jasper Geer
2022-08-16
1
-3
/
+0
*
|
Fix #1972
gingerBill
2022-08-24
1
-1
/
+2
*
|
fix: Expand OpenBSD include for wait.h to all Unix
Jeroen Ruigrok van der Werven
2022-08-22
1
-1
/
+1
*
|
Fix #1963
gingerBill
2022-08-19
1
-1
/
+1
*
|
Fix typo
gingerBill
2022-08-17
1
-1
/
+1
*
|
Improve `unreachable` generation by putting a `trap` before it
gingerBill
2022-08-17
1
-0
/
+1
*
|
EXPERIMENTAL `intrinsics.valgrind_client_request`
gingerBill
2022-08-17
5
-0
/
+94
|
/
*
Remove debug crap with inlining
gingerBill
2022-08-16
1
-26
/
+22
*
Revert "Remove debug message"
gingerBill
2022-08-16
4
-30
/
+59
*
Improve `matrix` conversion rules
gingerBill
2022-08-16
1
-0
/
+4
*
Merge pull request #1927 from IanLilleyT/debug_symbols_for_range_interval
gingerBill
2022-08-15
1
-11
/
+14
|
\
|
*
using correct type for val1
Ian Lilley
2022-08-15
1
-1
/
+1
|
*
removed unnecessary ternary
Ian Lilley
2022-08-11
1
-2
/
+2
|
*
fixed debug symbols for range interval
Ian Lilley
2022-08-03
1
-11
/
+14
*
|
Merge pull request #1944 from odin-lang/load-improvements
gingerBill
2022-08-15
9
-457
/
+694
|
\
\
|
*
|
Allow for chaining of '#load(path) or_else #load(path)'
gingerBill
2022-08-11
2
-53
/
+58
|
*
|
`#load(path, type)`
gingerBill
2022-08-11
4
-9
/
+143
|
*
|
Improve type hint for #load to allow for string types
gingerBill
2022-08-11
2
-8
/
+14
|
*
|
Simplify `#load_or` for the time being
gingerBill
2022-08-11
1
-31
/
+3
|
*
|
Cache #load data and hashes
gingerBill
2022-08-11
3
-120
/
+147
|
*
|
Add `#load(path) or_else default` in favour of `#load_or(path, default)`
gingerBill
2022-08-11
4
-81
/
+171
|
*
|
Move builtin directives to a separate procedure
gingerBill
2022-08-11
1
-452
/
+455
*
|
|
Fix `lb_emit_ptr_offset`
gingerBill
2022-08-12
3
-11
/
+8
*
|
|
Remove debug message
gingerBill
2022-08-12
1
-4
/
+0
*
|
|
Correct global constant procedure initialization
gingerBill
2022-08-12
3
-8
/
+12
*
|
|
Clean up how procedures are typed in LLVM's dumb type system
gingerBill
2022-08-12
3
-51
/
+22
*
|
|
Minor refactoring of `lb_build_addr`
gingerBill
2022-08-11
1
-403
/
+417
*
|
|
Clean up compound literal backend stuff some more
gingerBill
2022-08-11
1
-176
/
+48
*
|
|
Improve compound literal generation for array-like types
gingerBill
2022-08-11
2
-750
/
+619
*
|
|
Improve emit store for large constants
gingerBill
2022-08-11
1
-10
/
+36
|
/
/
*
|
Added back missing return statement
Jasper Yujin Geer
2022-08-10
1
-1
/
+1
*
|
More accurate error message
Jasper Yujin Geer
2022-08-10
1
-3
/
+3
*
|
Throw error when untyped shift expressions have non-integral type hints
Jasper Yujin Geer
2022-08-10
1
-4
/
+13
*
|
Do not remove .rc extension from resource path to prevent expansion to full p...
Joakim Hentula
2022-08-10
1
-1
/
+1
*
|
General clean up of LLVM*GEP2 code
gingerBill
2022-08-10
4
-77
/
+84
*
|
Wrap all `LLVMGetElementType` uses
gingerBill
2022-08-09
5
-17
/
+26
*
|
Comment out a bit of code in `lb_is_const_or_global`
gingerBill
2022-08-09
1
-1
/
+3
[next]