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
*
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
*
|
|
Change MAX_STORE_SIZE
dev-2022-07
gingerBill
2022-06-30
1
-2
/
+2
*
|
|
Use `memmove` if possible when emitting store over a certain size
gingerBill
2022-06-30
1
-0
/
+20
*
|
|
Improve error message with suggestion for #1866
gingerBill
2022-06-28
2
-6
/
+26
*
|
|
Implement #1859
gingerBill
2022-06-26
1
-2
/
+8
*
|
|
Add shorthand flag to `determine_type_from_polymorphic`
gingerBill
2022-06-24
1
-2
/
+2
*
|
|
Correct debug information of #simd vectors
gingerBill
2022-06-20
1
-1
/
+12
|
/
/
*
/
fix require flag on higher optimization modes
Astavie
2022-06-15
1
-0
/
+38
|
/
*
Improve `-strict-style` for `foreign import`
gingerBill
2022-06-13
1
-4
/
+7
*
Improvements to `-strict-style` and trailing commas
gingerBill
2022-06-13
3
-84
/
+77
*
Minor style change
gingerBill
2022-06-12
2
-2
/
+2
*
Merge pull request #1395 from hdooley/master
gingerBill
2022-06-12
3
-13
/
+19
|
\
|
*
review feedback
Henry Dooley
2021-12-28
2
-3
/
+3
|
*
cast isize to unsigned int for llvm api, add defaulted name parameter to helper.
Henry Dooley
2021-12-25
2
-5
/
+5
[next]