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
...
*
|
Minimize more thread contention
gingerBill
2025-09-10
10
-58
/
+74
*
|
Minor clean up of permanent/temporary arena usage
gingerBill
2025-09-10
9
-55
/
+98
*
|
Use arena in `calculate_global_init_order`
gingerBill
2025-09-10
2
-53
/
+86
*
|
Multithread min dep set by removing the set itself
gingerBill
2025-09-10
13
-123
/
+263
*
|
Multithread some of the min dep system
gingerBill
2025-09-10
1
-15
/
+96
*
|
Split type and inline cycles into separate loops
gingerBill
2025-09-10
2
-15
/
+29
*
|
Multithread `check_update_dependency_tree_for_procedures`
gingerBill
2025-09-10
1
-0
/
+39
*
|
Add `nullptr` checks to more type helpers.
Jeroen van Rijn
2025-09-09
1
-4
/
+24
*
|
Fix constant procedure parameters when passing literals
gingerBill
2025-09-09
1
-1
/
+9
*
|
Merge pull request #5653 from smoke-y/emptyParen
gingerBill
2025-09-06
1
-0
/
+3
|
\
\
|
*
|
formatting
smoke-y
2025-09-05
1
-1
/
+3
|
*
|
fix empty parentheses seg fault
smoke-y
2025-09-05
1
-0
/
+1
|
|
/
*
|
formatting
smoke-y
2025-09-05
1
-6
/
+4
*
|
proc at type lvl seg fault
smoke-y
2025-09-05
1
-4
/
+6
|
/
*
skip errors on polymorphic procs when in a proc group with other options
A1029384756
2025-08-28
3
-1
/
+6
*
Fix parentheses for raddbg expression
gingerBill
2025-08-22
1
-4
/
+4
*
Remove debug print
gingerBill
2025-08-22
1
-2
/
+0
*
Improve the raddbg type views generated from `fmt`-based struct field tags
gingerBill
2025-08-22
1
-146
/
+269
*
Add `@(raddbg_type_view=<optional-string>)`
gingerBill
2025-08-21
4
-0
/
+210
*
Fix bug with `$fn: proc()` when passed with a global variable
gingerBill
2025-08-18
1
-0
/
+8
*
Allow `#+feature global-context` for `@(init)` and `@(fini)` procedures as an...
gingerBill
2025-08-12
1
-4
/
+34
*
Add `-integer-division-by-zero:all-bits`
gingerBill
2025-08-10
4
-11
/
+59
*
Rename block names from `div` to `mod`.
gingerBill
2025-08-10
1
-3
/
+3
*
Add shortcut for `unsigned_x/power_of_two` -> `unsigned_x >> log2(power_of_two)`
gingerBill
2025-08-10
2
-0
/
+18
*
Add shortcut for division by a constant
gingerBill
2025-08-10
1
-40
/
+87
*
Fix name canonicalization for named specialized forms
gingerBill
2025-08-10
1
-2
/
+7
*
Add `#+feature global-context`
gingerBill
2025-08-10
2
-1
/
+13
*
Merge pull request #5556 from odin-lang/bill/division-by-zero
gingerBill
2025-08-10
6
-46
/
+431
|
\
|
*
Update src/main.cpp
gingerBill
2025-08-08
1
-1
/
+1
|
*
Handle `fixed_point_div` and `fixed_point_div_sat`
gingerBill
2025-08-08
2
-4
/
+83
|
*
Correct #+feature check
gingerBill
2025-08-08
1
-2
/
+2
|
*
Add `-integer-division-by-zero:self`
gingerBill
2025-08-08
5
-14
/
+48
|
*
Add `#+feature integer-division-by-zero:<string>`
gingerBill
2025-08-08
4
-22
/
+77
|
*
Define the behaviour of integer division by zero
gingerBill
2025-08-08
4
-30
/
+247
*
|
Merge pull request #5558 from odin-lang/bill/init-fini-changes
gingerBill
2025-08-10
3
-2
/
+21
|
\
\
|
*
|
Improve error message
gingerBill
2025-08-08
1
-2
/
+6
|
*
|
Disallow `proc "odin"` procedures to be called in the global scope in variabl...
gingerBill
2025-08-08
1
-0
/
+6
|
*
|
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
1
-0
/
+9
|
|
/
*
|
Do not check for explicit allocators when determining proc in proc group
janga-perlind
2025-08-09
1
-8
/
+10
*
|
Merge pull request #5559 from Creativty/variable_dereference_suggestion
gingerBill
2025-08-08
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Add a better suggestion for cases that don't need ^ operator
xenobas
2025-08-08
1
-1
/
+2
*
|
Print the name of missing runtime procedure
Sunagatov Denis
2025-08-08
1
-0
/
+1
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-08-07
7
-1
/
+628
|
\
\
|
*
\
Merge pull request #5553 from flysand7/ice-fix
Jeroen van Rijn
2025-08-07
1
-0
/
+1
|
|
\
\
|
|
*
|
Fix ICE on missing procedure in base:runtime
Sunagatov Denis
2025-08-08
1
-0
/
+1
|
*
|
|
Merge pull request #5547 from harold-b/hb.objc_block_intrinsic
gingerBill
2025-08-07
6
-1
/
+627
|
|
\
\
\
|
|
*
|
|
Implementes the block ABI.2010.3.16 natively via the `objc_block` intrinsic a...
Harold Brenes
2025-08-06
6
-1
/
+627
*
|
|
|
|
Fix instantiation of package for parapoly records
gingerBill
2025-08-07
1
-2
/
+12
|
/
/
/
/
*
|
|
|
Add support for `[dynamic]T` in `.raddbg`
gingerBill
2025-08-07
1
-2
/
+3
*
|
|
|
Fix typo
bill/utf16-strings
gingerBill
2025-08-07
1
-1
/
+1
[prev]
[next]