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
...
|
*
Fix #2819
gingerBill
2023-09-26
1
-4
/
+8
|
*
Potentially fix race condition #2463 #2814
gingerBill
2023-09-26
2
-7
/
+26
|
*
Fix #2816
gingerBill
2023-09-26
1
-1
/
+3
|
*
Fix #2817
gingerBill
2023-09-26
1
-1
/
+1
|
*
Fix #2818 (enforce `#partial label: switch`)
gingerBill
2023-09-26
1
-0
/
+45
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-09-26
1
-21
/
+16
|
|
\
|
|
*
Fix various mismatches with the specified -max-error-count flag
Tarık B
2023-09-22
1
-21
/
+16
|
*
|
Add `cstring` specific comparison procedures to fix comparisons like `cstring...
gingerBill
2023-09-26
2
-4
/
+35
|
|
/
*
|
Fix `ptr != ptr` type cast problem in LLVM 17
gingerBill
2023-09-26
1
-2
/
+15
*
|
Fix typo
gingerBill
2023-09-25
1
-5
/
+5
*
|
Use giant struct only in 17
gingerBill
2023-09-25
1
-1
/
+1
*
|
Use `llvm_const_array` wrapper
gingerBill
2023-09-22
1
-2
/
+1
*
|
Use a giant packed struct working for type info table
gingerBill
2023-09-22
2
-66
/
+108
*
|
Begin work on making the type info table be constantly initialized
gingerBill
2023-09-22
8
-54
/
+960
*
|
Minor clean up
gingerBill
2023-09-22
1
-24
/
+10
*
|
Remove debug text
gingerBill
2023-09-21
1
-2
/
+0
*
|
Fix build times for `-o:<string>` in LLVM-17
gingerBill
2023-09-21
6
-61
/
+17
*
|
Allow for zero passes
gingerBill
2023-09-21
1
-0
/
+5
*
|
Add `ODIN_SANITIZER_FLAGS` global constant
gingerBill
2023-09-21
1
-0
/
+27
*
|
Add attributes for sanitize_memory and sanitize_thread
gingerBill
2023-09-21
2
-1
/
+36
*
|
Add `sanitize_address` attribute to all normal packages
gingerBill
2023-09-21
4
-6
/
+10
*
|
Add asan lib for Windows
gingerBill
2023-09-21
1
-0
/
+15
*
|
Re-configure the new pass system
gingerBill
2023-09-21
2
-18
/
+35
*
|
Fix wrong import due to grep-replace
gingerBill
2023-09-21
1
-1
/
+1
*
|
Update ABI breaking changes for `f16` types (due to LLVM 15+)
gingerBill
2023-09-21
4
-11
/
+17
*
|
Add `-o:aggressive` for LLVM 17
gingerBill
2023-09-21
5
-14
/
+43
*
|
Support `-sanitize:<string>` for `address`, `memory`, `thread` for LLVM 17
gingerBill
2023-09-21
3
-1
/
+52
*
|
Begin work with adding the new pass system
gingerBill
2023-09-20
1
-0
/
+54
*
|
Check for LLVM versions
gingerBill
2023-09-19
1
-8
/
+20
*
|
Update to LLVM-17
gingerBill
2023-09-19
42
-1078
/
+2355
|
/
*
Fix constant literals using the wrong type
gingerBill
2023-09-19
1
-4
/
+4
*
Update Tilde
gingerBill
2023-09-11
8
-116
/
+239
*
Fix bug: Disallow non-specialized polymorphic in typeid assignment
gingerBill
2023-09-06
3
-7
/
+25
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-09-06
1
-1
/
+1
|
\
|
*
fix #2779 ternary with a union of enum
Laytan Laats
2023-08-31
1
-1
/
+1
*
|
Update Tilde
gingerBill
2023-08-27
1
-0
/
+0
*
|
Update Tilde
gingerBill
2023-08-26
3
-28
/
+26
|
/
*
Add attribute `@(require) import "foo"` to replace/supplement `_ :: foo`
gingerBill
2023-08-22
3
-5
/
+28
*
Fix variadic parapoly bug
gingerBill
2023-08-21
1
-5
/
+5
*
Update Tilde
gingerBill
2023-08-21
4
-11
/
+10
*
Update Tilde
gingerBill
2023-08-19
9
-52
/
+83
*
Fix comparison of two `nil` unions against each other
gingerBill
2023-08-16
1
-2
/
+17
*
Disable HAS_VALGRIND logic for `BlockingMutex` (fixes #2703)
gingerBill
2023-08-16
1
-6
/
+6
*
Remove unused code in gb.h; Minimize use of `heap_allocator()` in parser
gingerBill
2023-08-16
2
-937
/
+51
*
Require parentheses for `#align(N)`
gingerBill
2023-08-15
1
-0
/
+14
*
Correct `lb_run_function_pass_manager` behaviour
gingerBill
2023-08-10
1
-1
/
+13
*
Make trailing commas followed by a closing token on the same an error with `-...
gingerBill
2023-08-08
1
-6
/
+13
*
Add `ODIN_PLATFORM_SUBTARGET`
gingerBill
2023-08-08
1
-0
/
+10
*
Fix `add_constant_switch_case`
gingerBill
2023-08-08
1
-15
/
+6
*
Disallow aliasing of `any` and `typeid`
gingerBill
2023-08-08
1
-0
/
+7
[prev]
[next]