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
...
*
Allow for entity grouping in structs and procedure signatures with the Odin d...
gingerBill
2022-01-19
4
-5
/
+33
*
Improve docs_writer.cpp
gingerBill
2022-01-17
2
-10
/
+6
*
Correct `//+private` for `odin doc`
gingerBill
2022-01-17
1
-0
/
+7
*
Correct package docs parsing
gingerBill
2022-01-17
1
-0
/
+9
*
Correct odin doc comment printing
gingerBill
2022-01-17
2
-8
/
+25
*
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...
gingerBill
2022-01-15
2
-13
/
+22
*
Remove `main` creation in llvm_backend.cpp and have it done purely in the run...
gingerBill
2022-01-15
1
-6
/
+1
*
Rename architecture `386` to `i386`
gingerBill
2022-01-15
8
-28
/
+28
*
Make `ODIN_BUILD_MODE` a enum type
gingerBill
2022-01-15
3
-71
/
+128
*
Add `LLVMAddMergedLoadStoreMotionPass` on `-debug -opt:0`
gingerBill
2022-01-15
1
-10
/
+6
*
Simplify procedure parameters callee logic
gingerBill
2022-01-15
2
-32
/
+16
*
Remove unused lbDefer kind
gingerBill
2022-01-15
2
-7
/
+0
*
Remove dead code
gingerBill
2022-01-15
1
-48
/
+0
*
Fix swizzle logic within `lb_build_assign_stmt_array`
gingerBill
2022-01-15
1
-2
/
+2
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-01-15
1
-3
/
+3
|
\
|
*
Fix invalid linker flags passed to clang on macOS
oskarnp
2022-01-14
1
-3
/
+3
*
|
Correct `_start` as an entry point
gingerBill
2022-01-15
1
-7
/
+10
|
/
*
more fixes
Dale Weiler
2022-01-13
1
-4
/
+5
*
Add `dynamic` to error message for `-build-mode`
gingerBill
2022-01-12
1
-1
/
+1
*
Correct `-init` for *nix
gingerBill
2022-01-12
1
-3
/
+3
*
Correct linkage for entry point procedures on Windows
gingerBill
2022-01-12
3
-14
/
+19
*
Correct look for entry point in llvm backend (Windows only currently)
gingerBill
2022-01-12
1
-14
/
+5
*
Begin work to move entry point code to Odin itself rather than in C++ side
gingerBill
2022-01-12
7
-55
/
+94
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-01-11
2
-88
/
+93
|
\
|
*
disable this warning
Dale Weiler
2022-01-10
1
-62
/
+62
|
*
shared library fixes
Dale Weiler
2022-01-10
2
-27
/
+32
*
|
Disable `DEFAULT_TO_THREADED_CHECKER` until race condition is found
gingerBill
2022-01-11
5
-25
/
+24
|
/
*
Use more `{}` ctor
gingerBill
2022-01-10
1
-2
/
+2
*
Add mutex guards for signature scopes
gingerBill
2022-01-10
7
-13
/
+67
*
Move error handling code to a separate file
gingerBill
2022-01-10
2
-413
/
+413
*
Fix `check_procedure_bodies` to allow multiple threads caused by a typo
gingerBill
2022-01-10
1
-1
/
+0
*
Fix polymorphic matrix element with a minor hack
gingerBill
2022-01-10
1
-0
/
+11
*
Merge pull request #1407 from Platin21/feature/fix-supervisor-call
Jeroen van Rijn
2022-01-05
1
-20
/
+41
|
\
|
*
Fixes syscall intrinsic on macOS they use a slightly different section + regi...
Platin21
2022-01-05
1
-20
/
+41
*
|
Support struct field tags in odin doc format
gingerBill
2022-01-04
2
-1
/
+11
|
/
*
Fix #1344
gingerBill
2022-01-03
1
-0
/
+1
*
Revert fix #1344
gingerBill
2022-01-03
1
-32
/
+0
*
Fix #1344
gingerBill
2022-01-03
1
-0
/
+32
*
Fix #1398
gingerBill
2022-01-03
1
-0
/
+8
*
Fix #1356
gingerBill
2022-01-03
1
-5
/
+4
*
Clean up code for queue (no logic changed)
dev-2022-01
gingerBill
2022-01-02
1
-18
/
+27
*
Fix #1381
gingerBill
2022-01-02
1
-0
/
+9
*
Fix conversion from float to quaternion
gingerBill
2021-12-31
2
-23
/
+14
*
Correct `abs` type behaviour for quaternions
gingerBill
2021-12-31
2
-3
/
+17
*
Correct `lb_emit_ptr_offset` bug caused by `LLVMConstGEP` assuming a signed i...
gingerBill
2021-12-29
1
-1
/
+1
*
Merge pull request #1379 from weshardee/master
gingerBill
2021-12-28
1
-1
/
+2
|
\
|
*
Merge branch 'master' of https://github.com/weshardee/Odin
Wes Hardee
2021-12-18
2
-15
/
+18
|
|
\
|
*
|
use '___$startup_runtime' for MacOS
Wes Hardee
2021-12-18
1
-1
/
+2
*
|
|
This adds code which checks how big the return is and if it is to big returns...
Platin21
2021-12-27
1
-1
/
+14
*
|
|
src: Add preliminary support for Linux AArch64
Yawning Angel
2021-12-23
3
-0
/
+20
[prev]
[next]