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 message when there is "no field" found for a large anonymous st...
gingerBill
2022-03-01
3
-22
/
+31
*
Check if directory exists with the same target executable name when building ...
gingerBill
2022-02-28
2
-0
/
+17
*
openbsd: defaults to PIE executable
Sébastien Marie
2022-02-28
2
-1
/
+7
*
Merge pull request #1557 from semarie/openbsd-support
gingerBill
2022-02-28
7
-8
/
+160
|
\
|
*
openbsd: poor man implementation for getting executable path
Sébastien Marie
2022-02-26
1
-3
/
+30
|
*
internal_odin_root_dir: readlink could fail
Sébastien Marie
2022-02-25
1
-1
/
+1
|
*
provide a simple gb_file_copy() implementation
Sébastien Marie
2022-02-25
1
-4
/
+44
|
*
add RAM information inside report
Sébastien Marie
2022-02-25
1
-0
/
+9
|
*
initial OpenBSD support
Sébastien Marie
2022-02-25
7
-4
/
+80
*
|
Show error message when something like this is done `test: proc() : {}`
gingerBill
2022-02-28
1
-0
/
+4
*
|
Correct debug information for local variables
gingerBill
2022-02-28
1
-1
/
+1
|
/
*
Merge pull request #1545 from AquaGeneral/master
gingerBill
2022-02-24
1
-8
/
+10
|
\
|
*
Added options to help, and improved wording
Jesse Stiller
2022-02-24
1
-8
/
+10
*
|
Add "Did you mean" to Objective-C fields
gingerBill
2022-02-22
1
-1
/
+63
*
|
Move comment
gingerBill
2022-02-22
1
-2
/
+2
*
|
Improve `union_tag_size`
gingerBill
2022-02-22
1
-0
/
+11
*
|
Correct `ExactValue_Pointer`
gingerBill
2022-02-22
2
-66
/
+14
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-02-22
2
-2
/
+3
|
\
\
|
*
|
[report] Fix `odin report` crash if `/usr/lib/os-release` doesn't exist.
Jeroen van Rijn
2022-02-22
2
-2
/
+3
*
|
|
Simplify `parse_binary_expr`
gingerBill
2022-02-22
1
-48
/
+109
|
/
/
*
|
Remove dead code
gingerBill
2022-02-20
1
-8
/
+1
*
|
Minimize memory usage by having an arena per thread rather than an arena per ...
gingerBill
2022-02-18
6
-15
/
+15
*
|
Add better error message for compiler when OOM happens
gingerBill
2022-02-18
1
-2
/
+17
*
|
Use `try_to_add_package_dependency`
gingerBill
2022-02-18
2
-8
/
+21
*
|
Fix typo
gingerBill
2022-02-18
1
-1
/
+1
*
|
Allow objc intrinsics within `odin check` and `odin docs` but disallow for `o...
gingerBill
2022-02-18
1
-1
/
+2
*
|
Add vendor:directx and vendor:darwin packages for documentation generation
gingerBill
2022-02-18
1
-2
/
+3
|
/
*
Add `intrinsics.constant_utf16_cstring`
gingerBill
2022-02-17
3
-18
/
+108
*
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
[next]