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 #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
*
Fix line error printing for error messages
gingerBill
2023-06-19
7
-83
/
+765
*
Begin work in procedure calls
gingerBill
2023-06-19
1
-106
/
+227
*
Basic support for new procedure code (non-polymorphic, non-proc-group)
gingerBill
2023-06-15
4
-18
/
+501
*
Begin work allowing mixture of named and unnamed
gingerBill
2023-06-14
1
-28
/
+45
*
Separate out logic for checking mixture of named and unnamed parameters
gingerBill
2023-06-14
2
-31
/
+38
*
Basic enforcement of ordered named arguments/parameters for procedures
gingerBill
2023-06-14
2
-12
/
+125
*
Add basic optimization for comparisons against the empty string `""`
gingerBill
2023-06-14
1
-1
/
+23
*
[check-type] fix faulty #no_nil variants error
finn
2023-06-13
1
-0
/
+6
*
Fix a race condition when produced anonymous procedure literals with `-use-se...
gingerBill
2023-06-13
5
-55
/
+99
*
Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags
gingerBill
2023-06-12
8
-36
/
+22
*
Deprecate `-disallow-rtti` in favour of `-no-rtti`
gingerBill
2023-06-12
1
-3
/
+8
*
Make all id suffixes use atomics where possible
gingerBill
2023-06-12
3
-11
/
+11
*
Improve lb_generate_anonymous_proc_lit (again)
gingerBill
2023-06-12
1
-4
/
+2
*
Keep compilers happy
gingerBill
2023-06-12
1
-1
/
+1
*
Change how "$anon" mangling works to use an atomic value instead
gingerBill
2023-06-12
1
-1
/
+2
*
Merge pull request #2552 from jcmoyer/fix-2466
gingerBill
2023-06-08
1
-0
/
+1
|
\
|
*
Use compound literal storage for ValueDecl lvals
J.C. Moyer
2023-05-21
1
-0
/
+1
*
|
Add `ODIN_COMPILE_TIMESTAMP` (unix timestamp in nanoseconds)
gingerBill
2023-06-07
1
-0
/
+8
*
|
Fix #2572
gingerBill
2023-06-07
2
-4
/
+5
*
|
Fix #2578 (check for `fallthrough`)
gingerBill
2023-06-07
1
-0
/
+4
*
|
"Fix" #2580
gingerBill
2023-06-07
1
-0
/
+3
*
|
Merge pull request #1309 from Yawning/fix/freebsd-syscall
gingerBill
2023-06-07
1
-4
/
+45
|
\
\
|
*
\
Merge branch 'master' into fix/freebsd-syscall
gingerBill
2022-07-24
49
-5259
/
+12100
|
|
\
\
|
*
|
|
src: "Fix" the system call intrinsic for FreeBSD
Yawning Angel
2021-11-13
1
-5
/
+46
[prev]
[next]