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
...
*
|
|
Mulithread startup procedure body generation
gingerBill
2025-09-18
2
-32
/
+45
*
|
|
Use multiple modules per file in package runtime
gingerBill
2025-09-18
3
-37
/
+23
*
|
|
Try moving parapoly procs into a separate module when doing weak monomorphiza...
gingerBill
2025-09-18
7
-11
/
+66
*
|
|
fix: fix segfault on string_to_string16
xenobas
2025-09-16
1
-10
/
+15
*
|
|
Use `permanent_allocator()` instead of `temporary_allocator()` temporarily to...
gingerBill
2025-09-14
1
-1
/
+2
*
|
|
Temporarily disable `TEMPORARY_ALLOCATOR_GUARD`
gingerBill
2025-09-14
1
-2
/
+2
*
|
|
Fix `temporary_allocator`
gingerBill
2025-09-14
1
-1
/
+1
|
|
/
|
/
|
*
|
Minimize mutex usage when in single threaded mode.
gingerBill
2025-09-10
7
-27
/
+42
*
|
Minor mutex rearrangement
gingerBill
2025-09-10
2
-3
/
+4
*
|
Use a `RwMutex` instead of `BlockingMutex`
gingerBill
2025-09-10
5
-16
/
+13
*
|
More thread contention removal
gingerBill
2025-09-10
3
-3
/
+11
*
|
Remove global `PtrMap<Type *, GenTypesData *>` and store on the `TypeNamed` d...
gingerBill
2025-09-10
4
-21
/
+19
*
|
Removal of some old checks
gingerBill
2025-09-10
1
-35
/
+48
*
|
Use macro instead of a C++ iterator - for speed
gingerBill
2025-09-10
4
-28
/
+21
*
|
Inline some ptr set iterators
gingerBill
2025-09-10
2
-5
/
+17
*
|
Move more from `heap_allocator()` to `temporary_allocator()`
gingerBill
2025-09-10
2
-46
/
+40
*
|
Multithread "check all scope usages"
gingerBill
2025-09-10
2
-11
/
+34
*
|
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
[prev]
[next]