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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
Improve error handling with assignments to `bit_field` using constants
gingerBill
2024-02-22
1
-13
/
+35
*
|
|
|
|
Support compound literals for `bit_field`
gingerBill
2024-02-22
2
-5
/
+76
*
|
|
|
|
Allow casting between a `bit_field` and its backing type
gingerBill
2024-02-22
3
-0
/
+26
*
|
|
|
|
Change hack a little
gingerBill
2024-02-22
1
-1
/
+1
*
|
|
|
|
Add backing type of a `bit_field` to the doc-format
gingerBill
2024-02-22
1
-0
/
+1
*
|
|
|
|
Add doc-format support for `bit_field`
gingerBill
2024-02-22
3
-5
/
+29
*
|
|
|
|
Fix typo
gingerBill
2024-02-22
1
-1
/
+1
*
|
|
|
|
Add general support for `bit_field`s
gingerBill
2024-02-22
10
-15
/
+215
*
|
|
|
|
Begin work adding `bit_field`
gingerBill
2024-02-22
10
-2
/
+403
*
|
|
|
|
Fix futex
gingerBill
2024-02-22
1
-1
/
+1
*
|
|
|
|
Minor changes to futex implementation on Linux
gingerBill
2024-02-22
2
-3
/
+5
*
|
|
|
|
Add `bit_field` as a keyword
gingerBill
2024-02-22
2
-2
/
+5
*
|
|
|
|
Fix divergent proc call in `defer`
Laytan Laats
2024-02-21
1
-4
/
+17
|
/
/
/
/
*
|
|
|
Revert change since it is not needed
gingerBill
2024-02-21
1
-1
/
+1
*
|
|
|
`if` -> `while` in `wait_signal_until_available` to check for spurious wake-ups
gingerBill
2024-02-21
1
-1
/
+1
*
|
|
|
Add backend info to `odin report`
Laytan Laats
2024-02-20
1
-4
/
+10
*
|
|
|
Convert weird DOS line-endings to UNIX
Laytan Laats
2024-02-20
1
-1061
/
+1061
|
|
_
|
/
|
/
|
|
*
|
|
Fix typo
gingerBill
2024-02-13
1
-1
/
+1
*
|
|
Fix typo that causes map info debug issues
gingerBill
2024-02-13
1
-2
/
+2
*
|
|
Fix race condition with #soa
gingerBill
2024-02-13
3
-15
/
+24
*
|
|
Fix race condition with regards to #soa arrays by using the fields mutex
gingerBill
2024-02-13
2
-5
/
+15
*
|
|
Use `Raw_Map` as the debug information for a `map`
gingerBill
2024-02-13
2
-1
/
+5
*
|
|
Store cell data in map debug metadata
gingerBill
2024-02-12
1
-2
/
+36
*
|
|
Add metadata type to `map`s debug information to aid debuggers knowing what i...
gingerBill
2024-02-12
3
-1
/
+31
*
|
|
Add `#load_directory(path: string) > []runtime.Load_Directory_File`
gingerBill
2024-02-09
7
-69
/
+239
*
|
|
Merge pull request #3182 from laytan/fix-instrumentation-in-debug-mode
gingerBill
2024-02-08
2
-4
/
+17
|
\
\
\
|
*
|
|
fix instrumentation in debug mode
Laytan
2024-02-08
2
-4
/
+17
*
|
|
|
fix -no-crt on Linux
Laytan
2024-02-08
1
-18
/
+14
|
/
/
/
*
|
|
Disallow mixture of polymorphic $ names and normal identifiers within record ...
gingerBill
2024-02-08
1
-0
/
+47
*
|
|
Add check for a procedure
gingerBill
2024-02-08
1
-1
/
+4
*
|
|
Fix edge case for procedures
gingerBill
2024-02-08
1
-6
/
+6
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-02-08
1
-3
/
+3
|
\
\
\
|
*
|
|
fix ci
Laytan Laats
2024-02-07
1
-3
/
+3
*
|
|
|
Allow polymorphic checking with `intrinsics.type_is_subtype_of(Derived_Type, ...
gingerBill
2024-02-08
3
-5
/
+30
*
|
|
|
Correct the logic for parapoly records to match that of procedures (polymorph...
gingerBill
2024-02-08
1
-9
/
+15
|
/
/
/
*
|
|
Improve error handling for missing library collection provided by the compiler
gingerBill
2024-02-07
4
-22
/
+47
*
|
|
Fix `lb_hasher_proc_for_type`
gingerBill
2024-02-07
1
-1
/
+1
*
|
|
Merge pull request #3170 from flysand7/run-args-fix
gingerBill
2024-02-05
1
-4
/
+8
|
\
\
\
|
*
|
|
Make run args take the first '--' as the start of the args, instead of the la...
flysand7
2024-02-04
1
-4
/
+8
*
|
|
|
Force 128-bit calls on wasm
gingerBill
2024-02-05
1
-5
/
+5
*
|
|
|
Add require to 128-bit and f16 casts
gingerBill
2024-02-05
2
-30
/
+31
*
|
|
|
force requiring the 128-bit calls on WASM targets
gingerBill
2024-02-05
1
-21
/
+21
*
|
|
|
Add require flags to 128-bit integer procedures
gingerBill
2024-02-05
2
-7
/
+13
|
/
/
/
*
|
|
Merge pull request #3164 from FourteenBrush/master
gingerBill
2024-02-03
1
-0
/
+4
|
\
\
\
|
*
|
|
Fix code style
FourteenBrush
2024-02-02
1
-1
/
+1
|
*
|
|
Merge remote-tracking branch 'upstream/master'
FourteenBrush
2024-02-02
15
-154
/
+324
|
|
\
\
\
|
*
|
|
|
Fix Unhandled Ast_OrBranchExpr
FourteenBrush
2024-02-02
1
-0
/
+4
*
|
|
|
|
Fix dynamic array `index = value` with const `value` initializing to 0
korvahkh
2024-02-02
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Mock out comments
gingerBill
2024-02-02
1
-0
/
+5
*
|
|
|
Fix `type_elem_type` for `complex32` and `quaternion64`
gingerBill
2024-02-02
1
-0
/
+2
[prev]
[next]