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
*
Silence writable string warnings when compiling Odin on Linux.
Jeroen van Rijn
2023-12-03
2
-11
/
+11
*
Fix oversights, apply minor improvements
Tarık B
2023-11-25
1
-15
/
+16
*
Apply consistent usage of third-person singular
Tarık B
2023-11-25
1
-43
/
+43
*
Standardize to consistent 3-space indentation for inline comments
Tarık B
2023-11-25
1
-24
/
+24
*
Remove redundant example
Tarık B
2023-11-25
1
-1
/
+0
*
Fix newly introduced capitalization and punctuation error
Tarık B
2023-11-25
1
-1
/
+1
*
Increase indentation for -vet extra check listing
Tarık B
2023-11-25
1
-3
/
+3
*
Unify showing of available options
Tarık B
2023-11-25
1
-15
/
+21
*
Capitalize first word of sentences
Tarık B
2023-11-25
1
-10
/
+10
*
Add period at the end of sentences.
Tarık B
2023-11-25
1
-104
/
+104
*
Fix typo
Tarık B
2023-11-25
1
-1
/
+1
*
Fix indentation
Tarık B
2023-11-25
1
-3
/
+3
*
Merge pull request #2946 from laytan/fix-test-name-flag
Jeroen van Rijn
2023-11-24
1
-3
/
+5
|
\
|
*
fix -test-name flag
Laytan Laats
2023-11-11
1
-3
/
+5
*
|
Improve returning a struct directly for certain ABIs; reuse the temp callee r...
gingerBill
2023-11-24
2
-3
/
+21
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-11-24
1
-3
/
+0
|
\
\
|
*
|
Remove code that skipped checking blank params
jakubtomsu
2023-11-23
1
-3
/
+0
*
|
|
mem zero rather than store to a union where the variant is of size zero
gingerBill
2023-11-24
3
-3
/
+14
|
/
/
*
|
Add missing type information for soa structs
gingerBill
2023-11-23
4
-1
/
+19
*
|
Fix `&x[i]` of `^#soa` types
gingerBill
2023-11-23
1
-2
/
+2
*
|
Merge pull request #2894 from jakubtomsu/union-tag-intrinsics
gingerBill
2023-11-22
2
-1
/
+209
|
\
\
|
*
\
Merge branch 'odin-lang:master' into union-tag-intrinsics
jakubtomsu
2023-10-27
1
-3
/
+3
|
|
\
\
|
*
|
|
Remove len,cap,min,max and implement type_union_base_tag_value, type_union_v...
jakubtomsu
2023-10-27
2
-29
/
+64
|
*
|
|
Rename type_union_tag to type_union_tag_type
jakubtomsu
2023-10-25
2
-3
/
+3
|
*
|
|
Fix indentation
jakubtomsu
2023-10-25
1
-2
/
+2
|
*
|
|
Fix the intrinsics, add min and max
jakubtomsu
2023-10-25
1
-9
/
+37
|
*
|
|
Naming, use variant index instead of tag
jakubtomsu
2023-10-24
1
-4
/
+4
|
*
|
|
Implement new union intrinsics and add support for len/cap
jakubtomsu
2023-10-23
2
-2
/
+147
*
|
|
|
Merge pull request #2944 from Kelimion/microarch-help
Jeroen van Rijn
2023-11-22
4
-18
/
+112
|
\
\
\
\
|
*
|
|
|
Add -microarch:? to help text.
Jeroen van Rijn
2023-11-11
1
-0
/
+1
|
*
|
|
|
Re-add `break`.
Jeroen van Rijn
2023-11-10
1
-0
/
+1
|
*
|
|
|
Facored out `get_default_microarchitecture`
Jeroen van Rijn
2023-11-10
3
-28
/
+35
|
*
|
|
|
Add -microarch:?
Jeroen van Rijn
2023-11-10
4
-2
/
+87
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #2962 from FragmentedCurve/issue_2601
gingerBill
2023-11-22
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Return value of _umtx_op on FreeBSD wasn't checked correctly
Paco Pascal
2023-11-18
1
-1
/
+1
*
|
|
|
|
Fix `string_extension_position`
Jeroen van Rijn
2023-11-21
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #2957 from laytan/no-crt-and-compile-assembly-on-darwin
Jeroen van Rijn
2023-11-15
2
-15
/
+29
|
\
\
\
\
|
*
|
|
|
-no-crt and assembly compilation on darwin
Laytan Laats
2023-11-15
2
-15
/
+29
|
|
/
/
/
*
/
/
/
checker: suggest ..[]T when passing a slice to variadic arg ..T
Laytan Laats
2023-11-14
1
-0
/
+8
|
/
/
/
*
|
|
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
[next]