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/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
...
|
*
|
fix gb.h to be able to use -fsanitize=address
Laytan Laats
2024-03-29
1
-4
/
+9
*
|
|
Merge pull request #3353 from laytan/fix-incomplete-types-resize-segfault
gingerBill
2024-03-29
1
-1
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fix a segfault when incomplete types array resizes while processing
Laytan Laats
2024-03-29
1
-1
/
+3
|
|
/
*
|
Reverting to calculated frequency timings method on macOS, but fixed
Harold Brenes
2024-03-29
1
-3
/
+3
*
|
Fix incorrect timings on macOS
Harold Brenes
2024-03-28
1
-12
/
+13
|
/
*
Merge pull request #3346 from laytan/add-macos-14.4.1
Jeroen van Rijn
2024-03-28
1
-0
/
+1
|
\
|
*
add MacOS 14.4.1 to sys/info and odin report
Laytan Laats
2024-03-28
1
-0
/
+1
*
|
fix not setting ok in cached code path
Laytan Laats
2024-03-28
1
-5
/
+22
*
|
speed up path_to_fullpath on Linux/MacOS
Laytan Laats
2024-03-28
1
-4
/
+13
|
/
*
Disable packing on ARM64 and AMD64
gingerBill
2024-03-28
1
-2
/
+4
*
Fix #3341
gingerBill
2024-03-27
2
-3
/
+10
*
Improve C-like syntax mistakes error messages
gingerBill
2024-03-27
1
-0
/
+1
*
Fix parsing bug on `bit_set[;x]`
gingerBill
2024-03-27
1
-0
/
+5
*
Merge pull request #3283 from laytan/darwin-new-wait-on-address-api
gingerBill
2024-03-27
2
-0
/
+78
|
\
|
*
add `ODIN_` prefix to the new constant
Laytan Laats
2024-03-18
1
-1
/
+1
|
*
darwin: use new wait on address API if possible
Laytan Laats
2024-03-15
2
-0
/
+78
*
|
darwin: fix linker warning when building dynamic library
Laytan Laats
2024-03-26
1
-2
/
+4
*
|
Fix type info layout for wasm64p32 targets
gingerBill
2024-03-26
1
-2
/
+2
*
|
Fix wasm abi
gingerBill
2024-03-26
1
-1
/
+1
*
|
Merge pull request #3335 from rick-masters/fix_incomplete_struct_type
gingerBill
2024-03-26
1
-0
/
+2
|
\
\
|
*
|
Don't add type info for incomplete structs.
rick-masters
2024-03-26
1
-0
/
+2
*
|
|
Add extra sanity check for `nullptr`
gingerBill
2024-03-26
1
-1
/
+3
*
|
|
Fix `min`/`max` for wasm
gingerBill
2024-03-26
1
-2
/
+2
|
/
/
*
|
Fix another #soa race condition bug
gingerBill
2024-03-26
6
-23
/
+78
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-03-26
4
-4
/
+19
|
\
\
|
*
|
darwin: be less annoying about "incompatible" library versions
Laytan Laats
2024-03-25
3
-3
/
+9
|
*
|
Merge pull request #3329 from laytan/fix-darwin_amd64-f16-emulation-on-older-...
gingerBill
2024-03-25
1
-1
/
+10
|
|
\
\
|
|
*
|
darwin: fix amd64 f16 emulation
Laytan Laats
2024-03-25
1
-1
/
+10
*
|
|
|
Fix #3327 #3204 #3200
gingerBill
2024-03-26
2
-56
/
+160
|
/
/
/
*
|
|
Fix printing errors issue
gingerBill
2024-03-25
1
-2
/
+6
*
|
|
Fix error reporting for type cycles
gingerBill
2024-03-25
1
-1
/
+1
*
|
|
Merge pull request #3326 from rick-masters/fix_fields_wait_signal
gingerBill
2024-03-25
4
-1
/
+8
|
\
\
\
|
*
|
|
Fix fields_wait_signal futex.
rick-masters
2024-03-24
4
-1
/
+8
*
|
|
|
Potentially fix a race condition with parapoly types (related to #3328)
gingerBill
2024-03-25
4
-97
/
+104
*
|
|
|
Remove old error message for #3062
gingerBill
2024-03-24
1
-3
/
+0
|
/
/
/
*
|
|
Add assert message to tell me people to report the bug
gingerBill
2024-03-24
1
-2
/
+2
*
|
|
Fix #3226
gingerBill
2024-03-24
1
-4
/
+8
*
|
|
Fix #3249
gingerBill
2024-03-24
1
-1
/
+4
*
|
|
Fix #3319
gingerBill
2024-03-24
1
-0
/
+18
*
|
|
Fix #3320
gingerBill
2024-03-24
1
-9
/
+10
*
|
|
Improve error messages for some wrong constant value attributes
gingerBill
2024-03-24
1
-0
/
+9
*
|
|
Merge pull request #3316 from laytan/fix-ld-warnings-and-set-default-minimum-...
gingerBill
2024-03-24
3
-17
/
+24
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
darwin: fix ld warnings and set minimum os version
Laytan Laats
2024-03-23
3
-17
/
+24
*
|
|
darwin: arm64 abi fixes
Laytan Laats
2024-03-23
1
-2
/
+19
*
|
|
Add error block around `error_line` calls
gingerBill
2024-03-23
6
-4
/
+28
*
|
|
Improve error suggestion and propagation for `x->y`
gingerBill
2024-03-23
1
-3
/
+11
*
|
|
Improve error propagation for `(*x).y` style errors from C-programmers
gingerBill
2024-03-23
1
-0
/
+2
*
|
|
Treat `*x` as an unary operator to improve error messages for common C-progra...
gingerBill
2024-03-23
3
-2
/
+34
*
|
|
Fix #3314
gingerBill
2024-03-23
1
-5
/
+7
*
|
|
Ignore wrong types
gingerBill
2024-03-23
1
-1
/
+1
[prev]
[next]