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
...
*
|
|
|
Add `intrinsics.type_convert_variants_to_pointers` and `reflect.get_union_as_...
gingerBill
2022-09-08
2
-0
/
+43
*
|
|
|
Add `ODIN_BUILD_PROJECT_NAME` and `//+build-project-name`
gingerBill
2022-09-08
3
-1
/
+58
*
|
|
|
Use `llvm.dbg.declare` for procedure parameters rather than `llvm.dbg.value`
gingerBill
2022-09-07
1
-1
/
+2
*
|
|
|
Add Windows 32-bit build system error
gingerBill
2022-09-07
1
-0
/
+4
*
|
|
|
Simplify win32 resource file linking
gingerBill
2022-09-07
1
-33
/
+20
*
|
|
|
Add inline debug generation for assembly target flag (#2028)
gingerBill
2022-09-07
1
-1
/
+1
*
|
|
|
Fix procedure pointer cast
gingerBill
2022-09-07
1
-0
/
+3
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-09-07
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
fix polymorphic proc parameters error handling
Phil
2022-09-06
1
-2
/
+4
*
|
|
|
|
Fix #2029 Eumerated array of procs literal crashes the compiler with an llvm ...
gingerBill
2022-09-07
2
-22
/
+11
|
/
/
/
/
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-09-06
2
-324
/
+663
|
\
\
\
\
|
*
|
|
|
Add `help` verb, e.g. `odin help build`.
Jeroen van Rijn
2022-09-05
1
-9
/
+17
|
*
|
|
|
Improve error message when you use -file as the verb.
Jeroen van Rijn
2022-09-05
1
-1
/
+6
|
*
|
|
|
Merge pull request #2021 from Kelimion/refactor_odin_report
Jeroen van Rijn
2022-09-05
1
-314
/
+640
|
|
\
\
\
\
|
|
*
|
|
|
[odin report] Improve macOS detection.
Jeroen van Rijn
2022-09-05
1
-128
/
+401
|
|
*
|
|
|
odin report: Add FreeBSD OS & RAM detection.
Jeroen van Rijn
2022-09-05
1
-211
/
+264
*
|
|
|
|
|
Make valgrind calls a no-op on non-supported platforms rather than print an e...
gingerBill
2022-09-06
1
-4
/
+1
|
/
/
/
/
/
*
|
|
|
|
Fix #1992 `size_of` a relative slice crashes the compiler
gingerBill
2022-09-05
1
-0
/
+1
*
|
|
|
|
Fix #2017 mismatched types in binary matrix expression for `flt * (mat * vec)`
gingerBill
2022-09-05
2
-6
/
+22
*
|
|
|
|
Fix #2018 type assertion on untyped nil within a ternary if expression
gingerBill
2022-09-05
1
-7
/
+8
*
|
|
|
|
Fix #2020 transmute from array to #simd code generation
gingerBill
2022-09-05
1
-0
/
+14
*
|
|
|
|
Remove redundant code
JasperGeer
2022-09-04
1
-9
/
+3
*
|
|
|
|
Remove unnecessary or
JasperGeer
2022-09-04
1
-2
/
+2
*
|
|
|
|
Err on types passed as operands to ternary if expressions
JasperGeer
2022-09-04
1
-0
/
+14
|
/
/
/
/
*
|
|
|
Allow Odin to find itself if it's in PATH on OpenBSD, because reasons.
Jeroen van Rijn
2022-09-04
1
-3
/
+66
*
|
|
|
Fix #1999
Jeroen van Rijn
2022-09-03
1
-0
/
+1
*
|
|
|
Improve basic escape analysis
gingerBill
2022-09-02
1
-7
/
+4
*
|
|
|
Fix #1994 Returning to err: Maybe(Error) raises compiler assert
gingerBill
2022-09-01
1
-1
/
+1
*
|
|
|
Fix #2000 - allow #soa array iteration by pointer
gingerBill
2022-09-01
1
-1
/
+1
*
|
|
|
Fix #2002 (allow `array *= matrix`)
gingerBill
2022-09-01
1
-1
/
+11
*
|
|
|
Fix #1974 by erring on untyped parameters to `intrinsics.objc_send`
gingerBill
2022-09-01
1
-0
/
+7
*
|
|
|
Fix code generation related to Objective-C related `x->y()` calls
gingerBill
2022-09-01
2
-4
/
+6
*
|
|
|
Fix #1977
gingerBill
2022-08-26
1
-0
/
+6
*
|
|
|
Check for `using` variables
gingerBill
2022-08-26
1
-1
/
+1
*
|
|
|
Correct `check_expr_is_stack_variable`
gingerBill
2022-08-24
1
-1
/
+2
*
|
|
|
Add very basic escape analysis on `return` values
gingerBill
2022-08-24
1
-0
/
+39
*
|
|
|
Correct max alignment handling throughout the llvm backend
gingerBill
2022-08-24
6
-17
/
+22
*
|
|
|
Add extra max alignment parameter for metrics (specifically for SIMD)
gingerBill
2022-08-24
2
-67
/
+31
*
|
|
|
Fix #1966
gingerBill
2022-08-24
1
-2
/
+14
*
|
|
|
Merge pull request #1955 from jaspergeer/fix-endian-type-conversion
gingerBill
2022-08-24
1
-3
/
+0
|
\
\
\
\
|
*
|
|
|
Remove erroneous byte swap
Jasper Geer
2022-08-16
1
-3
/
+0
*
|
|
|
|
Fix #1972
gingerBill
2022-08-24
1
-1
/
+2
*
|
|
|
|
fix: Expand OpenBSD include for wait.h to all Unix
Jeroen Ruigrok van der Werven
2022-08-22
1
-1
/
+1
*
|
|
|
|
Fix #1963
gingerBill
2022-08-19
1
-1
/
+1
*
|
|
|
|
Fix typo
gingerBill
2022-08-17
1
-1
/
+1
*
|
|
|
|
Improve `unreachable` generation by putting a `trap` before it
gingerBill
2022-08-17
1
-0
/
+1
*
|
|
|
|
EXPERIMENTAL `intrinsics.valgrind_client_request`
gingerBill
2022-08-17
5
-0
/
+94
|
/
/
/
/
*
|
|
|
Remove debug crap with inlining
gingerBill
2022-08-16
1
-26
/
+22
*
|
|
|
Revert "Remove debug message"
gingerBill
2022-08-16
4
-30
/
+59
*
|
|
|
Improve `matrix` conversion rules
gingerBill
2022-08-16
1
-0
/
+4
[prev]
[next]