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
*
Retype out the entire bindings for Orca
orca-dev
gingerBill
2024-03-19
15
-2089
/
+1255
*
Merge branch 'master' into orca-dev
gingerBill
2024-03-19
15
-53
/
+140
|
\
|
*
Update raylib to use `#row_major` matrices
gingerBill
2024-03-19
2
-19
/
+24
|
*
Correct matrix builtins for `#row_major`
gingerBill
2024-03-19
3
-5
/
+12
|
*
Add `#row_major matrix[R, C]T`
gingerBill
2024-03-19
12
-30
/
+105
*
|
test
gingerBill
2024-03-19
2
-4
/
+4
*
|
Merge branch 'master' into orca-dev
gingerBill
2024-03-19
16
-240
/
+481
|
\
|
|
*
Replace `gb_exit(1)` with `exit_with_errors()` where appropriate
gingerBill
2024-03-19
6
-13
/
+17
|
*
Add `-json-errors`
gingerBill
2024-03-19
3
-15
/
+110
|
*
General clean-up for error.cpp
gingerBill
2024-03-19
1
-22
/
+31
|
*
Serialize errors to make them sortable, deterministic, and generally more con...
gingerBill
2024-03-19
12
-93
/
+158
|
*
Add better suggestion for [?]T mistake
gingerBill
2024-03-19
1
-1
/
+6
|
*
On `x: [?]T = {...}`, minimize errors by using the `[?]T` expression as a kin...
gingerBill
2024-03-19
3
-14
/
+46
|
*
Fix error block handling
gingerBill
2024-03-19
1
-2
/
+4
|
*
Minimize error propagation of bad array syntax by treating this like a type
gingerBill
2024-03-19
1
-104
/
+116
|
*
Add suggestion when mistyping an array backwards e.g. `T[]`
gingerBill
2024-03-19
1
-1
/
+18
*
|
Attempt at getting orca working somehow with the `@(link_suffix)`
gingerBill
2024-03-18
4
-64
/
+45
*
|
Add `@(link_suffix=<string>)`
gingerBill
2024-03-18
5
-9
/
+79
*
|
Add `bridge_log`
gingerBill
2024-03-18
1
-0
/
+11
*
|
Use `oc_bridge_log` for pseudo `_stderr_write`
gingerBill
2024-03-18
1
-9
/
+16
*
|
Change linker flags for orca on Windows
gingerBill
2024-03-18
1
-3
/
+6
*
|
Update `_stderr_write` for orca
gingerBill
2024-03-18
1
-7
/
+20
*
|
Merge pull request #3293 from Skytrias/orca-target
gingerBill
2024-03-18
20
-8
/
+2310
|
\
\
|
|
/
|
/
|
|
*
distinct, const format, proper cstring parameters
skytrias
2024-03-18
4
-137
/
+135
|
*
push orca target and old bindings
skytrias
2024-03-18
20
-8
/
+2312
*
|
Unify "Did you mean" strings
gingerBill
2024-03-18
1
-41
/
+41
*
|
Add list of C identifier suggestions (types and keywords)
gingerBill
2024-03-18
2
-14
/
+57
*
|
Add check to people trying to `foreign import` C files.
gingerBill
2024-03-18
2
-0
/
+23
*
|
Add loads of checks for common mistakes for C programmer
gingerBill
2024-03-18
1
-0
/
+18
*
|
Add error message for C programmers which do `Foo{.x = 123}` rather than `Foo...
gingerBill
2024-03-18
1
-10
/
+18
|
/
*
Fix #3286
gingerBill
2024-03-18
1
-3
/
+5
*
Fix `case:` bug with by-ref unions
gingerBill
2024-03-18
2
-6
/
+7
*
Fix `for x in y` where `y` is an "optional ok" value, but ignores `#optional_...
gingerBill
2024-03-18
2
-9
/
+19
*
Fix #3282
gingerBill
2024-03-16
1
-0
/
+4
*
Fix #3284
gingerBill
2024-03-16
3
-0
/
+10
*
Merge pull request #3272 from iansimonson/add_getrusage_darwin
gingerBill
2024-03-14
2
-1
/
+27
|
\
|
*
Use c.long rather than int
Ian Simonson
2024-03-14
2
-15
/
+17
|
*
Fix __darwin_suseconds_t definition
Ian Simonson
2024-03-14
1
-1
/
+1
|
*
No need for timeval definition
Ian Simonson
2024-03-13
1
-5
/
+0
|
*
Make RUsage more inline with macos man page
Ian Simonson
2024-03-13
1
-19
/
+20
|
*
Add getrusage syscall for mac/darwin
Ian Simonson
2024-03-13
2
-0
/
+28
*
|
Merge pull request #3277 from kavalee/slice-unique-fixes
gingerBill
2024-03-14
1
-2
/
+2
|
\
\
|
*
|
fixed slice.unique and slice.unique_proc
Aaron Kavaler
2024-03-13
1
-2
/
+2
|
/
/
*
|
Merge pull request #3274 from iansimonson/darwin_munmap_syscall_fix
gingerBill
2024-03-13
1
-1
/
+1
|
\
\
|
*
|
Fix syscall_munmap in darwin
Ian Simonson
2024-03-13
1
-1
/
+1
*
|
|
Merge pull request #3275 from Chickenkeeper/bit-set-error-message-fix
gingerBill
2024-03-13
1
-2
/
+2
|
\
\
\
|
*
|
|
Improve bit_set error message
Chris
2024-03-13
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #3143 from Pariatech/cgltf-linux-build
gingerBill
2024-03-13
2
-4
/
+24
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update vendor/cgltf/src/Makefile
Pariatech
2024-03-13
1
-1
/
+1
|
*
|
fix whitespace
Gabriel Pariat
2024-01-27
1
-0
/
+1
[next]