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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3839 from flysand7/tlhelp-fix
gingerBill
2024-06-30
1
-1
/
+1
|
\
|
*
[sys/windows]: Fix the value for TH32CS_SNAPPROCESS constant
flysand7
2024-06-30
1
-1
/
+1
*
|
fixed whitespace
h0mtanks
2024-06-30
1
-1
/
+1
*
|
added missing would_block enum member
h0mtanks
2024-06-30
1
-0
/
+1
|
/
*
Merge pull request #3838 from flysand7/windows-tlhelp
gingerBill
2024-06-30
1
-0
/
+101
|
\
|
*
[core/windows]: Bind tlhelp.h functions from kernel32.dll
flysand7
2024-06-30
1
-0
/
+101
*
|
wasi: make the demo run on wasi and run it in CI
Laytan Laats
2024-06-29
7
-49
/
+68
*
|
Fix bug in div3 fast path.
Jeroen van Rijn
2024-06-29
1
-1
/
+1
*
|
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
27
-755
/
+752
*
|
More style improvements
gingerBill
2024-06-29
6
-14
/
+23
*
|
Update `core` to `-strict-style`
gingerBill
2024-06-29
4
-21
/
+17
*
|
Even more style fixes
gingerBill
2024-06-29
15
-44
/
+39
*
|
More style improvements
gingerBill
2024-06-29
5
-33
/
+23
*
|
Indentation fixes
gingerBill
2024-06-29
4
-288
/
+281
*
|
Fix generation for unicode entities
gingerBill
2024-06-29
2
-4819
/
+4819
*
|
Add another `-vet-cast` check
gingerBill
2024-06-29
3
-7
/
+6
*
|
Update for `transmute` `-vet-cast`
gingerBill
2024-06-29
1
-1
/
+1
*
|
cast to transmute
gingerBill
2024-06-29
1
-2
/
+1
*
|
Adhere to `-vet-cast`
gingerBill
2024-06-29
1
-2
/
+1
*
|
Check for unneeded `transmute` with `-vet-cast`
gingerBill
2024-06-29
18
-61
/
+55
*
|
Merge pull request #3832 from Feoramund/vet-identical-cast
gingerBill
2024-06-29
3
-4
/
+4
|
\
\
|
*
|
Keep `-vet` happy
Feoramund
2024-06-28
3
-4
/
+4
|
|
/
*
|
Merge pull request #3831 from Feoramund/fix-darwin-test-runner-cancel
gingerBill
2024-06-29
4
-28
/
+29
|
\
\
|
*
|
Call `pthread_cancel` on Darwin, with advisory comment
Feoramund
2024-06-28
1
-14
/
+17
|
*
|
Catch `SIGTRAP` in the test runner
Feoramund
2024-06-28
2
-0
/
+11
|
*
|
Merge Darwin signals into other UNIX-likes
Feoramund
2024-06-28
1
-14
/
+1
|
|
/
*
|
Merge pull request #3833 from karl-zylinski/consistent-default-dynamic-array-...
gingerBill
2024-06-29
1
-6
/
+6
|
\
\
|
*
|
Made default capacity of dynamic arrays more consistent.
Karl Zylinski
2024-06-29
1
-6
/
+6
|
|
/
*
/
Allow for `when x in y {` (minor oversight in syntax)
gingerBill
2024-06-29
1
-0
/
+5
|
/
*
Let `-vet` be used with `-define:ODIN_TEST_NAMES`
Feoramund
2024-06-28
1
-1
/
+4
*
Merge pull request #3827 from Feoramund/require-runtime-linalg-import
Jeroen van Rijn
2024-06-28
1
-1
/
+1
|
\
|
*
Require `base:runtime` import in `core:math/linalg`
Feoramund
2024-06-28
1
-1
/
+1
*
|
Merge pull request #3822 from jasonKercher/os2-rebase
gingerBill
2024-06-28
12
-580
/
+904
|
\
\
|
|
/
|
/
|
|
*
revert os2/process
jason
2024-06-28
3
-548
/
+35
|
*
fix assumption about std handles in os2/file.odin
jason
2024-06-28
2
-5
/
+7
|
*
change error strings to an enumerated array in rodata; print_error takes a fi...
jason
2024-06-28
4
-139
/
+142
|
*
convert all to use sys/linux over sys/unix; new implementations for pipe, pro...
jason
2024-06-27
12
-540
/
+1266
|
*
sys/linux: fix some syscalls and types; add more to Sig_Action and Sig_Info; ...
jason
2024-06-27
3
-76
/
+182
*
|
Merge pull request #3339 from axxeny/patch-1
gingerBill
2024-06-28
1
-2
/
+2
|
\
\
|
*
|
fix comments in core:container/queue.
Arseniy Poroshin
2024-03-26
1
-2
/
+2
*
|
|
Merge pull request #3517 from timosperisen/patch-1
gingerBill
2024-06-28
1
-2
/
+2
|
\
\
\
|
*
|
|
Update builder.odin
Timo
2024-04-29
1
-2
/
+2
*
|
|
|
Merge pull request #3643 from korvahkh/fix-omitempty-comma
gingerBill
2024-06-28
1
-15
/
+17
|
\
\
\
\
|
*
\
\
\
Merge branch 'odin-lang:master' into fix-omitempty-comma
korvahkh
2024-06-13
109
-873
/
+6967
|
|
\
\
\
\
|
*
|
|
|
|
encoding/json: Fix struct marshal() emitting comma after omitted field
korvahkh
2024-05-27
1
-15
/
+17
*
|
|
|
|
|
Fix signature
gingerBill
2024-06-28
1
-1
/
+1
*
|
|
|
|
|
Fix signature
gingerBill
2024-06-28
1
-1
/
+1
*
|
|
|
|
|
Fix missing import
gingerBill
2024-06-28
1
-0
/
+2
*
|
|
|
|
|
Merge pull request #3792 from Feoramund/core-uuid
gingerBill
2024-06-28
8
-0
/
+1082
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use new API `from_nanoseconds` in `uuid`
Feoramund
2024-06-22
1
-3
/
+3
[next]