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
*
Merge branch 'master' into directx-packages
gingerBill
2022-02-16
1
-1
/
+1
|
\
|
*
Fix typo
gingerBill
2022-02-16
1
-1
/
+1
*
|
Merge branch 'master' into directx-packages
gingerBill
2022-02-16
9
-54
/
+82
|
\
|
|
*
Allow sysv and win64 calling conventions to be used on any platform on amd64
gingerBill
2022-02-16
7
-35
/
+55
|
*
Improve metadata for `context`
gingerBill
2022-02-16
1
-1
/
+6
|
*
Improve debug information for direct procedure parmaters
gingerBill
2022-02-16
2
-9
/
+15
|
*
Change how parameter and variables are given debug values
gingerBill
2022-02-16
3
-13
/
+10
|
*
Change debug declare to value
gingerBill
2022-02-16
1
-3
/
+3
*
|
Add `#subtype` struct field prefix, required to have a COM interface hierarchy
gingerBill
2022-02-16
6
-8
/
+37
|
/
*
Merge pull request #1438 from odin-lang/odin-global-constants-as-enums
gingerBill
2022-02-15
1
-3
/
+34
|
\
|
*
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
29
-1794
/
+2722
|
|
\
|
*
|
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-3
/
+34
*
|
|
Merge pull request #1482 from odin-lang/objc-intrinsics
gingerBill
2022-02-15
17
-82
/
+895
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Correct pseudo selector code generation
gingerBill
2022-02-15
2
-7
/
+8
|
*
|
Use `objc_allocateClassPair` for `intrinsics.objc_register_class`
gingerBill
2022-02-14
2
-3
/
+6
|
*
|
Change objc_class_name to objc_name with objc_is_class_method
gingerBill
2022-02-14
3
-22
/
+16
|
*
|
Add new objc intrinsics: objc_(register|find)_(selector|class)
gingerBill
2022-02-14
5
-46
/
+139
|
*
|
Merge branch 'master' into objc-intrinsics
gingerBill
2022-02-14
1
-1
/
+1
|
|
\
\
|
*
|
|
Add more objc attributes
gingerBill
2022-02-11
10
-39
/
+249
|
*
|
|
Add `intrinsics.type_is_subtype_of`; `intrinsics.objc_selector_name`
gingerBill
2022-02-08
6
-43
/
+101
|
*
|
|
Correct objc_class propagation for parapoly structs
gingerBill
2022-02-08
1
-0
/
+2
|
*
|
|
Begin work on support objc intrinsics
gingerBill
2022-02-08
12
-7
/
+459
*
|
|
|
Add 'odin run -help' info for specifying args
Phil H
2022-02-14
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Set the macOS minimum version to 12 for ARM CPUs
gingerBill
2022-02-14
1
-1
/
+1
|
/
/
*
|
Correct simple boolean intrinsics
gingerBill
2022-02-08
2
-6
/
+3
*
|
Correct `//+private file` bug
gingerBill
2022-02-07
1
-4
/
+4
*
|
Fix constant multi pointer declarations through integers
gingerBill
2022-02-07
1
-4
/
+4
*
|
Support rank-2 arrays (matrix-like) for `transpose`
gingerBill
2022-02-06
3
-2
/
+76
*
|
Correct implicit union cast
gingerBill
2022-02-05
2
-0
/
+20
*
|
Code refactor to aid development
gingerBill
2022-02-05
1
-1580
/
+1650
*
|
Improve printing for unhandled cases by adding a new line before the cases
gingerBill
2022-02-05
2
-2
/
+2
*
|
Minor correction to error message suggestion
gingerBill
2022-02-05
1
-1
/
+1
*
|
Improve union variant assignment determination
gingerBill
2022-02-05
1
-0
/
+36
*
|
Minor clean up
gingerBill
2022-02-05
2
-3
/
+4
*
|
Add check for variables which are both shadowing and unused by default
gingerBill
2022-02-05
1
-9
/
+18
*
|
Correct `add_to_seen_map` logic
gingerBill
2022-02-05
2
-6
/
+10
*
|
Add `#partial [Enum]Type{...}` support to check for missing enumerated array ...
gingerBill
2022-02-05
2
-88
/
+147
*
|
Correct `#sparse` usage and error messages
gingerBill
2022-02-05
2
-0
/
+17
*
|
Rename `#partial[Enum]Type` to `#sparse[Enum]Type` for non-contiguous enum fi...
gingerBill
2022-02-05
4
-8
/
+15
*
|
Change behaviour of `A :: distinct Enum_Type` to be more intuitive
gingerBill
2022-02-05
1
-1
/
+50
*
|
Only check idents in the alias (of alias)+ problem
gingerBill
2022-02-04
3
-4
/
+4
*
|
Correct the type aliasing problem, caused by aliases (of aliases)+
gingerBill
2022-02-04
3
-2
/
+70
*
|
Fix type alias declaration evaluation problem (#854 #1439)
gingerBill
2022-02-03
3
-18
/
+137
*
|
Minor sanity clean up
gingerBill
2022-02-02
1
-0
/
+1
*
|
Add `//+private file` to complement `//+private` (`//+private package`)
gingerBill
2022-02-02
5
-11
/
+32
*
|
Correct debug information logic for procedure parameters
gingerBill
2022-02-01
3
-4
/
+77
*
|
Fix typo
gingerBill
2022-01-31
1
-5
/
+5
*
|
Correct false positive check in `check_unique_package_names`
gingerBill
2022-01-31
3
-2
/
+19
*
|
Remove debug code
gingerBill
2022-01-27
1
-1
/
+0
*
|
Add `#no_type_assert` and `#type_assert` to disable implicit type assertions ...
gingerBill
2022-01-27
8
-46
/
+142
[next]