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
*
Clean up `generate_minimum_dependency_set` code
gingerBill
2022-02-28
1
-34
/
+41
*
Enforce `-no-entry-point` on freestanding targets
gingerBill
2022-02-28
1
-7
/
+12
*
`-target-features:<string>`
gingerBill
2022-02-28
4
-9
/
+14
*
Add extra checks for -disallow-rtti
gingerBill
2022-02-28
2
-2
/
+15
*
Only allow `-disallow-rtti` on freestanding targets
gingerBill
2022-02-28
1
-0
/
+5
*
Commit rest of code for `-disallow-rtti`
gingerBill
2022-02-28
11
-19
/
+95
*
Change `#c_vararg` checking to only disallow odin calling conventions
gingerBill
2022-02-28
1
-2
/
+6
*
Merge branch 'master' into freestanding_amd64
gingerBill
2022-02-28
3
-9
/
+15
|
\
|
*
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
*
|
|
Change target name to `freestanding_amd64_sysv`
gingerBill
2022-02-23
3
-9
/
+9
*
|
|
Replace local `@(no_red_zone)` with global `-disable-red-zone`
gingerBill
2022-02-23
7
-18
/
+17
*
|
|
Add `@(no_red_zone)` for procedures
gingerBill
2022-02-23
5
-0
/
+21
*
|
|
Add help docs for `-reloc-mode:<string>`
gingerBill
2022-02-23
3
-1
/
+12
*
|
|
Merge branch 'master' into freestanding_amd64
gingerBill
2022-02-23
6
-56
/
+139
|
\
|
|
|
*
|
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
|
|
/
/
*
|
|
Add `-reloc-mode:<string>`
gingerBill
2022-02-20
3
-0
/
+49
*
|
|
Add `-foreign-error-procedures`
gingerBill
2022-02-20
3
-0
/
+15
*
|
|
Add `freestanding_amd64_gnu`
gingerBill
2022-02-20
3
-5
/
+48
|
/
/
*
|
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
[next]