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
...
*
|
|
cg_emit_load/cg_emit_store
gingerBill
2023-07-14
4
-0
/
+174
*
|
|
Stub out expr and const files
gingerBill
2023-07-14
5
-64
/
+283
*
|
|
Begin work on building statements
gingerBill
2023-07-14
3
-8
/
+344
*
|
|
Very start of working on Tilde Backend for Odin
gingerBill
2023-07-14
5
-40
/
+927
*
|
|
Update Tilde
gingerBill
2023-07-14
2
-46
/
+19
*
|
|
Basic global struct example
gingerBill
2023-07-08
2
-5
/
+30
*
|
|
Hellope World! with Tilde
gingerBill
2023-07-08
3
-2
/
+38
*
|
|
Add `-tilde` for working on the new compiler
gingerBill
2023-07-08
3
-17
/
+60
*
|
|
Add tilde
gingerBill
2023-07-08
6
-0
/
+1823
|
/
/
*
|
Generalize name mangling rule to have a singular definition for a name separator
dev-2023-07
gingerBill
2023-07-07
3
-4
/
+6
*
|
Add extra mutex guards around module value access
gingerBill
2023-07-07
2
-0
/
+11
*
|
Fix issue with pointer casting internal llvm intrinsics
gingerBill
2023-07-07
1
-1
/
+4
*
|
Fix #2593
gingerBill
2023-07-07
1
-1
/
+4
*
|
Fix #2624
gingerBill
2023-07-07
1
-1
/
+1
*
|
Fix #2629
gingerBill
2023-07-07
1
-2
/
+6
*
|
Fix `[2]union{T}` comparison against `nil`
gingerBill
2023-07-07
1
-2
/
+5
*
|
Fix #2630
gingerBill
2023-07-07
2
-19
/
+22
*
|
Always call `lb_run_remove_dead_instruction_pass` to fix `-debug` issues
gingerBill
2023-07-07
2
-12
/
+3
*
|
Fix #2615: can't iterate untyped string
Laytan Laats
2023-07-02
1
-1
/
+1
|
/
*
Merge pull request #2622 from laytan/detect-unix-colors-support
Jeroen van Rijn
2023-07-02
1
-1
/
+23
|
\
|
*
fix spacing
Laytan Laats
2023-07-02
1
-18
/
+18
|
*
use more common detection method and add FORCE_COLOR and NO_COLOR support
Laytan Laats
2023-07-02
1
-15
/
+21
|
*
ignore stderr in tput call
Laytan Laats
2023-07-02
1
-1
/
+1
|
*
detect unix color support
Laytan Laats
2023-07-02
1
-0
/
+16
*
|
Fix #2594 zero sized union code generation
gingerBill
2023-06-26
3
-4
/
+6
|
/
*
Add missing `-strict-style` check
gingerBill
2023-06-26
1
-0
/
+4
*
Fix #2606
gingerBill
2023-06-26
1
-1
/
+5
*
Improve internal names for parapoly records
gingerBill
2023-06-26
1
-3
/
+46
*
Allow `switch &v in ...` work to be consistent with `for &e in ...`
gingerBill
2023-06-26
3
-5
/
+53
*
`for &e, i in array` and `for k, &v in map` (alternative to passing the itera...
gingerBill
2023-06-26
4
-39
/
+94
*
Fix nullptr entity case
gingerBill
2023-06-21
1
-8
/
+8
*
Fix empty varargs
gingerBill
2023-06-21
1
-0
/
+3
*
Handle `#c_vararg`
gingerBill
2023-06-21
1
-6
/
+9
*
Correct deferred procedures
gingerBill
2023-06-21
1
-87
/
+109
*
Fix constant parameter passing
gingerBill
2023-06-21
1
-17
/
+27
*
Remove unnecessary indent
gingerBill
2023-06-21
1
-64
/
+62
*
Remove `new_and_improved` in the name
gingerBill
2023-06-21
1
-9
/
+9
*
Remove in order requirement for named parameters
gingerBill
2023-06-21
1
-107
/
+0
*
Allow named arguments variadic expansion `..`
gingerBill
2023-06-21
1
-2
/
+8
*
Minor code reshuffle
gingerBill
2023-06-21
1
-20
/
+20
*
Refactor call argument checking to a single procedure
gingerBill
2023-06-21
1
-152
/
+97
*
Correct purely named argument handling
gingerBill
2023-06-21
2
-332
/
+99
*
Fix scoring for untyped ternary expressions
gingerBill
2023-06-20
1
-16
/
+30
*
Correct procedure group handling
gingerBill
2023-06-20
1
-4
/
+20
*
Allow for positional and named arguments in procedure calls
gingerBill
2023-06-20
1
-1187
/
+215
*
Correct `check_call_arguments_new_and_improved` logic
gingerBill
2023-06-20
4
-100
/
+180
*
Start work on parapoly args for new and improved
gingerBill
2023-06-20
2
-15
/
+5
*
Try to get make everything work with parapoly
gingerBill
2023-06-20
3
-161
/
+48
*
Begin to handle split arguments correctly
gingerBill
2023-06-19
1
-275
/
+273
*
Improve proc group selection with named arguments
gingerBill
2023-06-19
1
-29
/
+38
[prev]
[next]