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
*
Bodge: fix matrix_flatten issue in Win64 ABI
gingerBill
2023-11-06
1
-2
/
+19
*
Fix #2913
gingerBill
2023-11-04
1
-0
/
+5
*
Add warning for things like `1.0 / some_int`
gingerBill
2023-11-04
1
-0
/
+24
*
Add missing calls
gingerBill
2023-11-01
1
-0
/
+3
*
Fix empty pass because of trailing comma
Laytan
2023-10-31
1
-1
/
+1
*
Merge pull request #2905 from odin-lang/llvm-17-custom-passes
gingerBill
2023-10-30
4
-16
/
+413
|
\
|
*
Explicitly write out the passes for each level and remove certain passes
gingerBill
2023-10-30
3
-21
/
+271
|
*
TEST: Add sroa passes back
gingerBill
2023-10-29
1
-1
/
+4
|
*
Ignore `store undef` calls
gingerBill
2023-10-29
1
-1
/
+5
|
*
Remove trailing comma
gingerBill
2023-10-29
1
-1
/
+1
|
*
Use default passes without coro, openmp, and sroa passes
gingerBill
2023-10-29
1
-12
/
+31
|
*
Test: use custom passes for -o:speed
gingerBill
2023-10-29
1
-1
/
+122
*
|
Merge branch 'master' into i386-syscall-asm-fix
flysand7
2023-10-30
2
-4
/
+6
|
\
|
|
*
Force dynamic map calls on non-windows targets
gingerBill
2023-10-29
1
-2
/
+4
|
*
Only make static map get calls inlineable outside of debug builds
gingerBill
2023-10-27
1
-2
/
+2
*
|
Fix-up inline asm for i386 syscalls emit
flysand7
2023-10-30
1
-1
/
+1
|
/
*
Fix static map calls and default to them!
gingerBill
2023-10-27
2
-7
/
+27
*
Disable using giant packed struct for type info table for the time being
gingerBill
2023-10-27
3
-40
/
+62
*
Change and to or
jakubtomsu
2023-10-25
1
-3
/
+3
*
Merge pull request #2850 from jcmdln/linux-llvm-17
gingerBill
2023-10-16
3
-5
/
+29
|
\
|
*
Only check LLVM_VERSION_MAJOR >= 17 for PassBuilder inclusion
jcmdln
2023-10-15
1
-1
/
+1
|
*
Support LLVM >=17.0.1 on Darwin and Linux
jcmdln
2023-10-11
3
-5
/
+29
*
|
Merge pull request #2867 from flysand7/linux-asm
Jeroen van Rijn
2023-10-15
2
-42
/
+88
|
\
\
|
*
|
implemented foreign asm imports on linux/osx
flysand7
2023-10-15
2
-42
/
+88
*
|
|
llvm: specify calling convention on call
Morten Hauke Solvang
2023-10-13
1
-0
/
+3
|
/
/
*
|
Disallow direct return a compound literal of a slice with elements
gingerBill
2023-10-13
1
-0
/
+17
*
|
Add `ERROR_BLOCK()` to `check_unique_package_names`
gingerBill
2023-10-09
1
-0
/
+2
|
/
*
Remove unnecessary check zero fields check
jakubtomsu
2023-10-01
1
-1
/
+1
*
Fix field count in enumerated array type info
jakubtomsu
2023-10-01
2
-3
/
+7
*
Allow zero-length enumerated arrays
jakubtomsu
2023-10-01
1
-1
/
+1
*
Fix #2261
gingerBill
2023-09-30
1
-2
/
+9
*
Fix `or_break` code generation issue
gingerBill
2023-09-30
1
-20
/
+10
*
Remove `-vet-extra`
gingerBill
2023-09-30
3
-45
/
+2
*
Add `or_break` and `or_continue` constructs
gingerBill
2023-09-30
9
-9
/
+252
*
Correct `get_file_line_as_string` to fix #2829
gingerBill
2023-09-29
1
-0
/
+3
*
Remove debug message
gingerBill
2023-09-29
1
-1
/
+0
*
Rename simd bitwise operations from `intrinsics.simd_and` to `intrinsics.simd...
gingerBill
2023-09-28
3
-20
/
+20
*
Update src/build_settings.cpp
gingerBill
2023-09-27
1
-1
/
+1
*
Generate the global type info member values even if the count is `0`
gingerBill
2023-09-27
1
-52
/
+50
*
Merge branch 'master' into llvm-17
gingerBill
2023-09-27
9
-39
/
+149
|
\
|
*
Fix #2820
gingerBill
2023-09-26
1
-0
/
+3
|
*
Fix #2809 - disallow files to start with `_`
gingerBill
2023-09-26
1
-0
/
+11
|
*
Fix #2812
gingerBill
2023-09-26
1
-1
/
+1
|
*
Fix #2819
gingerBill
2023-09-26
1
-4
/
+8
|
*
Potentially fix race condition #2463 #2814
gingerBill
2023-09-26
2
-7
/
+26
|
*
Fix #2816
gingerBill
2023-09-26
1
-1
/
+3
|
*
Fix #2817
gingerBill
2023-09-26
1
-1
/
+1
|
*
Fix #2818 (enforce `#partial label: switch`)
gingerBill
2023-09-26
1
-0
/
+45
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-09-26
1
-21
/
+16
|
|
\
|
|
*
Fix various mismatches with the specified -max-error-count flag
Tarık B
2023-09-22
1
-21
/
+16
[next]