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
*
Change to IEEE 754-2008 conformance for `min`/`max` runtime operations.
gingerBill
2024-03-06
1
-8
/
+10
*
Unify min/max semantics for simd_(min|max)
gingerBill
2024-03-06
2
-6
/
+6
*
Change min/max runtime behaviour to match IEEE 754-2019
gingerBill
2024-03-06
1
-0
/
+18
*
Update `are_types_identical` for `bit_field`
gingerBill
2024-03-04
1
-0
/
+23
*
Correct `is_type_comparable` for `bit_field`
gingerBill
2024-03-04
1
-0
/
+3
*
Fix debug issue with `map`s
gingerBill
2024-03-01
1
-2
/
+2
*
Merge pull request #3220 from laytan/promote-types-in-c-varargs
gingerBill
2024-02-28
2
-2
/
+53
|
\
|
*
Also convert and promote bit_set types for #c_varargs
Laytan Laats
2024-02-22
1
-0
/
+5
|
*
Promote types in `#c_varargs` according to C rules
Laytan Laats
2024-02-21
2
-2
/
+48
*
|
Make `lb_type_info` use a procedure to load the global value
gingerBill
2024-02-27
5
-12
/
+9
*
|
Fix `lb_type_info` for the new layout
gingerBill
2024-02-27
1
-2
/
+8
*
|
Add type info generation for `bit_field`
gingerBill
2024-02-27
2
-8
/
+77
*
|
Remove `__$startup_type_info` procedure
gingerBill
2024-02-27
2
-42
/
+3
*
|
Change type info table to be initializable constantly
gingerBill
2024-02-27
3
-917
/
+93
*
|
Add `intrinsics.type_bit_set_backing_type`
gingerBill
2024-02-23
2
-0
/
+24
*
|
Make that warning an error with `-vet-style`
gingerBill
2024-02-22
1
-1
/
+7
*
|
Add warning when using `bit_field` when a `bit_set` would be a much better idea.
gingerBill
2024-02-22
1
-1
/
+26
*
|
Improve parsing for `bit_field`
gingerBill
2024-02-22
1
-0
/
+8
*
|
Add field tags to `bit_field`
gingerBill
2024-02-22
5
-17
/
+39
*
|
Format change
gingerBill
2024-02-22
1
-8
/
+4
*
|
Check for pseudo-fields before bit fields
gingerBill
2024-02-22
1
-6
/
+8
*
|
Simplify usage code
gingerBill
2024-02-22
2
-69
/
+69
*
|
Support `using` of a `bit_field` within a `struct`
gingerBill
2024-02-22
4
-6
/
+83
*
|
Remove debug message
gingerBill
2024-02-22
1
-1
/
+1
*
|
Give a better error message when the user uses `context` as if it was an iden...
gingerBill
2024-02-22
1
-1
/
+6
*
|
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
[next]