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
...
|
*
|
error when #c_vararg is not applied to the last parameter
Laytan Laats
2023-12-20
1
-17
/
+17
*
|
|
Merge pull request #3048 from ThomasL81/master
gingerBill
2024-01-02
1
-1
/
+1
|
\
\
\
|
*
|
|
Fixing a pdb linker error when the path contains spaces
Thomas Louis
2023-12-27
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Fix #3056
korvahkh
2023-12-29
1
-1
/
+1
*
|
|
Merge pull request #3051 from laytan/fix-double-execution-of-tests
Jeroen van Rijn
2023-12-27
1
-3
/
+3
|
\
\
\
|
*
|
|
fix double execution of tests
Laytan Laats
2023-12-27
1
-3
/
+3
|
|
/
/
*
/
/
fix load directive with absolute paths
Laytan Laats
2023-12-27
1
-6
/
+9
|
/
/
*
/
fix wrong string type assert
Laytan Laats
2023-12-20
1
-1
/
+1
|
/
*
Check test procedures after all minimum dependency set calls are done
gingerBill
2023-12-18
1
-5
/
+8
*
Fix: Bill was a numpty
gingerBill
2023-12-15
1
-15
/
+19
*
Remove neighbouring duplicates from neighbouring sorted array of entities; fi...
gingerBill
2023-12-15
1
-20
/
+15
*
Reduce repetition on initializing global type info member arrays
gingerBill
2023-12-13
1
-52
/
+10
*
Add `-obfuscate-source-code-locations`
gingerBill
2023-12-13
5
-7
/
+68
*
Minor fix to call expr in tilde with variadic parameters
gingerBill
2023-12-13
3
-7
/
+2
*
Update Tilde
gingerBill
2023-12-13
10
-164
/
+270
*
Remove duplicates from `init`/`fini` procedure list
gingerBill
2023-12-12
1
-0
/
+26
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-12-12
3
-146
/
+154
|
\
|
*
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
*
|
|
Fix race condition caused by lack of checking specialized parapoly procedures...
gingerBill
2023-12-12
1
-117
/
+147
|
/
/
*
|
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
[prev]
[next]