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
...
*
|
|
Clarity warning and error printing
gingerBill
2024-04-02
2
-6
/
+14
*
|
|
Fix printing of warnings
gingerBill
2024-04-02
1
-1
/
+2
*
|
|
Merge pull request #3363 from laytan/fix-c-varargs-named-args
gingerBill
2024-04-02
1
-0
/
+27
|
\
\
\
|
*
|
|
fix untyped nil into c varargs
Laytan Laats
2024-04-02
1
-0
/
+6
|
*
|
|
fix named arguments with #c_vararg
Laytan Laats
2024-04-02
1
-0
/
+21
|
|
/
/
*
|
|
Merge pull request #3360 from laytan/debug-info-fixes
Jeroen van Rijn
2024-04-01
1
-2
/
+2
|
\
\
\
|
*
|
|
change unneeded permanent allocation to temporary
Laytan Laats
2024-04-01
1
-1
/
+1
|
*
|
|
fix wrong type in map debug info
Laytan Laats
2024-04-01
1
-1
/
+1
*
|
|
|
Merge pull request #3358 from laytan/debug-info-fixes
gingerBill
2024-04-01
4
-489
/
+446
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
remove soa handling in debug info, fields are already added in checker
Laytan Laats
2024-04-01
1
-50
/
+1
|
*
|
debug info fixes/refactor
Laytan Laats
2024-04-01
4
-489
/
+495
*
|
|
Fix nested `ERROR_BLOCK` bug
gingerBill
2024-04-01
1
-5
/
+13
*
|
|
Fix type checking for invalid enum backing type
gingerBill
2024-04-01
2
-6
/
+4
*
|
|
Error message when RTTI is disabled when iterating over an `enum` type or a `...
gingerBill
2024-04-01
1
-0
/
+6
*
|
|
Unify error message logic for ranges over `bit_set`
gingerBill
2024-04-01
1
-9
/
+5
*
|
|
Support `for in` with `bit_set`
gingerBill
2024-04-01
3
-57
/
+152
*
|
|
Fix error message
gingerBill
2024-04-01
1
-2
/
+2
|
/
/
*
|
Enforce error on old style for/switch l-value
gingerBill
2024-03-30
1
-4
/
+0
*
|
Fix debug info for `map`
gingerBill
2024-03-30
1
-4
/
+0
*
|
Fix `#field_align` issues, by simplifying the LLVM struct type generation
gingerBill
2024-03-30
1
-9
/
+8
*
|
Try storing a pointer to a fake metadata type in the debug info for a `map`
gingerBill
2024-03-30
2
-8
/
+6
*
|
Merge pull request #3348 from rick-masters/fix_convert_smaller_float_endian
gingerBill
2024-03-29
1
-3
/
+15
|
\
\
|
*
|
Implement endian conversions for smaller float types.
rick-masters
2024-03-29
1
-3
/
+15
*
|
|
Merge pull request #3350 from laytan/fix-gb.h-for-fsanitize-address
gingerBill
2024-03-29
1
-4
/
+9
|
\
\
\
|
*
|
|
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
[prev]
[next]