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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Update comment in demo.odin
gingerBill
2022-02-19
1
-7
/
+13
|
/
/
*
|
Remove prefixes from D3D12 constants
gingerBill
2022-02-18
1
-529
/
+529
*
|
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
*
|
Keep -vet happy
gingerBill
2022-02-18
1
-2
/
+3
*
|
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
*
|
Remove unneeded semicolon
gingerBill
2022-02-18
1
-1
/
+1
*
|
Add vendor:directx and vendor:darwin packages for documentation generation
gingerBill
2022-02-18
25
-29
/
+23
|
/
*
Merge pull request #1504 from odin-lang/directx-packages
gingerBill
2022-02-17
17
-26
/
+10777
|
\
|
*
Correct D3D packages
gingerBill
2022-02-17
2
-5
/
+5
|
*
Add `intrinsics.constant_utf16_cstring`
gingerBill
2022-02-17
3
-18
/
+108
|
*
Add UUID pointer values
gingerBill
2022-02-17
3
-88
/
+170
|
*
Correct alias
gingerBill
2022-02-17
1
-22
/
+3
|
*
Add `vendor:directx` packages: `dxgi`, `d3d11`, and `d3d12`
gingerBill
2022-02-16
8
-0
/
+10569
|
*
Merge branch 'master' into directx-packages
gingerBill
2022-02-16
1
-1
/
+1
|
|
\
|
*
\
Merge branch 'master' into directx-packages
gingerBill
2022-02-16
11
-61
/
+94
|
|
\
\
|
*
|
|
Add `#subtype` struct field prefix, required to have a COM interface hierarchy
gingerBill
2022-02-16
6
-8
/
+37
*
|
|
|
Merge pull request #1506 from zacharycarter/patch-1
Jeroen van Rijn
2022-02-17
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
Adding capture procedures to user32
Tail Wag Games
2022-02-17
1
-0
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #1502 from colrdavidson/mainline-fast
Jeroen van Rijn
2022-02-16
1
-3
/
+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
avoid memset on stats
Colin Davidson
2022-02-16
1
-3
/
+6
*
|
|
|
Fix typo
gingerBill
2022-02-16
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Allow sysv and win64 calling conventions to be used on any platform on amd64
gingerBill
2022-02-16
8
-35
/
+60
|
/
/
*
|
Improve metadata for `context`
gingerBill
2022-02-16
1
-1
/
+6
*
|
Improve slice bounds checking runtime error messages
gingerBill
2022-02-16
1
-7
/
+7
*
|
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 `init` and `copy` to all `Object`s
gingerBill
2022-02-16
1
-0
/
+2
*
Correct import paths
gingerBill
2022-02-16
7
-8
/
+9
*
Add darwin build tags
gingerBill
2022-02-16
23
-0
/
+23
*
Move Objective-C libraries located in `core:sys/darwin/*` to `vendor:darwin/*`
gingerBill
2022-02-16
24
-0
/
+0
*
Merge pull request #1488 from colrdavidson/master
Jeroen van Rijn
2022-02-15
1
-0
/
+28
|
\
|
*
Merge branch 'odin-lang:master' into master
Colin Davidson
2022-02-11
2
-2
/
+2
|
|
\
|
*
|
Add fork and personality
Colin Davidson
2022-02-11
1
-0
/
+28
*
|
|
Merge pull request #1331 from DanielGavin/parser-fault-recovery
gingerBill
2022-02-15
1
-1
/
+13
|
\
\
\
|
*
|
|
Check for non inserted semicolon in *expect_closing_brace_of_field_list*
Daniel Gavin
2021-11-25
1
-1
/
+4
|
*
|
|
Recover from closing brace not found in field list
Daniel Gavin
2021-11-24
1
-1
/
+10
*
|
|
|
Improve BAD ENUM VALUE message in fmt #1496
gingerBill
2022-02-15
1
-4
/
+6
*
|
|
|
Merge pull request #1438 from odin-lang/odin-global-constants-as-enums
gingerBill
2022-02-15
104
-322
/
+382
|
\
\
\
\
|
*
|
|
|
Update os_darwin.odin
gingerBill
2022-02-15
1
-1
/
+1
|
*
|
|
|
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
113
-4073
/
+5371
|
|
\
\
\
\
|
*
|
|
|
|
Update tests
gingerBill
2022-01-20
2
-2
/
+2
|
*
|
|
|
|
Update demo.odin
gingerBill
2022-01-20
1
-9
/
+9
|
*
|
|
|
|
Add `Odin_OS_Type` and `Odin_Arch_Type` to `core:runtime`
gingerBill
2022-01-20
1
-0
/
+29
|
*
|
|
|
|
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
101
-310
/
+341
*
|
|
|
|
|
Minor fix for -vet
gingerBill
2022-02-15
1
-0
/
+1
*
|
|
|
|
|
Strip unneeded semicolons
gingerBill
2022-02-15
2
-40
/
+40
[prev]
[next]