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
...
*
|
|
|
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
*
|
|
|
|
Remove other uses of LLVMGetElementType on pointer types
gingerBill
2022-08-09
1
-4
/
+8
*
|
|
|
|
Disallow Early CSE on `-debug` builds
gingerBill
2022-08-09
1
-1
/
+3
*
|
|
|
|
Minor change to `lb_emit_store` for storing nil to procedure variables
gingerBill
2022-08-09
1
-1
/
+3
*
|
|
|
|
Eliminate use of LLVMGetElementType for pointers
gingerBill
2022-08-09
8
-118
/
+141
*
|
|
|
|
Merge pull request #1933 from lerno/reduce_reliance_on_ptr_type
gingerBill
2022-08-09
8
-424
/
+310
|
\
\
\
\
\
|
*
|
|
|
|
Removed use of deprecated functions. Cleaned up most deprecated use of LLVMGe...
Christoffer Lerno
2022-08-07
8
-424
/
+310
*
|
|
|
|
|
Merge pull request #1937 from IanLilleyT/rc_fix
Jeroen van Rijn
2022-08-09
4
-178
/
+201
|
\
\
\
\
\
\
|
*
|
|
|
|
|
find windows sdk bin path for rc.exe
Ian Lilley
2022-08-07
4
-178
/
+201
|
|
/
/
/
/
/
*
/
/
/
/
/
Add `#soa` pointer type to aid with refactoring to `#soa` data types
gingerBill
2022-08-08
13
-23
/
+208
|
/
/
/
/
/
*
|
|
|
|
Allow for `foo() or_else unreachable()` and other diverging procedures
gingerBill
2022-08-05
3
-27
/
+70
*
|
|
|
|
Make `unreachable()` a built-in compiler-level procedure
gingerBill
2022-08-05
4
-6
/
+19
*
|
|
|
|
Fix #1930
gingerBill
2022-08-05
1
-0
/
+3
|
/
/
/
/
*
|
|
|
Remove dead `#maybe` code
gingerBill
2022-08-01
4
-16
/
+3
*
|
|
|
Simplify parser logic for field prefixes
gingerBill
2022-08-01
2
-34
/
+23
*
|
|
|
Changed param count from 2 to 1 for simd_abs.
Jorri Fransen
2022-07-28
1
-1
/
+1
*
|
|
|
remove leftover print statement
Phil
2022-07-25
1
-1
/
+0
*
|
|
|
Fix minor issue with a lack of a trailing comma
gingerBill
2022-07-25
1
-2
/
+3
*
|
|
|
Fix #1901
gingerBill
2022-07-24
1
-1
/
+1
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-07-24
1
-0
/
+4
|
\
\
\
\
|
*
\
\
\
Merge pull request #1844 from Ronaldr1985/fix-odin-on-openbsd
gingerBill
2022-07-24
1
-0
/
+4
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
Undo changes to common.cpp and move the include of sys/wait.h to gb.h
Ronald1985
2022-07-22
2
-5
/
+4
|
|
*
|
|
Added missing #includes on OpenBSD
Ronald1985
2022-06-14
1
-0
/
+5
*
|
|
|
|
Fix #1834
gingerBill
2022-07-24
1
-7
/
+14
|
/
/
/
/
[prev]
[next]