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
...
*
|
|
|
|
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
|
/
/
/
/
*
|
|
|
Temp fix for `lb_emit_store`
gingerBill
2022-07-24
1
-1
/
+1
*
|
|
|
Force memset instead of store zeroinitializer when the value is large
gingerBill
2022-07-24
4
-8
/
+19
*
|
|
|
Add `#by_ptr` procedure attribute to enforce a parameter to be passed by poin...
gingerBill
2022-07-24
5
-4
/
+27
*
|
|
|
Fix #1493
gingerBill
2022-07-24
1
-2
/
+8
*
|
|
|
Fix #1793
gingerBill
2022-07-24
1
-1
/
+7
*
|
|
|
Fix and improve `x->y()` behaviour to minimize duplicate evaluation
gingerBill
2022-07-24
3
-4
/
+34
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-07-19
3
-4
/
+47
|
\
\
\
\
|
*
|
|
|
Fix debug info for type switch variable to be only visible in correct switch ...
Fabian Sperber
2022-07-19
1
-2
/
+7
|
*
|
|
|
Fix loop var (init) becoming hidden while stepping on the for-line
Fabian Sperber
2022-07-19
2
-2
/
+12
|
*
|
|
|
Embed natvis in windows debug build for easier viewing of strings and Arrays
Fabian Sperber
2022-07-19
1
-0
/
+28
*
|
|
|
|
Minor improvements
gingerBill
2022-07-19
1
-1
/
+3
|
/
/
/
/
*
|
|
|
Disallow `proc() do stmt` and only allow `proc() { stmt }`
gingerBill
2022-07-18
1
-5
/
+1
*
|
|
|
Integrate numerous debug fixes from #1877
gingerBill
2022-07-18
5
-35
/
+49
*
|
|
|
Merge pull request #1873 from weshardee/master
gingerBill
2022-07-18
1
-2
/
+9
|
\
\
\
\
|
*
\
\
\
Merge branch 'odin-lang:master' into master
Wes Hardee
2022-07-09
7
-11
/
+70
|
|
\
\
\
\
|
*
|
|
|
|
fix -build-mode:shared on MacOS
Wes Hardee
2022-06-30
1
-2
/
+9
*
|
|
|
|
|
Fix #1836
gingerBill
2022-07-16
1
-3
/
+6
*
|
|
|
|
|
Fix #1869
gingerBill
2022-07-16
1
-0
/
+7
*
|
|
|
|
|
Fix #1880
gingerBill
2022-07-16
1
-1
/
+9
*
|
|
|
|
|
Fix #1883
gingerBill
2022-07-16
2
-26
/
+32
*
|
|
|
|
|
Remove assert
gingerBill
2022-07-16
1
-1
/
+0
*
|
|
|
|
|
Fix #1888
gingerBill
2022-07-16
6
-17
/
+41
*
|
|
|
|
|
Mock up for the ability to enforce our own `runtime.memset` if necessary
gingerBill
2022-07-16
1
-11
/
+24
*
|
|
|
|
|
Add improved error message when doing `^x` instead of `&x` for addressable va...
gingerBill
2022-07-11
1
-1
/
+22
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Fix compilation on non-windows platforms
gingerBill
2022-07-09
1
-0
/
+2
*
|
|
|
|
Fix wasm compilation in windows
gingerBill
2022-07-09
1
-2
/
+2
[prev]
[next]