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
...
*
|
|
|
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
|
*
|
|
factor out alloca generation into a helper
Henry Dooley
2021-12-25
3
-10
/
+16
*
|
|
|
Move trailing comma requirement in field lists to `-strict-style`
gingerBill
2022-06-12
1
-17
/
+29
*
|
|
|
Remove `simd_rem`; Disallow `simd_div` for integers
gingerBill
2022-06-02
2
-2
/
+13
*
|
|
|
Deprecate `a..b` based ranges in favour of `..=`
dev-2022-06
gingerBill
2022-06-01
1
-0
/
+1
*
|
|
|
Keep compiler happy
gingerBill
2022-06-01
1
-1
/
+1
*
|
|
|
Merge pull request #1807 from odin-lang/simd-dev
gingerBill
2022-05-31
21
-255
/
+2270
|
\
\
\
\
|
*
|
|
|
Fix intrinsics.non_temporal_{load, store}
gingerBill
2022-05-31
1
-4
/
+13
|
*
|
|
|
Improve missing handled results for built in procedures
gingerBill
2022-05-30
4
-35
/
+61
|
*
|
|
|
Correct `@(require_results)` on parapoly procedures
gingerBill
2022-05-30
3
-9
/
+19
|
*
|
|
|
Fix lb_build_builtin_simd_proc
gingerBill
2022-05-30
1
-2
/
+2
|
*
|
|
|
`@(require_target_feature=<string>)` `@(enable_target_feature=<string>)`
gingerBill
2022-05-30
9
-9
/
+169
[prev]
[next]