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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `vendor` to nightly.yml
dev-2021-09
gingerBill
2021-09-01
1
-0
/
+3
*
Change to `[^][N]` to just `[^]`
gingerBill
2021-08-31
2
-193
/
+193
*
Merge pull request #1111 from Kelimion/libtommath
Jeroen van Rijn
2021-08-29
1
-19
/
+19
|
\
|
*
Slim down LibTomMath compile.
Jeroen van Rijn
2021-08-29
1
-19
/
+19
*
|
Remove `Syscall` type
gingerBill
2021-08-29
1
-2
/
+1
*
|
Update usage of `syscall` to use the intrinsics
gingerBill
2021-08-29
3
-19
/
+10
*
|
Add `intrinsics.syscall` (for Linux and Darwin only)
gingerBill
2021-08-29
3
-34
/
+209
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-08-29
25
-156
/
+894
|
\
|
|
*
Merge pull request #1109 from Kelimion/makefile
Jeroen van Rijn
2021-08-28
1
-26
/
+23
|
|
\
|
|
*
Fix Makefile.
Jeroen van Rijn
2021-08-28
1
-26
/
+23
|
|
/
|
*
Merge pull request #1108 from Kelimion/bigint
Jeroen van Rijn
2021-08-28
4
-40
/
+227
|
|
\
|
|
*
big: Add `_private_int_mul_balance`.
Jeroen van Rijn
2021-08-28
5
-42
/
+106
|
|
*
big: Add `_private_int_mul_high`.
Jeroen van Rijn
2021-08-28
2
-2
/
+125
|
*
|
Merge pull request #1107 from odin-lang/mv/libc-errors
gingerBill
2021-08-28
15
-25
/
+161
|
|
\
\
|
|
*
|
Updated comment for Windows version of setjmp.
mv/libc-errors
vassvik
2021-08-28
1
-2
/
+13
|
|
*
|
Add core:c/libc tests
vassvik
2021-08-28
1
-0
/
+50
|
|
*
|
Fix runtime crash for setjmp in Windows related to an hidden second argument ...
vassvik
2021-08-28
1
-8
/
+27
|
|
*
|
Fix core:c/libc Windows compilation errors by linking to the right libraries.
vassvik
2021-08-28
14
-17
/
+73
|
*
|
|
Merge pull request #1106 from Kelimion/bigint
Jeroen van Rijn
2021-08-28
9
-71
/
+489
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
Add tests for `internal_int_is_square'.
Jeroen van Rijn
2021-08-28
7
-52
/
+91
|
|
*
big: Add `int_is_square`.
Jeroen van Rijn
2021-08-27
5
-28
/
+110
|
|
*
big: Add Montgomery Reduction.
Jeroen van Rijn
2021-08-27
1
-0
/
+110
|
|
*
big: Add `internal_int_montgomery_calc_normalization`.
Jeroen van Rijn
2021-08-27
2
-25
/
+19
|
|
*
big: Add Montgomery reduction.
Jeroen van Rijn
2021-08-27
2
-0
/
+193
|
|
/
*
/
Add `map_insert` which returns the pointer to inserted value
gingerBill
2021-08-29
3
-10
/
+35
|
/
*
`ERROR_BLOCK()` any usages of "Did you mean?" like behaviour whilst iterating...
gingerBill
2021-08-27
4
-7
/
+10
*
Improve `strings.index_any` and `strings.last_index_any`
gingerBill
2021-08-27
2
-11
/
+82
*
Update SDL scancodes to have the same C enums equivalent global values
gingerBill
2021-08-27
2
-271
/
+536
*
Correct did you mean logic and make thread-safe-er
gingerBill
2021-08-27
5
-21
/
+38
*
Disable local mutex for the time being.
gingerBill
2021-08-26
1
-1
/
+2
*
Use local mutex for each `AstFile.arena`
gingerBill
2021-08-26
3
-7
/
+19
*
Make `thread_join` be more correct
gingerBill
2021-08-26
1
-4
/
+5
*
Add mutex around `condition_broadcast`
gingerBill
2021-08-26
1
-0
/
+6
*
Wrap linux specific code for `internal_thread_proc`
gingerBill
2021-08-26
1
-2
/
+4
*
Add missing header
gingerBill
2021-08-26
1
-0
/
+4
*
Don't permit any signal delivery to threads on Linux
gingerBill
2021-08-26
1
-1
/
+6
*
Correct race condition and incorrect usage of `condition_signal` outside of a...
gingerBill
2021-08-26
5
-1
/
+10
*
Treat `Type_Tuple` closer to a `Type_Struct` in `lb_type`
gingerBill
2021-08-26
1
-0
/
+3
*
Merge pull request #1103 from odin-lang/new-thread-pool
gingerBill
2021-08-26
9
-188
/
+346
|
\
|
*
Don't use the thread pool if worker count is 0
gingerBill
2021-08-26
1
-1
/
+24
|
*
Simplify logic for `-thread-count:1`
gingerBill
2021-08-26
2
-20
/
+8
|
*
Unify thread pool logic across the rest of the compiler, using a global threa...
gingerBill
2021-08-26
9
-142
/
+189
|
*
Fix typo
gingerBill
2021-08-26
1
-2
/
+2
|
*
Improved `ThreadPool` implementation
gingerBill
2021-08-26
2
-61
/
+161
|
/
*
Remove unneeded +1 for `outstanding_task_count`
gingerBill
2021-08-26
1
-3
/
+0
*
Merge pull request #1101 from odin-lang/compiler-allocator-improvements
gingerBill
2021-08-26
9
-1053
/
+445
|
\
|
*
Fix typo
gingerBill
2021-08-26
1
-1
/
+1
|
*
Correct `platform_virtual_memory_init` on Unix
gingerBill
2021-08-26
1
-12
/
+21
|
*
Implement virtual memory code for *nix and make generic
gingerBill
2021-08-26
1
-41
/
+59
|
*
Minor fixes
gingerBill
2021-08-26
3
-12
/
+6
[next]